Shades of Caribbean Green #0EC9A7
Tints of Caribbean Green #0EC9A7
RGB
CMYK
RGB Variations
Color information
#0EC9A7 (or 0x0EC9A7) is known color: Caribbean Green. HEX triplet: 0E, C9 and A7. RGB value is (14,201,167). Sum of RGB (Red+Green+Blue) = 14+201+167=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC9A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC9A7 is #F13658. Grayscale: #8D8D8D. Windows color (decimal): -15808089 or 10995982. OLE color: 10995982.
HSL color Cylindrical-coordinate representation of color #0EC9A7: hue angle of 169.09º 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 #0EC9A7 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 167 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.21 |
| HSL | 169.09º | 0.87% | 0.42% | - |
| HSV(B) | 169.09º | 0.93% | 0.79% | - |
| XYZ | 28.04 | 44.66 | 43.7 | - |
| YUV | 141.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 167 | 0.93 | 0 | 0.17 | 0.21 | 169.09 | 0.87 | 0.42 |
| Hex | E | C9 | A7 | 5D | 0 | 11 | 15 | A9 | 57 | 2A |
| Octal | 16 | 311 | 247 | 135 | 0 | 21 | 25 | 251 | 127 | 52 |
| Binary | 1110 | 11001001 | 10100111 | 1011101 | 0 | 10001 | 10101 | 10101001 | 1010111 | 101010 |
Color Harmonies of #0EC9A7
Complementary color
Monochromatic Colors of #0EC9A7
Black with #0EC9A7
Text Example
Text Example
White with #0EC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9A7; }
p { color: rgb(14,201,167); }
H1.HeaderClassName
{
color: #0EC9A7;
}
.AnyTagClassName
{
color: #0EC9A7;
}
</style>
background-color css
<style>
a { background-color: #0EC9A7; }
a { background-color: rgb(14,201,167); }
div.DivClassName
{
background-color: #0EC9A7;
}
.BgClassName
{
background-color: #0EC9A7;
}
</style>
border-color css
<style>
span { border-color: #0EC9A7; }
span { border-color: rgb(14,201,167); }
td.TdClassName
{
border-color: #0EC9A7;
}
.TagClassName
{
border-color: #0EC9A7;
}
</style>