Shades of Caribbean Green #0EBC96
Tints of Caribbean Green #0EBC96
RGB
CMYK
RGB Variations
Color information
#0EBC96 (or 0x0EBC96) is known color: Caribbean Green. HEX triplet: 0E, BC and 96. RGB value is (14,188,150). Sum of RGB (Red+Green+Blue) = 14+188+150=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC96 is #F14369. Grayscale: #838383. Windows color (decimal): -15811434 or 9878542. OLE color: 9878542.
HSL color Cylindrical-coordinate representation of color #0EBC96: hue angle of 166.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC96 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 150 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.26 |
| HSL | 166.9º | 0.86% | 0.4% | - |
| HSV(B) | 166.9º | 0.93% | 0.74% | - |
| XYZ | 23.67 | 38.26 | 34.99 | - |
| YUV | 131.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 150 | 0.93 | 0 | 0.20 | 0.26 | 166.9 | 0.86 | 0.4 |
| Hex | E | BC | 96 | 5D | 0 | 14 | 1A | A7 | 56 | 28 |
| Octal | 16 | 274 | 226 | 135 | 0 | 24 | 32 | 247 | 126 | 50 |
| Binary | 1110 | 10111100 | 10010110 | 1011101 | 0 | 10100 | 11010 | 10100111 | 1010110 | 101000 |
Color Harmonies of #0EBC96
Complementary color
Monochromatic Colors of #0EBC96
Black with #0EBC96
Text Example
Text Example
White with #0EBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC96; }
p { color: rgb(14,188,150); }
H1.HeaderClassName
{
color: #0EBC96;
}
.AnyTagClassName
{
color: #0EBC96;
}
</style>
background-color css
<style>
a { background-color: #0EBC96; }
a { background-color: rgb(14,188,150); }
div.DivClassName
{
background-color: #0EBC96;
}
.BgClassName
{
background-color: #0EBC96;
}
</style>
border-color css
<style>
span { border-color: #0EBC96; }
span { border-color: rgb(14,188,150); }
td.TdClassName
{
border-color: #0EBC96;
}
.TagClassName
{
border-color: #0EBC96;
}
</style>