Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Eastern Blue | 2B9FAB | #2B9FAB | 43, 159, 171 | 16.86, 62.35, 67.06 | 74.85, 7.02, 0, 32.94 | 185.625, 74.853801169591, 67.058823529412 |
Color #2b9fab is Eastern Blue. In RGB: 16.86, 62.35, 67.06. In CMYK: 74.85, 7.02, 0, 32.94.
div { background: #2b9fab; color: #000; }
div { background: #2b9fab; color: #fff; }
div { background: linear-gradient(to bottom, #008590 0%, #4EBAC6 100%); color: #000; }
div { background: linear-gradient(to bottom, #4EBAC6 0%, #008590 100%); color: #000; }
div { background: linear-gradient(to bottom, #008590 0%, #4EBAC6 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4EBAC6 0%, #008590 100%); color: #fff; }
div { border: 1px solid #2b9fab; }
div { border: 5px solid #2b9fab; }
div { border: 1px dashed #2b9fab; }
div { border: 5px dashed #2b9fab; }
div { border: 1px dotted #2b9fab; }
div { border: 5px dotted #2b9fab; }