Shades of Caribbean Green #0ECAA5
Tints of Caribbean Green #0ECAA5
RGB
CMYK
RGB Variations
Color information
#0ECAA5 (or 0x0ECAA5) is known color: Caribbean Green. HEX triplet: 0E, CA and A5. RGB value is (14,202,165). Sum of RGB (Red+Green+Blue) = 14+202+165=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECAA5 is #F1355A. Grayscale: #8D8D8D. Windows color (decimal): -15807835 or 10865166. OLE color: 10865166.
HSL color Cylindrical-coordinate representation of color #0ECAA5: hue angle of 168.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECAA5 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 165 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.21 |
| HSL | 168.19º | 0.87% | 0.42% | - |
| HSV(B) | 168.19º | 0.93% | 0.79% | - |
| XYZ | 28.09 | 45.05 | 42.81 | - |
| YUV | 141.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 165 | 0.93 | 0 | 0.18 | 0.21 | 168.19 | 0.87 | 0.42 |
| Hex | E | CA | A5 | 5D | 0 | 12 | 15 | A8 | 57 | 2A |
| Octal | 16 | 312 | 245 | 135 | 0 | 22 | 25 | 250 | 127 | 52 |
| Binary | 1110 | 11001010 | 10100101 | 1011101 | 0 | 10010 | 10101 | 10101000 | 1010111 | 101010 |
Color Harmonies of #0ECAA5
Complementary color
Monochromatic Colors of #0ECAA5
Black with #0ECAA5
Text Example
Text Example
White with #0ECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECAA5; }
p { color: rgb(14,202,165); }
H1.HeaderClassName
{
color: #0ECAA5;
}
.AnyTagClassName
{
color: #0ECAA5;
}
</style>
background-color css
<style>
a { background-color: #0ECAA5; }
a { background-color: rgb(14,202,165); }
div.DivClassName
{
background-color: #0ECAA5;
}
.BgClassName
{
background-color: #0ECAA5;
}
</style>
border-color css
<style>
span { border-color: #0ECAA5; }
span { border-color: rgb(14,202,165); }
td.TdClassName
{
border-color: #0ECAA5;
}
.TagClassName
{
border-color: #0ECAA5;
}
</style>