Shades of Caribbean Green #0EC9AA
Tints of Caribbean Green #0EC9AA
RGB
CMYK
RGB Variations
Color information
#0EC9AA (or 0x0EC9AA) is known color: Caribbean Green. HEX triplet: 0E, C9 and AA. RGB value is (14,201,170). Sum of RGB (Red+Green+Blue) = 14+201+170=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC9AA is #F13655. Grayscale: #8D8D8D. Windows color (decimal): -15808086 or 11192590. OLE color: 11192590.
HSL color Cylindrical-coordinate representation of color #0EC9AA: hue angle of 170.05º 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 #0EC9AA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 170 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.21 |
| HSL | 170.05º | 0.87% | 0.42% | - |
| HSV(B) | 170.05º | 0.93% | 0.79% | - |
| XYZ | 28.32 | 44.77 | 45.18 | - |
| YUV | 141.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 170 | 0.93 | 0 | 0.15 | 0.21 | 170.05 | 0.87 | 0.42 |
| Hex | E | C9 | AA | 5D | 0 | F | 15 | AA | 57 | 2A |
| Octal | 16 | 311 | 252 | 135 | 0 | 17 | 25 | 252 | 127 | 52 |
| Binary | 1110 | 11001001 | 10101010 | 1011101 | 0 | 1111 | 10101 | 10101010 | 1010111 | 101010 |
Color Harmonies of #0EC9AA
Complementary color
Monochromatic Colors of #0EC9AA
Black with #0EC9AA
Text Example
Text Example
White with #0EC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9AA; }
p { color: rgb(14,201,170); }
H1.HeaderClassName
{
color: #0EC9AA;
}
.AnyTagClassName
{
color: #0EC9AA;
}
</style>
background-color css
<style>
a { background-color: #0EC9AA; }
a { background-color: rgb(14,201,170); }
div.DivClassName
{
background-color: #0EC9AA;
}
.BgClassName
{
background-color: #0EC9AA;
}
</style>
border-color css
<style>
span { border-color: #0EC9AA; }
span { border-color: rgb(14,201,170); }
td.TdClassName
{
border-color: #0EC9AA;
}
.TagClassName
{
border-color: #0EC9AA;
}
</style>