Shades of Caribbean Green #0ACEA9
Tints of Caribbean Green #0ACEA9
RGB
CMYK
RGB Variations
Color information
#0ACEA9 (or 0x0ACEA9) is known color: Caribbean Green. HEX triplet: 0A, CE and A9. RGB value is (10,206,169). Sum of RGB (Red+Green+Blue) = 10+206+169=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA9 is #F53156. Grayscale: #8F8F8F. Windows color (decimal): -16068951 or 11128330. OLE color: 11128330.
HSL color Cylindrical-coordinate representation of color #0ACEA9: hue angle of 168.67º 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 #0ACEA9 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 169 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.19 |
| HSL | 168.67º | 0.91% | 0.42% | - |
| HSV(B) | 168.67º | 0.95% | 0.81% | - |
| XYZ | 29.36 | 47.07 | 45.07 | - |
| YUV | 143.18 | 142.57 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 169 | 0.95 | 0 | 0.18 | 0.19 | 168.67 | 0.91 | 0.42 |
| Hex | A | CE | A9 | 5F | 0 | 12 | 13 | A9 | 5B | 2A |
| Octal | 12 | 316 | 251 | 137 | 0 | 22 | 23 | 251 | 133 | 52 |
| Binary | 1010 | 11001110 | 10101001 | 1011111 | 0 | 10010 | 10011 | 10101001 | 1011011 | 101010 |
Color Harmonies of #0ACEA9
Complementary color
Monochromatic Colors of #0ACEA9
Black with #0ACEA9
Text Example
Text Example
White with #0ACEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEA9; }
p { color: rgb(10,206,169); }
H1.HeaderClassName
{
color: #0ACEA9;
}
.AnyTagClassName
{
color: #0ACEA9;
}
</style>
background-color css
<style>
a { background-color: #0ACEA9; }
a { background-color: rgb(10,206,169); }
div.DivClassName
{
background-color: #0ACEA9;
}
.BgClassName
{
background-color: #0ACEA9;
}
</style>
border-color css
<style>
span { border-color: #0ACEA9; }
span { border-color: rgb(10,206,169); }
td.TdClassName
{
border-color: #0ACEA9;
}
.TagClassName
{
border-color: #0ACEA9;
}
</style>