Shades of Caribbean Green #0EC995
Tints of Caribbean Green #0EC995
RGB
CMYK
RGB Variations
Color information
#0EC995 (or 0x0EC995) is known color: Caribbean Green. HEX triplet: 0E, C9 and 95. RGB value is (14,201,149). Sum of RGB (Red+Green+Blue) = 14+201+149=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC995 is #F1366A. Grayscale: #8B8B8B. Windows color (decimal): -15808107 or 9816334. OLE color: 9816334.
HSL color Cylindrical-coordinate representation of color #0EC995: hue angle of 163.32º 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 #0EC995 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 149 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.21 |
| HSL | 163.32º | 0.87% | 0.42% | - |
| HSV(B) | 163.32º | 0.93% | 0.79% | - |
| XYZ | 26.49 | 44.04 | 35.54 | - |
| YUV | 139.16 | 133.55 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 149 | 0.93 | 0 | 0.26 | 0.21 | 163.32 | 0.87 | 0.42 |
| Hex | E | C9 | 95 | 5D | 0 | 1A | 15 | A3 | 57 | 2A |
| Octal | 16 | 311 | 225 | 135 | 0 | 32 | 25 | 243 | 127 | 52 |
| Binary | 1110 | 11001001 | 10010101 | 1011101 | 0 | 11010 | 10101 | 10100011 | 1010111 | 101010 |
Color Harmonies of #0EC995
Complementary color
Monochromatic Colors of #0EC995
Black with #0EC995
Text Example
Text Example
White with #0EC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC995; }
p { color: rgb(14,201,149); }
H1.HeaderClassName
{
color: #0EC995;
}
.AnyTagClassName
{
color: #0EC995;
}
</style>
background-color css
<style>
a { background-color: #0EC995; }
a { background-color: rgb(14,201,149); }
div.DivClassName
{
background-color: #0EC995;
}
.BgClassName
{
background-color: #0EC995;
}
</style>
border-color css
<style>
span { border-color: #0EC995; }
span { border-color: rgb(14,201,149); }
td.TdClassName
{
border-color: #0EC995;
}
.TagClassName
{
border-color: #0EC995;
}
</style>