Shades of Caribbean Green #0ED5AA
Tints of Caribbean Green #0ED5AA
RGB
CMYK
RGB Variations
Color information
#0ED5AA (or 0x0ED5AA) is known color: Caribbean Green. HEX triplet: 0E, D5 and AA. RGB value is (14,213,170). Sum of RGB (Red+Green+Blue) = 14+213+170=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED5AA is #F12A55. Grayscale: #949494. Windows color (decimal): -15805014 or 11195662. OLE color: 11195662.
HSL color Cylindrical-coordinate representation of color #0ED5AA: hue angle of 167.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED5AA is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 170 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.16 |
| HSL | 167.04º | 0.88% | 0.45% | - |
| HSV(B) | 167.04º | 0.93% | 0.84% | - |
| XYZ | 31.23 | 50.58 | 46.15 | - |
| YUV | 148.6 | 140.07 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 170 | 0.93 | 0 | 0.20 | 0.16 | 167.04 | 0.88 | 0.45 |
| Hex | E | D5 | AA | 5D | 0 | 14 | 10 | A7 | 58 | 2D |
| Octal | 16 | 325 | 252 | 135 | 0 | 24 | 20 | 247 | 130 | 55 |
| Binary | 1110 | 11010101 | 10101010 | 1011101 | 0 | 10100 | 10000 | 10100111 | 1011000 | 101101 |
Color Harmonies of #0ED5AA
Complementary color
Monochromatic Colors of #0ED5AA
Black with #0ED5AA
Text Example
Text Example
White with #0ED5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED5AA; }
p { color: rgb(14,213,170); }
H1.HeaderClassName
{
color: #0ED5AA;
}
.AnyTagClassName
{
color: #0ED5AA;
}
</style>
background-color css
<style>
a { background-color: #0ED5AA; }
a { background-color: rgb(14,213,170); }
div.DivClassName
{
background-color: #0ED5AA;
}
.BgClassName
{
background-color: #0ED5AA;
}
</style>
border-color css
<style>
span { border-color: #0ED5AA; }
span { border-color: rgb(14,213,170); }
td.TdClassName
{
border-color: #0ED5AA;
}
.TagClassName
{
border-color: #0ED5AA;
}
</style>