Shades of Caribbean Green #0AC0AB
Tints of Caribbean Green #0AC0AB
RGB
CMYK
RGB Variations
Color information
#0AC0AB (or 0x0AC0AB) is known color: Caribbean Green. HEX triplet: 0A, C0 and AB. RGB value is (10,192,171). Sum of RGB (Red+Green+Blue) = 10+192+171=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC0AB is #F53F54. Grayscale: #878787. Windows color (decimal): -16072533 or 11255818. OLE color: 11255818.
HSL color Cylindrical-coordinate representation of color #0AC0AB: hue angle of 173.08º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC0AB is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 171 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.25 |
| HSL | 173.08º | 0.9% | 0.4% | - |
| HSV(B) | 173.08º | 0.95% | 0.75% | - |
| XYZ | 26.33 | 40.7 | 45 | - |
| YUV | 135.19 | 148.2 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 171 | 0.95 | 0 | 0.11 | 0.25 | 173.08 | 0.9 | 0.4 |
| Hex | A | C0 | AB | 5F | 0 | B | 19 | AD | 5A | 28 |
| Octal | 12 | 300 | 253 | 137 | 0 | 13 | 31 | 255 | 132 | 50 |
| Binary | 1010 | 11000000 | 10101011 | 1011111 | 0 | 1011 | 11001 | 10101101 | 1011010 | 101000 |
Color Harmonies of #0AC0AB
Complementary color
Monochromatic Colors of #0AC0AB
Black with #0AC0AB
Text Example
Text Example
White with #0AC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0AB; }
p { color: rgb(10,192,171); }
H1.HeaderClassName
{
color: #0AC0AB;
}
.AnyTagClassName
{
color: #0AC0AB;
}
</style>
background-color css
<style>
a { background-color: #0AC0AB; }
a { background-color: rgb(10,192,171); }
div.DivClassName
{
background-color: #0AC0AB;
}
.BgClassName
{
background-color: #0AC0AB;
}
</style>
border-color css
<style>
span { border-color: #0AC0AB; }
span { border-color: rgb(10,192,171); }
td.TdClassName
{
border-color: #0AC0AB;
}
.TagClassName
{
border-color: #0AC0AB;
}
</style>