Shades of Caribbean Green #0ED4AB
Tints of Caribbean Green #0ED4AB
RGB
CMYK
RGB Variations
Color information
#0ED4AB (or 0x0ED4AB) is known color: Caribbean Green. HEX triplet: 0E, D4 and AB. RGB value is (14,212,171). Sum of RGB (Red+Green+Blue) = 14+212+171=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED4AB is #F12B54. Grayscale: #949494. Windows color (decimal): -15805269 or 11260942. OLE color: 11260942.
HSL color Cylindrical-coordinate representation of color #0ED4AB: hue angle of 167.58º 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 #0ED4AB is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 171 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.17 |
| HSL | 167.58º | 0.88% | 0.44% | - |
| HSV(B) | 167.58º | 0.93% | 0.83% | - |
| XYZ | 31.08 | 50.12 | 46.56 | - |
| YUV | 148.12 | 140.9 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 171 | 0.93 | 0 | 0.19 | 0.17 | 167.58 | 0.88 | 0.44 |
| Hex | E | D4 | AB | 5D | 0 | 13 | 11 | A8 | 58 | 2C |
| Octal | 16 | 324 | 253 | 135 | 0 | 23 | 21 | 250 | 130 | 54 |
| Binary | 1110 | 11010100 | 10101011 | 1011101 | 0 | 10011 | 10001 | 10101000 | 1011000 | 101100 |
Color Harmonies of #0ED4AB
Complementary color
Monochromatic Colors of #0ED4AB
Black with #0ED4AB
Text Example
Text Example
White with #0ED4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED4AB; }
p { color: rgb(14,212,171); }
H1.HeaderClassName
{
color: #0ED4AB;
}
.AnyTagClassName
{
color: #0ED4AB;
}
</style>
background-color css
<style>
a { background-color: #0ED4AB; }
a { background-color: rgb(14,212,171); }
div.DivClassName
{
background-color: #0ED4AB;
}
.BgClassName
{
background-color: #0ED4AB;
}
</style>
border-color css
<style>
span { border-color: #0ED4AB; }
span { border-color: rgb(14,212,171); }
td.TdClassName
{
border-color: #0ED4AB;
}
.TagClassName
{
border-color: #0ED4AB;
}
</style>