Shades of Caribbean Green #0EBC99
Tints of Caribbean Green #0EBC99
RGB
CMYK
RGB Variations
Color information
#0EBC99 (or 0x0EBC99) is known color: Caribbean Green. HEX triplet: 0E, BC and 99. RGB value is (14,188,153). Sum of RGB (Red+Green+Blue) = 14+188+153=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC99 is #F14366. Grayscale: #838383. Windows color (decimal): -15811431 or 10075150. OLE color: 10075150.
HSL color Cylindrical-coordinate representation of color #0EBC99: hue angle of 167.93º 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 #0EBC99 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 153 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.26 |
| HSL | 167.93º | 0.86% | 0.4% | - |
| HSV(B) | 167.93º | 0.93% | 0.74% | - |
| XYZ | 23.91 | 38.36 | 36.28 | - |
| YUV | 131.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 153 | 0.93 | 0 | 0.19 | 0.26 | 167.93 | 0.86 | 0.4 |
| Hex | E | BC | 99 | 5D | 0 | 13 | 1A | A8 | 56 | 28 |
| Octal | 16 | 274 | 231 | 135 | 0 | 23 | 32 | 250 | 126 | 50 |
| Binary | 1110 | 10111100 | 10011001 | 1011101 | 0 | 10011 | 11010 | 10101000 | 1010110 | 101000 |
Color Harmonies of #0EBC99
Complementary color
Monochromatic Colors of #0EBC99
Black with #0EBC99
Text Example
Text Example
White with #0EBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC99; }
p { color: rgb(14,188,153); }
H1.HeaderClassName
{
color: #0EBC99;
}
.AnyTagClassName
{
color: #0EBC99;
}
</style>
background-color css
<style>
a { background-color: #0EBC99; }
a { background-color: rgb(14,188,153); }
div.DivClassName
{
background-color: #0EBC99;
}
.BgClassName
{
background-color: #0EBC99;
}
</style>
border-color css
<style>
span { border-color: #0EBC99; }
span { border-color: rgb(14,188,153); }
td.TdClassName
{
border-color: #0EBC99;
}
.TagClassName
{
border-color: #0EBC99;
}
</style>