Shades of Caribbean Green #0AC2AA
Tints of Caribbean Green #0AC2AA
RGB
CMYK
RGB Variations
Color information
#0AC2AA (or 0x0AC2AA) is known color: Caribbean Green. HEX triplet: 0A, C2 and AA. RGB value is (10,194,170). Sum of RGB (Red+Green+Blue) = 10+194+170=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC2AA is #F53D55. Grayscale: #888888. Windows color (decimal): -16072022 or 11190794. OLE color: 11190794.
HSL color Cylindrical-coordinate representation of color #0AC2AA: hue angle of 172.17º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC2AA is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 170 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.24 |
| HSL | 172.17º | 0.9% | 0.4% | - |
| HSV(B) | 172.17º | 0.95% | 0.76% | - |
| XYZ | 26.67 | 41.55 | 44.64 | - |
| YUV | 136.25 | 147.04 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 170 | 0.95 | 0 | 0.12 | 0.24 | 172.17 | 0.9 | 0.4 |
| Hex | A | C2 | AA | 5F | 0 | C | 18 | AC | 5A | 28 |
| Octal | 12 | 302 | 252 | 137 | 0 | 14 | 30 | 254 | 132 | 50 |
| Binary | 1010 | 11000010 | 10101010 | 1011111 | 0 | 1100 | 11000 | 10101100 | 1011010 | 101000 |
Color Harmonies of #0AC2AA
Complementary color
Monochromatic Colors of #0AC2AA
Black with #0AC2AA
Text Example
Text Example
White with #0AC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC2AA; }
p { color: rgb(10,194,170); }
H1.HeaderClassName
{
color: #0AC2AA;
}
.AnyTagClassName
{
color: #0AC2AA;
}
</style>
background-color css
<style>
a { background-color: #0AC2AA; }
a { background-color: rgb(10,194,170); }
div.DivClassName
{
background-color: #0AC2AA;
}
.BgClassName
{
background-color: #0AC2AA;
}
</style>
border-color css
<style>
span { border-color: #0AC2AA; }
span { border-color: rgb(10,194,170); }
td.TdClassName
{
border-color: #0AC2AA;
}
.TagClassName
{
border-color: #0AC2AA;
}
</style>