Shades of Caribbean Green #0ACCAC
Tints of Caribbean Green #0ACCAC
RGB
CMYK
RGB Variations
Color information
#0ACCAC (or 0x0ACCAC) is known color: Caribbean Green. HEX triplet: 0A, CC and AC. RGB value is (10,204,172). Sum of RGB (Red+Green+Blue) = 10+204+172=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACCAC is #F53353. Grayscale: #8E8E8E. Windows color (decimal): -16069460 or 11324426. OLE color: 11324426.
HSL color Cylindrical-coordinate representation of color #0ACCAC: hue angle of 170.1º 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 #0ACCAC is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 172 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.2 |
| HSL | 170.1º | 0.91% | 0.42% | - |
| HSV(B) | 170.1º | 0.95% | 0.8% | - |
| XYZ | 29.16 | 46.23 | 46.42 | - |
| YUV | 142.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 172 | 0.95 | 0 | 0.16 | 0.2 | 170.1 | 0.91 | 0.42 |
| Hex | A | CC | AC | 5F | 0 | 10 | 14 | AA | 5B | 2A |
| Octal | 12 | 314 | 254 | 137 | 0 | 20 | 24 | 252 | 133 | 52 |
| Binary | 1010 | 11001100 | 10101100 | 1011111 | 0 | 10000 | 10100 | 10101010 | 1011011 | 101010 |
Color Harmonies of #0ACCAC
Complementary color
Monochromatic Colors of #0ACCAC
Black with #0ACCAC
Text Example
Text Example
White with #0ACCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCAC; }
p { color: rgb(10,204,172); }
H1.HeaderClassName
{
color: #0ACCAC;
}
.AnyTagClassName
{
color: #0ACCAC;
}
</style>
background-color css
<style>
a { background-color: #0ACCAC; }
a { background-color: rgb(10,204,172); }
div.DivClassName
{
background-color: #0ACCAC;
}
.BgClassName
{
background-color: #0ACCAC;
}
</style>
border-color css
<style>
span { border-color: #0ACCAC; }
span { border-color: rgb(10,204,172); }
td.TdClassName
{
border-color: #0ACCAC;
}
.TagClassName
{
border-color: #0ACCAC;
}
</style>