Shades of Caribbean Green #0ECBAB
Tints of Caribbean Green #0ECBAB
RGB
CMYK
RGB Variations
Color information
#0ECBAB (or 0x0ECBAB) is known color: Caribbean Green. HEX triplet: 0E, CB and AB. RGB value is (14,203,171). Sum of RGB (Red+Green+Blue) = 14+203+171=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECBAB is #F13454. Grayscale: #8E8E8E. Windows color (decimal): -15807573 or 11258638. OLE color: 11258638.
HSL color Cylindrical-coordinate representation of color #0ECBAB: hue angle of 169.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECBAB is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 171 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.20 |
| HSL | 169.84º | 0.87% | 0.43% | - |
| HSV(B) | 169.84º | 0.93% | 0.8% | - |
| XYZ | 28.89 | 45.75 | 45.84 | - |
| YUV | 142.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 171 | 0.93 | 0 | 0.16 | 0.20 | 169.84 | 0.87 | 0.43 |
| Hex | E | CB | AB | 5D | 0 | 10 | 14 | AA | 57 | 2B |
| Octal | 16 | 313 | 253 | 135 | 0 | 20 | 24 | 252 | 127 | 53 |
| Binary | 1110 | 11001011 | 10101011 | 1011101 | 0 | 10000 | 10100 | 10101010 | 1010111 | 101011 |
Color Harmonies of #0ECBAB
Complementary color
Monochromatic Colors of #0ECBAB
Black with #0ECBAB
Text Example
Text Example
White with #0ECBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBAB; }
p { color: rgb(14,203,171); }
H1.HeaderClassName
{
color: #0ECBAB;
}
.AnyTagClassName
{
color: #0ECBAB;
}
</style>
background-color css
<style>
a { background-color: #0ECBAB; }
a { background-color: rgb(14,203,171); }
div.DivClassName
{
background-color: #0ECBAB;
}
.BgClassName
{
background-color: #0ECBAB;
}
</style>
border-color css
<style>
span { border-color: #0ECBAB; }
span { border-color: rgb(14,203,171); }
td.TdClassName
{
border-color: #0ECBAB;
}
.TagClassName
{
border-color: #0ECBAB;
}
</style>