Shades of Caribbean Green #0ACBAB
Tints of Caribbean Green #0ACBAB
RGB
CMYK
RGB Variations
Color information
#0ACBAB (or 0x0ACBAB) is known color: Caribbean Green. HEX triplet: 0A, CB and AB. RGB value is (10,203,171). Sum of RGB (Red+Green+Blue) = 10+203+171=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACBAB is #F53454. Grayscale: #8D8D8D. Windows color (decimal): -16069717 or 11258634. OLE color: 11258634.
HSL color Cylindrical-coordinate representation of color #0ACBAB: hue angle of 170.05º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACBAB is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 171 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.20 |
| HSL | 170.05º | 0.91% | 0.42% | - |
| HSV(B) | 170.05º | 0.95% | 0.8% | - |
| XYZ | 28.83 | 45.72 | 45.83 | - |
| YUV | 141.65 | 144.56 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 171 | 0.95 | 0 | 0.16 | 0.20 | 170.05 | 0.91 | 0.42 |
| Hex | A | CB | AB | 5F | 0 | 10 | 14 | AA | 5B | 2A |
| Octal | 12 | 313 | 253 | 137 | 0 | 20 | 24 | 252 | 133 | 52 |
| Binary | 1010 | 11001011 | 10101011 | 1011111 | 0 | 10000 | 10100 | 10101010 | 1011011 | 101010 |
Color Harmonies of #0ACBAB
Complementary color
Monochromatic Colors of #0ACBAB
Black with #0ACBAB
Text Example
Text Example
White with #0ACBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBAB; }
p { color: rgb(10,203,171); }
H1.HeaderClassName
{
color: #0ACBAB;
}
.AnyTagClassName
{
color: #0ACBAB;
}
</style>
background-color css
<style>
a { background-color: #0ACBAB; }
a { background-color: rgb(10,203,171); }
div.DivClassName
{
background-color: #0ACBAB;
}
.BgClassName
{
background-color: #0ACBAB;
}
</style>
border-color css
<style>
span { border-color: #0ACBAB; }
span { border-color: rgb(10,203,171); }
td.TdClassName
{
border-color: #0ACBAB;
}
.TagClassName
{
border-color: #0ACBAB;
}
</style>