Shades of Caribbean Green #0EDDA0
Tints of Caribbean Green #0EDDA0
RGB
CMYK
RGB Variations
Color information
#0EDDA0 (or 0x0EDDA0) is known color: Caribbean Green. HEX triplet: 0E, DD and A0. RGB value is (14,221,160). Sum of RGB (Red+Green+Blue) = 14+221+160=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDA0 is #F1225F. Grayscale: #989898. Windows color (decimal): -15802976 or 10542350. OLE color: 10542350.
HSL color Cylindrical-coordinate representation of color #0EDDA0: hue angle of 162.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDDA0 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 160 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.13 |
| HSL | 162.32º | 0.88% | 0.46% | - |
| HSV(B) | 162.32º | 0.94% | 0.87% | - |
| XYZ | 32.38 | 54.34 | 42.04 | - |
| YUV | 152.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 160 | 0.94 | 0 | 0.28 | 0.13 | 162.32 | 0.88 | 0.46 |
| Hex | E | DD | A0 | 5E | 0 | 1C | D | A2 | 58 | 2E |
| Octal | 16 | 335 | 240 | 136 | 0 | 34 | 15 | 242 | 130 | 56 |
| Binary | 1110 | 11011101 | 10100000 | 1011110 | 0 | 11100 | 1101 | 10100010 | 1011000 | 101110 |
Color Harmonies of #0EDDA0
Complementary color
Monochromatic Colors of #0EDDA0
Black with #0EDDA0
Text Example
Text Example
White with #0EDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDA0; }
p { color: rgb(14,221,160); }
H1.HeaderClassName
{
color: #0EDDA0;
}
.AnyTagClassName
{
color: #0EDDA0;
}
</style>
background-color css
<style>
a { background-color: #0EDDA0; }
a { background-color: rgb(14,221,160); }
div.DivClassName
{
background-color: #0EDDA0;
}
.BgClassName
{
background-color: #0EDDA0;
}
</style>
border-color css
<style>
span { border-color: #0EDDA0; }
span { border-color: rgb(14,221,160); }
td.TdClassName
{
border-color: #0EDDA0;
}
.TagClassName
{
border-color: #0EDDA0;
}
</style>