Shades of Caribbean Green #0EDCAB
Tints of Caribbean Green #0EDCAB
RGB
CMYK
RGB Variations
Color information
#0EDCAB (or 0x0EDCAB) is known color: Caribbean Green. HEX triplet: 0E, DC and AB. RGB value is (14,220,171). Sum of RGB (Red+Green+Blue) = 14+220+171=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCAB is #F12354. Grayscale: #989898. Windows color (decimal): -15803221 or 11262990. OLE color: 11262990.
HSL color Cylindrical-coordinate representation of color #0EDCAB: hue angle of 165.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCAB is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 171 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.14 |
| HSL | 165.73º | 0.88% | 0.46% | - |
| HSV(B) | 165.73º | 0.94% | 0.86% | - |
| XYZ | 33.12 | 54.22 | 47.25 | - |
| YUV | 152.82 | 138.25 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 171 | 0.94 | 0 | 0.22 | 0.14 | 165.73 | 0.88 | 0.46 |
| Hex | E | DC | AB | 5E | 0 | 16 | E | A6 | 58 | 2E |
| Octal | 16 | 334 | 253 | 136 | 0 | 26 | 16 | 246 | 130 | 56 |
| Binary | 1110 | 11011100 | 10101011 | 1011110 | 0 | 10110 | 1110 | 10100110 | 1011000 | 101110 |
Color Harmonies of #0EDCAB
Complementary color
Monochromatic Colors of #0EDCAB
Black with #0EDCAB
Text Example
Text Example
White with #0EDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCAB; }
p { color: rgb(14,220,171); }
H1.HeaderClassName
{
color: #0EDCAB;
}
.AnyTagClassName
{
color: #0EDCAB;
}
</style>
background-color css
<style>
a { background-color: #0EDCAB; }
a { background-color: rgb(14,220,171); }
div.DivClassName
{
background-color: #0EDCAB;
}
.BgClassName
{
background-color: #0EDCAB;
}
</style>
border-color css
<style>
span { border-color: #0EDCAB; }
span { border-color: rgb(14,220,171); }
td.TdClassName
{
border-color: #0EDCAB;
}
.TagClassName
{
border-color: #0EDCAB;
}
</style>