Shades of Caribbean Green #0EC8A6
Tints of Caribbean Green #0EC8A6
RGB
CMYK
RGB Variations
Color information
#0EC8A6 (or 0x0EC8A6) is known color: Caribbean Green. HEX triplet: 0E, C8 and A6. RGB value is (14,200,166). Sum of RGB (Red+Green+Blue) = 14+200+166=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC8A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC8A6 is #F13759. Grayscale: #8C8C8C. Windows color (decimal): -15808346 or 10930190. OLE color: 10930190.
HSL color Cylindrical-coordinate representation of color #0EC8A6: hue angle of 169.03º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC8A6 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 166 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.22 |
| HSL | 169.03º | 0.87% | 0.42% | - |
| HSV(B) | 169.03º | 0.93% | 0.78% | - |
| XYZ | 27.72 | 44.16 | 43.14 | - |
| YUV | 140.51 | 142.38 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 166 | 0.93 | 0 | 0.17 | 0.22 | 169.03 | 0.87 | 0.42 |
| Hex | E | C8 | A6 | 5D | 0 | 11 | 16 | A9 | 57 | 2A |
| Octal | 16 | 310 | 246 | 135 | 0 | 21 | 26 | 251 | 127 | 52 |
| Binary | 1110 | 11001000 | 10100110 | 1011101 | 0 | 10001 | 10110 | 10101001 | 1010111 | 101010 |
Color Harmonies of #0EC8A6
Complementary color
Monochromatic Colors of #0EC8A6
Black with #0EC8A6
Text Example
Text Example
White with #0EC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC8A6; }
p { color: rgb(14,200,166); }
H1.HeaderClassName
{
color: #0EC8A6;
}
.AnyTagClassName
{
color: #0EC8A6;
}
</style>
background-color css
<style>
a { background-color: #0EC8A6; }
a { background-color: rgb(14,200,166); }
div.DivClassName
{
background-color: #0EC8A6;
}
.BgClassName
{
background-color: #0EC8A6;
}
</style>
border-color css
<style>
span { border-color: #0EC8A6; }
span { border-color: rgb(14,200,166); }
td.TdClassName
{
border-color: #0EC8A6;
}
.TagClassName
{
border-color: #0EC8A6;
}
</style>