Shades of Caribbean Green #0ECEAD
Tints of Caribbean Green #0ECEAD
RGB
CMYK
RGB Variations
Color information
#0ECEAD (or 0x0ECEAD) is known color: Caribbean Green. HEX triplet: 0E, CE and AD. RGB value is (14,206,173). Sum of RGB (Red+Green+Blue) = 14+206+173=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECEAD is #F13152. Grayscale: #909090. Windows color (decimal): -15806803 or 11390478. OLE color: 11390478.
HSL color Cylindrical-coordinate representation of color #0ECEAD: hue angle of 169.69º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECEAD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 173 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.19 |
| HSL | 169.69º | 0.87% | 0.43% | - |
| HSV(B) | 169.69º | 0.93% | 0.81% | - |
| XYZ | 29.8 | 47.25 | 47.09 | - |
| YUV | 144.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 173 | 0.93 | 0 | 0.16 | 0.19 | 169.69 | 0.87 | 0.43 |
| Hex | E | CE | AD | 5D | 0 | 10 | 13 | AA | 57 | 2B |
| Octal | 16 | 316 | 255 | 135 | 0 | 20 | 23 | 252 | 127 | 53 |
| Binary | 1110 | 11001110 | 10101101 | 1011101 | 0 | 10000 | 10011 | 10101010 | 1010111 | 101011 |
Color Harmonies of #0ECEAD
Complementary color
Monochromatic Colors of #0ECEAD
Black with #0ECEAD
Text Example
Text Example
White with #0ECEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEAD; }
p { color: rgb(14,206,173); }
H1.HeaderClassName
{
color: #0ECEAD;
}
.AnyTagClassName
{
color: #0ECEAD;
}
</style>
background-color css
<style>
a { background-color: #0ECEAD; }
a { background-color: rgb(14,206,173); }
div.DivClassName
{
background-color: #0ECEAD;
}
.BgClassName
{
background-color: #0ECEAD;
}
</style>
border-color css
<style>
span { border-color: #0ECEAD; }
span { border-color: rgb(14,206,173); }
td.TdClassName
{
border-color: #0ECEAD;
}
.TagClassName
{
border-color: #0ECEAD;
}
</style>