Shades of Caribbean Green #0EC598
Tints of Caribbean Green #0EC598
RGB
CMYK
RGB Variations
Color information
#0EC598 (or 0x0EC598) is known color: Caribbean Green. HEX triplet: 0E, C5 and 98. RGB value is (14,197,152). Sum of RGB (Red+Green+Blue) = 14+197+152=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC598 is #F13A67. Grayscale: #898989. Windows color (decimal): -15809128 or 10011918. OLE color: 10011918.
HSL color Cylindrical-coordinate representation of color #0EC598: hue angle of 165.25º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC598 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 152 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.23 |
| HSL | 165.25º | 0.87% | 0.41% | - |
| HSV(B) | 165.25º | 0.93% | 0.77% | - |
| XYZ | 25.81 | 42.29 | 36.51 | - |
| YUV | 137.15 | 136.37 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 152 | 0.93 | 0 | 0.23 | 0.23 | 165.25 | 0.87 | 0.41 |
| Hex | E | C5 | 98 | 5D | 0 | 17 | 17 | A5 | 57 | 29 |
| Octal | 16 | 305 | 230 | 135 | 0 | 27 | 27 | 245 | 127 | 51 |
| Binary | 1110 | 11000101 | 10011000 | 1011101 | 0 | 10111 | 10111 | 10100101 | 1010111 | 101001 |
Color Harmonies of #0EC598
Complementary color
Monochromatic Colors of #0EC598
Black with #0EC598
Text Example
Text Example
White with #0EC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC598; }
p { color: rgb(14,197,152); }
H1.HeaderClassName
{
color: #0EC598;
}
.AnyTagClassName
{
color: #0EC598;
}
</style>
background-color css
<style>
a { background-color: #0EC598; }
a { background-color: rgb(14,197,152); }
div.DivClassName
{
background-color: #0EC598;
}
.BgClassName
{
background-color: #0EC598;
}
</style>
border-color css
<style>
span { border-color: #0EC598; }
span { border-color: rgb(14,197,152); }
td.TdClassName
{
border-color: #0EC598;
}
.TagClassName
{
border-color: #0EC598;
}
</style>