Shades of Caribbean Green #0EC99E
Tints of Caribbean Green #0EC99E
RGB
CMYK
RGB Variations
Color information
#0EC99E (or 0x0EC99E) is known color: Caribbean Green. HEX triplet: 0E, C9 and 9E. RGB value is (14,201,158). Sum of RGB (Red+Green+Blue) = 14+201+158=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC99E is #F13661. Grayscale: #8C8C8C. Windows color (decimal): -15808098 or 10406158. OLE color: 10406158.
HSL color Cylindrical-coordinate representation of color #0EC99E: hue angle of 166.2º 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 #0EC99E is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 158 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.2º | 0.87% | 0.42% | - |
| HSV(B) | 166.2º | 0.93% | 0.79% | - |
| XYZ | 27.24 | 44.34 | 39.47 | - |
| YUV | 140.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 158 | 0.93 | 0 | 0.21 | 0.21 | 166.2 | 0.87 | 0.42 |
| Hex | E | C9 | 9E | 5D | 0 | 15 | 15 | A6 | 57 | 2A |
| Octal | 16 | 311 | 236 | 135 | 0 | 25 | 25 | 246 | 127 | 52 |
| Binary | 1110 | 11001001 | 10011110 | 1011101 | 0 | 10101 | 10101 | 10100110 | 1010111 | 101010 |
Color Harmonies of #0EC99E
Complementary color
Monochromatic Colors of #0EC99E
Black with #0EC99E
Text Example
Text Example
White with #0EC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC99E; }
p { color: rgb(14,201,158); }
H1.HeaderClassName
{
color: #0EC99E;
}
.AnyTagClassName
{
color: #0EC99E;
}
</style>
background-color css
<style>
a { background-color: #0EC99E; }
a { background-color: rgb(14,201,158); }
div.DivClassName
{
background-color: #0EC99E;
}
.BgClassName
{
background-color: #0EC99E;
}
</style>
border-color css
<style>
span { border-color: #0EC99E; }
span { border-color: rgb(14,201,158); }
td.TdClassName
{
border-color: #0EC99E;
}
.TagClassName
{
border-color: #0EC99E;
}
</style>