Shades of Caribbean Green #0EBB98
Tints of Caribbean Green #0EBB98
RGB
CMYK
RGB Variations
Color information
#0EBB98 (or 0x0EBB98) is known color: Caribbean Green. HEX triplet: 0E, BB and 98. RGB value is (14,187,152). Sum of RGB (Red+Green+Blue) = 14+187+152=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBB98 is #F14467. Grayscale: #838383. Windows color (decimal): -15811688 or 10009358. OLE color: 10009358.
HSL color Cylindrical-coordinate representation of color #0EBB98: hue angle of 167.86º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB98 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 152 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.27 |
| HSL | 167.86º | 0.86% | 0.39% | - |
| HSV(B) | 167.86º | 0.93% | 0.73% | - |
| XYZ | 23.62 | 37.9 | 35.78 | - |
| YUV | 131.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 152 | 0.93 | 0 | 0.19 | 0.27 | 167.86 | 0.86 | 0.39 |
| Hex | E | BB | 98 | 5D | 0 | 13 | 1B | A8 | 56 | 27 |
| Octal | 16 | 273 | 230 | 135 | 0 | 23 | 33 | 250 | 126 | 47 |
| Binary | 1110 | 10111011 | 10011000 | 1011101 | 0 | 10011 | 11011 | 10101000 | 1010110 | 100111 |
Color Harmonies of #0EBB98
Complementary color
Monochromatic Colors of #0EBB98
Black with #0EBB98
Text Example
Text Example
White with #0EBB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB98; }
p { color: rgb(14,187,152); }
H1.HeaderClassName
{
color: #0EBB98;
}
.AnyTagClassName
{
color: #0EBB98;
}
</style>
background-color css
<style>
a { background-color: #0EBB98; }
a { background-color: rgb(14,187,152); }
div.DivClassName
{
background-color: #0EBB98;
}
.BgClassName
{
background-color: #0EBB98;
}
</style>
border-color css
<style>
span { border-color: #0EBB98; }
span { border-color: rgb(14,187,152); }
td.TdClassName
{
border-color: #0EBB98;
}
.TagClassName
{
border-color: #0EBB98;
}
</style>