Shades of Caribbean Green #0ED4AD
Tints of Caribbean Green #0ED4AD
RGB
CMYK
RGB Variations
Color information
#0ED4AD (or 0x0ED4AD) is known color: Caribbean Green. HEX triplet: 0E, D4 and AD. RGB value is (14,212,173). Sum of RGB (Red+Green+Blue) = 14+212+173=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED4AD is #F12B52. Grayscale: #949494. Windows color (decimal): -15805267 or 11392014. OLE color: 11392014.
HSL color Cylindrical-coordinate representation of color #0ED4AD: hue angle of 168.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED4AD is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 173 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.17 |
| HSL | 168.18º | 0.88% | 0.44% | - |
| HSV(B) | 168.18º | 0.93% | 0.83% | - |
| XYZ | 31.27 | 50.2 | 47.58 | - |
| YUV | 148.35 | 141.9 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 173 | 0.93 | 0 | 0.18 | 0.17 | 168.18 | 0.88 | 0.44 |
| Hex | E | D4 | AD | 5D | 0 | 12 | 11 | A8 | 58 | 2C |
| Octal | 16 | 324 | 255 | 135 | 0 | 22 | 21 | 250 | 130 | 54 |
| Binary | 1110 | 11010100 | 10101101 | 1011101 | 0 | 10010 | 10001 | 10101000 | 1011000 | 101100 |
Color Harmonies of #0ED4AD
Complementary color
Monochromatic Colors of #0ED4AD
Black with #0ED4AD
Text Example
Text Example
White with #0ED4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED4AD; }
p { color: rgb(14,212,173); }
H1.HeaderClassName
{
color: #0ED4AD;
}
.AnyTagClassName
{
color: #0ED4AD;
}
</style>
background-color css
<style>
a { background-color: #0ED4AD; }
a { background-color: rgb(14,212,173); }
div.DivClassName
{
background-color: #0ED4AD;
}
.BgClassName
{
background-color: #0ED4AD;
}
</style>
border-color css
<style>
span { border-color: #0ED4AD; }
span { border-color: rgb(14,212,173); }
td.TdClassName
{
border-color: #0ED4AD;
}
.TagClassName
{
border-color: #0ED4AD;
}
</style>