Shades of Caribbean Green #0ED6AA
Tints of Caribbean Green #0ED6AA
RGB
CMYK
RGB Variations
Color information
#0ED6AA (or 0x0ED6AA) is known color: Caribbean Green. HEX triplet: 0E, D6 and AA. RGB value is (14,214,170). Sum of RGB (Red+Green+Blue) = 14+214+170=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED6AA is #F12955. Grayscale: #959595. Windows color (decimal): -15804758 or 11195918. OLE color: 11195918.
HSL color Cylindrical-coordinate representation of color #0ED6AA: hue angle of 166.8º 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 #0ED6AA is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 170 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.16 |
| HSL | 166.8º | 0.88% | 0.45% | - |
| HSV(B) | 166.8º | 0.93% | 0.84% | - |
| XYZ | 31.48 | 51.09 | 46.23 | - |
| YUV | 149.18 | 139.74 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 170 | 0.93 | 0 | 0.21 | 0.16 | 166.8 | 0.88 | 0.45 |
| Hex | E | D6 | AA | 5D | 0 | 15 | 10 | A7 | 58 | 2D |
| Octal | 16 | 326 | 252 | 135 | 0 | 25 | 20 | 247 | 130 | 55 |
| Binary | 1110 | 11010110 | 10101010 | 1011101 | 0 | 10101 | 10000 | 10100111 | 1011000 | 101101 |
Color Harmonies of #0ED6AA
Complementary color
Monochromatic Colors of #0ED6AA
Black with #0ED6AA
Text Example
Text Example
White with #0ED6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED6AA; }
p { color: rgb(14,214,170); }
H1.HeaderClassName
{
color: #0ED6AA;
}
.AnyTagClassName
{
color: #0ED6AA;
}
</style>
background-color css
<style>
a { background-color: #0ED6AA; }
a { background-color: rgb(14,214,170); }
div.DivClassName
{
background-color: #0ED6AA;
}
.BgClassName
{
background-color: #0ED6AA;
}
</style>
border-color css
<style>
span { border-color: #0ED6AA; }
span { border-color: rgb(14,214,170); }
td.TdClassName
{
border-color: #0ED6AA;
}
.TagClassName
{
border-color: #0ED6AA;
}
</style>