Shades of Caribbean Green #0ECDAC
Tints of Caribbean Green #0ECDAC
RGB
CMYK
RGB Variations
Color information
#0ECDAC (or 0x0ECDAC) is known color: Caribbean Green. HEX triplet: 0E, CD and AC. RGB value is (14,205,172). Sum of RGB (Red+Green+Blue) = 14+205+172=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECDAC is #F13253. Grayscale: #909090. Windows color (decimal): -15807060 or 11324686. OLE color: 11324686.
HSL color Cylindrical-coordinate representation of color #0ECDAC: hue angle of 169.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECDAC is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 172 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.20 |
| HSL | 169.63º | 0.87% | 0.43% | - |
| HSV(B) | 169.63º | 0.93% | 0.8% | - |
| XYZ | 29.46 | 46.73 | 46.5 | - |
| YUV | 144.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 172 | 0.93 | 0 | 0.16 | 0.20 | 169.63 | 0.87 | 0.43 |
| Hex | E | CD | AC | 5D | 0 | 10 | 14 | AA | 57 | 2B |
| Octal | 16 | 315 | 254 | 135 | 0 | 20 | 24 | 252 | 127 | 53 |
| Binary | 1110 | 11001101 | 10101100 | 1011101 | 0 | 10000 | 10100 | 10101010 | 1010111 | 101011 |
Color Harmonies of #0ECDAC
Complementary color
Monochromatic Colors of #0ECDAC
Black with #0ECDAC
Text Example
Text Example
White with #0ECDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECDAC; }
p { color: rgb(14,205,172); }
H1.HeaderClassName
{
color: #0ECDAC;
}
.AnyTagClassName
{
color: #0ECDAC;
}
</style>
background-color css
<style>
a { background-color: #0ECDAC; }
a { background-color: rgb(14,205,172); }
div.DivClassName
{
background-color: #0ECDAC;
}
.BgClassName
{
background-color: #0ECDAC;
}
</style>
border-color css
<style>
span { border-color: #0ECDAC; }
span { border-color: rgb(14,205,172); }
td.TdClassName
{
border-color: #0ECDAC;
}
.TagClassName
{
border-color: #0ECDAC;
}
</style>