Shades of Caribbean Green #0EC49E
Tints of Caribbean Green #0EC49E
RGB
CMYK
RGB Variations
Color information
#0EC49E (or 0x0EC49E) is known color: Caribbean Green. HEX triplet: 0E, C4 and 9E. RGB value is (14,196,158). Sum of RGB (Red+Green+Blue) = 14+196+158=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC49E is #F13B61. Grayscale: #898989. Windows color (decimal): -15809378 or 10404878. OLE color: 10404878.
HSL color Cylindrical-coordinate representation of color #0EC49E: hue angle of 167.47º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC49E is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 158 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.23 |
| HSL | 167.47º | 0.87% | 0.41% | - |
| HSV(B) | 167.47º | 0.93% | 0.77% | - |
| XYZ | 26.09 | 42.04 | 39.09 | - |
| YUV | 137.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 158 | 0.93 | 0 | 0.19 | 0.23 | 167.47 | 0.87 | 0.41 |
| Hex | E | C4 | 9E | 5D | 0 | 13 | 17 | A7 | 57 | 29 |
| Octal | 16 | 304 | 236 | 135 | 0 | 23 | 27 | 247 | 127 | 51 |
| Binary | 1110 | 11000100 | 10011110 | 1011101 | 0 | 10011 | 10111 | 10100111 | 1010111 | 101001 |
Color Harmonies of #0EC49E
Complementary color
Monochromatic Colors of #0EC49E
Black with #0EC49E
Text Example
Text Example
White with #0EC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC49E; }
p { color: rgb(14,196,158); }
H1.HeaderClassName
{
color: #0EC49E;
}
.AnyTagClassName
{
color: #0EC49E;
}
</style>
background-color css
<style>
a { background-color: #0EC49E; }
a { background-color: rgb(14,196,158); }
div.DivClassName
{
background-color: #0EC49E;
}
.BgClassName
{
background-color: #0EC49E;
}
</style>
border-color css
<style>
span { border-color: #0EC49E; }
span { border-color: rgb(14,196,158); }
td.TdClassName
{
border-color: #0EC49E;
}
.TagClassName
{
border-color: #0EC49E;
}
</style>