Shades of Caribbean Green #0EC9A9
Tints of Caribbean Green #0EC9A9
RGB
CMYK
RGB Variations
Color information
#0EC9A9 (or 0x0EC9A9) is known color: Caribbean Green. HEX triplet: 0E, C9 and A9. RGB value is (14,201,169). Sum of RGB (Red+Green+Blue) = 14+201+169=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC9A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC9A9 is #F13656. Grayscale: #8D8D8D. Windows color (decimal): -15808087 or 11127054. OLE color: 11127054.
HSL color Cylindrical-coordinate representation of color #0EC9A9: hue angle of 169.73º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC9A9 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 169 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.21 |
| HSL | 169.73º | 0.87% | 0.42% | - |
| HSV(B) | 169.73º | 0.93% | 0.79% | - |
| XYZ | 28.23 | 44.73 | 44.68 | - |
| YUV | 141.44 | 143.55 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 169 | 0.93 | 0 | 0.16 | 0.21 | 169.73 | 0.87 | 0.42 |
| Hex | E | C9 | A9 | 5D | 0 | 10 | 15 | AA | 57 | 2A |
| Octal | 16 | 311 | 251 | 135 | 0 | 20 | 25 | 252 | 127 | 52 |
| Binary | 1110 | 11001001 | 10101001 | 1011101 | 0 | 10000 | 10101 | 10101010 | 1010111 | 101010 |
Color Harmonies of #0EC9A9
Complementary color
Monochromatic Colors of #0EC9A9
Black with #0EC9A9
Text Example
Text Example
White with #0EC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9A9; }
p { color: rgb(14,201,169); }
H1.HeaderClassName
{
color: #0EC9A9;
}
.AnyTagClassName
{
color: #0EC9A9;
}
</style>
background-color css
<style>
a { background-color: #0EC9A9; }
a { background-color: rgb(14,201,169); }
div.DivClassName
{
background-color: #0EC9A9;
}
.BgClassName
{
background-color: #0EC9A9;
}
</style>
border-color css
<style>
span { border-color: #0EC9A9; }
span { border-color: rgb(14,201,169); }
td.TdClassName
{
border-color: #0EC9A9;
}
.TagClassName
{
border-color: #0EC9A9;
}
</style>