Shades of Caribbean Green #0ACCAA
Tints of Caribbean Green #0ACCAA
RGB
CMYK
RGB Variations
Color information
#0ACCAA (or 0x0ACCAA) is known color: Caribbean Green. HEX triplet: 0A, CC and AA. RGB value is (10,204,170). Sum of RGB (Red+Green+Blue) = 10+204+170=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACCAA is #F53355. Grayscale: #8E8E8E. Windows color (decimal): -16069462 or 11193354. OLE color: 11193354.
HSL color Cylindrical-coordinate representation of color #0ACCAA: hue angle of 169.48º 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 #0ACCAA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 170 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.2 |
| HSL | 169.48º | 0.91% | 0.42% | - |
| HSV(B) | 169.48º | 0.95% | 0.8% | - |
| XYZ | 28.97 | 46.15 | 45.41 | - |
| YUV | 142.12 | 143.73 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 170 | 0.95 | 0 | 0.17 | 0.2 | 169.48 | 0.91 | 0.42 |
| Hex | A | CC | AA | 5F | 0 | 11 | 14 | A9 | 5B | 2A |
| Octal | 12 | 314 | 252 | 137 | 0 | 21 | 24 | 251 | 133 | 52 |
| Binary | 1010 | 11001100 | 10101010 | 1011111 | 0 | 10001 | 10100 | 10101001 | 1011011 | 101010 |
Color Harmonies of #0ACCAA
Complementary color
Monochromatic Colors of #0ACCAA
Black with #0ACCAA
Text Example
Text Example
White with #0ACCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCAA; }
p { color: rgb(10,204,170); }
H1.HeaderClassName
{
color: #0ACCAA;
}
.AnyTagClassName
{
color: #0ACCAA;
}
</style>
background-color css
<style>
a { background-color: #0ACCAA; }
a { background-color: rgb(10,204,170); }
div.DivClassName
{
background-color: #0ACCAA;
}
.BgClassName
{
background-color: #0ACCAA;
}
</style>
border-color css
<style>
span { border-color: #0ACCAA; }
span { border-color: rgb(10,204,170); }
td.TdClassName
{
border-color: #0ACCAA;
}
.TagClassName
{
border-color: #0ACCAA;
}
</style>