Shades of Caribbean Green #0ECA9D
Tints of Caribbean Green #0ECA9D
RGB
CMYK
RGB Variations
Color information
#0ECA9D (or 0x0ECA9D) is known color: Caribbean Green. HEX triplet: 0E, CA and 9D. RGB value is (14,202,157). Sum of RGB (Red+Green+Blue) = 14+202+157=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA9D is #F13562. Grayscale: #8C8C8C. Windows color (decimal): -15807843 or 10340878. OLE color: 10340878.
HSL color Cylindrical-coordinate representation of color #0ECA9D: hue angle of 165.64º 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 #0ECA9D is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 157 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.21 |
| HSL | 165.64º | 0.87% | 0.42% | - |
| HSV(B) | 165.64º | 0.93% | 0.79% | - |
| XYZ | 27.39 | 44.77 | 39.1 | - |
| YUV | 140.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 157 | 0.93 | 0 | 0.22 | 0.21 | 165.64 | 0.87 | 0.42 |
| Hex | E | CA | 9D | 5D | 0 | 16 | 15 | A6 | 57 | 2A |
| Octal | 16 | 312 | 235 | 135 | 0 | 26 | 25 | 246 | 127 | 52 |
| Binary | 1110 | 11001010 | 10011101 | 1011101 | 0 | 10110 | 10101 | 10100110 | 1010111 | 101010 |
Color Harmonies of #0ECA9D
Complementary color
Monochromatic Colors of #0ECA9D
Black with #0ECA9D
Text Example
Text Example
White with #0ECA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA9D; }
p { color: rgb(14,202,157); }
H1.HeaderClassName
{
color: #0ECA9D;
}
.AnyTagClassName
{
color: #0ECA9D;
}
</style>
background-color css
<style>
a { background-color: #0ECA9D; }
a { background-color: rgb(14,202,157); }
div.DivClassName
{
background-color: #0ECA9D;
}
.BgClassName
{
background-color: #0ECA9D;
}
</style>
border-color css
<style>
span { border-color: #0ECA9D; }
span { border-color: rgb(14,202,157); }
td.TdClassName
{
border-color: #0ECA9D;
}
.TagClassName
{
border-color: #0ECA9D;
}
</style>