Shades of Caribbean Green #0EB998
Tints of Caribbean Green #0EB998
RGB
CMYK
RGB Variations
Color information
#0EB998 (or 0x0EB998) is known color: Caribbean Green. HEX triplet: 0E, B9 and 98. RGB value is (14,185,152). Sum of RGB (Red+Green+Blue) = 14+185+152=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB998 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB998 is #F14667. Grayscale: #828282. Windows color (decimal): -15812200 or 10008846. OLE color: 10008846.
HSL color Cylindrical-coordinate representation of color #0EB998: hue angle of 168.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB998 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 185 | 152 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.27 |
| HSL | 168.42º | 0.86% | 0.39% | - |
| HSV(B) | 168.42º | 0.92% | 0.73% | - |
| XYZ | 23.2 | 37.06 | 35.64 | - |
| YUV | 130.11 | 140.35 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 185 | 152 | 0.92 | 0 | 0.18 | 0.27 | 168.42 | 0.86 | 0.39 |
| Hex | E | B9 | 98 | 5C | 0 | 12 | 1B | A8 | 56 | 27 |
| Octal | 16 | 271 | 230 | 134 | 0 | 22 | 33 | 250 | 126 | 47 |
| Binary | 1110 | 10111001 | 10011000 | 1011100 | 0 | 10010 | 11011 | 10101000 | 1010110 | 100111 |
Color Harmonies of #0EB998
Complementary color
Monochromatic Colors of #0EB998
Black with #0EB998
Text Example
Text Example
White with #0EB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB998; }
p { color: rgb(14,185,152); }
H1.HeaderClassName
{
color: #0EB998;
}
.AnyTagClassName
{
color: #0EB998;
}
</style>
background-color css
<style>
a { background-color: #0EB998; }
a { background-color: rgb(14,185,152); }
div.DivClassName
{
background-color: #0EB998;
}
.BgClassName
{
background-color: #0EB998;
}
</style>
border-color css
<style>
span { border-color: #0EB998; }
span { border-color: rgb(14,185,152); }
td.TdClassName
{
border-color: #0EB998;
}
.TagClassName
{
border-color: #0EB998;
}
</style>