Shades of Caribbean Green #0ED2AE
Tints of Caribbean Green #0ED2AE
RGB
CMYK
RGB Variations
Color information
#0ED2AE (or 0x0ED2AE) is known color: Caribbean Green. HEX triplet: 0E, D2 and AE. RGB value is (14,210,174). Sum of RGB (Red+Green+Blue) = 14+210+174=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED2AE is #F12D51. Grayscale: #939393. Windows color (decimal): -15805778 or 11457038. OLE color: 11457038.
HSL color Cylindrical-coordinate representation of color #0ED2AE: hue angle of 168.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED2AE is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 174 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.18 |
| HSL | 168.98º | 0.88% | 0.44% | - |
| HSV(B) | 168.98º | 0.93% | 0.82% | - |
| XYZ | 30.87 | 49.24 | 47.92 | - |
| YUV | 147.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 174 | 0.93 | 0 | 0.17 | 0.18 | 168.98 | 0.88 | 0.44 |
| Hex | E | D2 | AE | 5D | 0 | 11 | 12 | A9 | 58 | 2C |
| Octal | 16 | 322 | 256 | 135 | 0 | 21 | 22 | 251 | 130 | 54 |
| Binary | 1110 | 11010010 | 10101110 | 1011101 | 0 | 10001 | 10010 | 10101001 | 1011000 | 101100 |
Color Harmonies of #0ED2AE
Complementary color
Monochromatic Colors of #0ED2AE
Black with #0ED2AE
Text Example
Text Example
White with #0ED2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2AE; }
p { color: rgb(14,210,174); }
H1.HeaderClassName
{
color: #0ED2AE;
}
.AnyTagClassName
{
color: #0ED2AE;
}
</style>
background-color css
<style>
a { background-color: #0ED2AE; }
a { background-color: rgb(14,210,174); }
div.DivClassName
{
background-color: #0ED2AE;
}
.BgClassName
{
background-color: #0ED2AE;
}
</style>
border-color css
<style>
span { border-color: #0ED2AE; }
span { border-color: rgb(14,210,174); }
td.TdClassName
{
border-color: #0ED2AE;
}
.TagClassName
{
border-color: #0ED2AE;
}
</style>