Shades of Caribbean Green #0EC098
Tints of Caribbean Green #0EC098
RGB
CMYK
RGB Variations
Color information
#0EC098 (or 0x0EC098) is known color: Caribbean Green. HEX triplet: 0E, C0 and 98. RGB value is (14,192,152). Sum of RGB (Red+Green+Blue) = 14+192+152=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC098 is #F13F67. Grayscale: #868686. Windows color (decimal): -15810408 or 10010638. OLE color: 10010638.
HSL color Cylindrical-coordinate representation of color #0EC098: hue angle of 166.52º 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 #0EC098 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 152 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.25 |
| HSL | 166.52º | 0.86% | 0.4% | - |
| HSV(B) | 166.52º | 0.93% | 0.75% | - |
| XYZ | 24.7 | 40.06 | 36.14 | - |
| YUV | 134.22 | 138.03 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 152 | 0.93 | 0 | 0.21 | 0.25 | 166.52 | 0.86 | 0.4 |
| Hex | E | C0 | 98 | 5D | 0 | 15 | 19 | A7 | 56 | 28 |
| Octal | 16 | 300 | 230 | 135 | 0 | 25 | 31 | 247 | 126 | 50 |
| Binary | 1110 | 11000000 | 10011000 | 1011101 | 0 | 10101 | 11001 | 10100111 | 1010110 | 101000 |
Color Harmonies of #0EC098
Complementary color
Monochromatic Colors of #0EC098
Black with #0EC098
Text Example
Text Example
White with #0EC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC098; }
p { color: rgb(14,192,152); }
H1.HeaderClassName
{
color: #0EC098;
}
.AnyTagClassName
{
color: #0EC098;
}
</style>
background-color css
<style>
a { background-color: #0EC098; }
a { background-color: rgb(14,192,152); }
div.DivClassName
{
background-color: #0EC098;
}
.BgClassName
{
background-color: #0EC098;
}
</style>
border-color css
<style>
span { border-color: #0EC098; }
span { border-color: rgb(14,192,152); }
td.TdClassName
{
border-color: #0EC098;
}
.TagClassName
{
border-color: #0EC098;
}
</style>