Shades of Caribbean Green #0AC2AC
Tints of Caribbean Green #0AC2AC
RGB
CMYK
RGB Variations
Color information
#0AC2AC (or 0x0AC2AC) is known color: Caribbean Green. HEX triplet: 0A, C2 and AC. RGB value is (10,194,172). Sum of RGB (Red+Green+Blue) = 10+194+172=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC2AC is #F53D53. Grayscale: #888888. Windows color (decimal): -16072020 or 11321866. OLE color: 11321866.
HSL color Cylindrical-coordinate representation of color #0AC2AC: hue angle of 172.83º 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 #0AC2AC is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 172 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.24 |
| HSL | 172.83º | 0.9% | 0.4% | - |
| HSV(B) | 172.83º | 0.95% | 0.76% | - |
| XYZ | 26.86 | 41.63 | 45.65 | - |
| YUV | 136.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 172 | 0.95 | 0 | 0.11 | 0.24 | 172.83 | 0.9 | 0.4 |
| Hex | A | C2 | AC | 5F | 0 | B | 18 | AD | 5A | 28 |
| Octal | 12 | 302 | 254 | 137 | 0 | 13 | 30 | 255 | 132 | 50 |
| Binary | 1010 | 11000010 | 10101100 | 1011111 | 0 | 1011 | 11000 | 10101101 | 1011010 | 101000 |
Color Harmonies of #0AC2AC
Complementary color
Monochromatic Colors of #0AC2AC
Black with #0AC2AC
Text Example
Text Example
White with #0AC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC2AC; }
p { color: rgb(10,194,172); }
H1.HeaderClassName
{
color: #0AC2AC;
}
.AnyTagClassName
{
color: #0AC2AC;
}
</style>
background-color css
<style>
a { background-color: #0AC2AC; }
a { background-color: rgb(10,194,172); }
div.DivClassName
{
background-color: #0AC2AC;
}
.BgClassName
{
background-color: #0AC2AC;
}
</style>
border-color css
<style>
span { border-color: #0AC2AC; }
span { border-color: rgb(10,194,172); }
td.TdClassName
{
border-color: #0AC2AC;
}
.TagClassName
{
border-color: #0AC2AC;
}
</style>