Shades of Caribbean Green #0ACEAA
Tints of Caribbean Green #0ACEAA
RGB
CMYK
RGB Variations
Color information
#0ACEAA (or 0x0ACEAA) is known color: Caribbean Green. HEX triplet: 0A, CE and AA. RGB value is (10,206,170). Sum of RGB (Red+Green+Blue) = 10+206+170=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAA is #F53155. Grayscale: #8F8F8F. Windows color (decimal): -16068950 or 11193866. OLE color: 11193866.
HSL color Cylindrical-coordinate representation of color #0ACEAA: hue angle of 168.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACEAA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 170 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.19 |
| HSL | 168.98º | 0.91% | 0.42% | - |
| HSV(B) | 168.98º | 0.95% | 0.81% | - |
| XYZ | 29.45 | 47.11 | 45.57 | - |
| YUV | 143.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 170 | 0.95 | 0 | 0.17 | 0.19 | 168.98 | 0.91 | 0.42 |
| Hex | A | CE | AA | 5F | 0 | 11 | 13 | A9 | 5B | 2A |
| Octal | 12 | 316 | 252 | 137 | 0 | 21 | 23 | 251 | 133 | 52 |
| Binary | 1010 | 11001110 | 10101010 | 1011111 | 0 | 10001 | 10011 | 10101001 | 1011011 | 101010 |
Color Harmonies of #0ACEAA
Complementary color
Monochromatic Colors of #0ACEAA
Black with #0ACEAA
Text Example
Text Example
White with #0ACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEAA; }
p { color: rgb(10,206,170); }
H1.HeaderClassName
{
color: #0ACEAA;
}
.AnyTagClassName
{
color: #0ACEAA;
}
</style>
background-color css
<style>
a { background-color: #0ACEAA; }
a { background-color: rgb(10,206,170); }
div.DivClassName
{
background-color: #0ACEAA;
}
.BgClassName
{
background-color: #0ACEAA;
}
</style>
border-color css
<style>
span { border-color: #0ACEAA; }
span { border-color: rgb(10,206,170); }
td.TdClassName
{
border-color: #0ACEAA;
}
.TagClassName
{
border-color: #0ACEAA;
}
</style>