Shades of Caribbean Green #0EDDA8
Tints of Caribbean Green #0EDDA8
RGB
CMYK
RGB Variations
Color information
#0EDDA8 (or 0x0EDDA8) is known color: Caribbean Green. HEX triplet: 0E, DD and A8. RGB value is (14,221,168). Sum of RGB (Red+Green+Blue) = 14+221+168=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDDA8 is #F12257. Grayscale: #999999. Windows color (decimal): -15802968 or 11066638. OLE color: 11066638.
HSL color Cylindrical-coordinate representation of color #0EDDA8: hue angle of 164.64º 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 #0EDDA8 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 168 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.13 |
| HSL | 164.64º | 0.88% | 0.46% | - |
| HSV(B) | 164.64º | 0.94% | 0.87% | - |
| XYZ | 33.11 | 54.63 | 45.85 | - |
| YUV | 153.07 | 136.42 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 168 | 0.94 | 0 | 0.24 | 0.13 | 164.64 | 0.88 | 0.46 |
| Hex | E | DD | A8 | 5E | 0 | 18 | D | A5 | 58 | 2E |
| Octal | 16 | 335 | 250 | 136 | 0 | 30 | 15 | 245 | 130 | 56 |
| Binary | 1110 | 11011101 | 10101000 | 1011110 | 0 | 11000 | 1101 | 10100101 | 1011000 | 101110 |
Color Harmonies of #0EDDA8
Complementary color
Monochromatic Colors of #0EDDA8
Black with #0EDDA8
Text Example
Text Example
White with #0EDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDA8; }
p { color: rgb(14,221,168); }
H1.HeaderClassName
{
color: #0EDDA8;
}
.AnyTagClassName
{
color: #0EDDA8;
}
</style>
background-color css
<style>
a { background-color: #0EDDA8; }
a { background-color: rgb(14,221,168); }
div.DivClassName
{
background-color: #0EDDA8;
}
.BgClassName
{
background-color: #0EDDA8;
}
</style>
border-color css
<style>
span { border-color: #0EDDA8; }
span { border-color: rgb(14,221,168); }
td.TdClassName
{
border-color: #0EDDA8;
}
.TagClassName
{
border-color: #0EDDA8;
}
</style>