Shades of Caribbean Green #0ECA9F
Tints of Caribbean Green #0ECA9F
RGB
CMYK
RGB Variations
Color information
#0ECA9F (or 0x0ECA9F) is known color: Caribbean Green. HEX triplet: 0E, CA and 9F. RGB value is (14,202,159). Sum of RGB (Red+Green+Blue) = 14+202+159=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA9F is #F13560. Grayscale: #8C8C8C. Windows color (decimal): -15807841 or 10471950. OLE color: 10471950.
HSL color Cylindrical-coordinate representation of color #0ECA9F: hue angle of 166.28º 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 #0ECA9F is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 159 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.28º | 0.87% | 0.42% | - |
| HSV(B) | 166.28º | 0.93% | 0.79% | - |
| XYZ | 27.56 | 44.84 | 40 | - |
| YUV | 140.89 | 138.22 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 159 | 0.93 | 0 | 0.21 | 0.21 | 166.28 | 0.87 | 0.42 |
| Hex | E | CA | 9F | 5D | 0 | 15 | 15 | A6 | 57 | 2A |
| Octal | 16 | 312 | 237 | 135 | 0 | 25 | 25 | 246 | 127 | 52 |
| Binary | 1110 | 11001010 | 10011111 | 1011101 | 0 | 10101 | 10101 | 10100110 | 1010111 | 101010 |
Color Harmonies of #0ECA9F
Complementary color
Monochromatic Colors of #0ECA9F
Black with #0ECA9F
Text Example
Text Example
White with #0ECA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA9F; }
p { color: rgb(14,202,159); }
H1.HeaderClassName
{
color: #0ECA9F;
}
.AnyTagClassName
{
color: #0ECA9F;
}
</style>
background-color css
<style>
a { background-color: #0ECA9F; }
a { background-color: rgb(14,202,159); }
div.DivClassName
{
background-color: #0ECA9F;
}
.BgClassName
{
background-color: #0ECA9F;
}
</style>
border-color css
<style>
span { border-color: #0ECA9F; }
span { border-color: rgb(14,202,159); }
td.TdClassName
{
border-color: #0ECA9F;
}
.TagClassName
{
border-color: #0ECA9F;
}
</style>