Shades of Caribbean Green #0EE19F
Tints of Caribbean Green #0EE19F
RGB
CMYK
RGB Variations
Color information
#0EE19F (or 0x0EE19F) is known color: Caribbean Green. HEX triplet: 0E, E1 and 9F. RGB value is (14,225,159). Sum of RGB (Red+Green+Blue) = 14+225+159=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE19F is #F11E60. Grayscale: #9A9A9A. Windows color (decimal): -15801953 or 10477838. OLE color: 10477838.
HSL color Cylindrical-coordinate representation of color #0EE19F: hue angle of 161.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE19F is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 159 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.12 |
| HSL | 161.23º | 0.88% | 0.47% | - |
| HSV(B) | 161.23º | 0.94% | 0.88% | - |
| XYZ | 33.36 | 56.45 | 41.94 | - |
| YUV | 154.39 | 130.6 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 159 | 0.94 | 0 | 0.29 | 0.12 | 161.23 | 0.88 | 0.47 |
| Hex | E | E1 | 9F | 5E | 0 | 1D | C | A1 | 58 | 2F |
| Octal | 16 | 341 | 237 | 136 | 0 | 35 | 14 | 241 | 130 | 57 |
| Binary | 1110 | 11100001 | 10011111 | 1011110 | 0 | 11101 | 1100 | 10100001 | 1011000 | 101111 |
Color Harmonies of #0EE19F
Complementary color
Monochromatic Colors of #0EE19F
Black with #0EE19F
Text Example
Text Example
White with #0EE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE19F; }
p { color: rgb(14,225,159); }
H1.HeaderClassName
{
color: #0EE19F;
}
.AnyTagClassName
{
color: #0EE19F;
}
</style>
background-color css
<style>
a { background-color: #0EE19F; }
a { background-color: rgb(14,225,159); }
div.DivClassName
{
background-color: #0EE19F;
}
.BgClassName
{
background-color: #0EE19F;
}
</style>
border-color css
<style>
span { border-color: #0EE19F; }
span { border-color: rgb(14,225,159); }
td.TdClassName
{
border-color: #0EE19F;
}
.TagClassName
{
border-color: #0EE19F;
}
</style>