Shades of Caribbean Green #0EC095
Tints of Caribbean Green #0EC095
RGB
CMYK
RGB Variations
Color information
#0EC095 (or 0x0EC095) is known color: Caribbean Green. HEX triplet: 0E, C0 and 95. RGB value is (14,192,149). Sum of RGB (Red+Green+Blue) = 14+192+149=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC095 is #F13F6A. Grayscale: #858585. Windows color (decimal): -15810411 or 9814030. OLE color: 9814030.
HSL color Cylindrical-coordinate representation of color #0EC095: hue angle of 165.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC095 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 149 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.25 |
| HSL | 165.51º | 0.86% | 0.4% | - |
| HSV(B) | 165.51º | 0.93% | 0.75% | - |
| XYZ | 24.46 | 39.96 | 34.86 | - |
| YUV | 133.88 | 136.53 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 149 | 0.93 | 0 | 0.22 | 0.25 | 165.51 | 0.86 | 0.4 |
| Hex | E | C0 | 95 | 5D | 0 | 16 | 19 | A6 | 56 | 28 |
| Octal | 16 | 300 | 225 | 135 | 0 | 26 | 31 | 246 | 126 | 50 |
| Binary | 1110 | 11000000 | 10010101 | 1011101 | 0 | 10110 | 11001 | 10100110 | 1010110 | 101000 |
Color Harmonies of #0EC095
Complementary color
Monochromatic Colors of #0EC095
Black with #0EC095
Text Example
Text Example
White with #0EC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC095; }
p { color: rgb(14,192,149); }
H1.HeaderClassName
{
color: #0EC095;
}
.AnyTagClassName
{
color: #0EC095;
}
</style>
background-color css
<style>
a { background-color: #0EC095; }
a { background-color: rgb(14,192,149); }
div.DivClassName
{
background-color: #0EC095;
}
.BgClassName
{
background-color: #0EC095;
}
</style>
border-color css
<style>
span { border-color: #0EC095; }
span { border-color: rgb(14,192,149); }
td.TdClassName
{
border-color: #0EC095;
}
.TagClassName
{
border-color: #0EC095;
}
</style>