Shades of Caribbean Green #0ACEA8
Tints of Caribbean Green #0ACEA8
RGB
CMYK
RGB Variations
Color information
#0ACEA8 (or 0x0ACEA8) is known color: Caribbean Green. HEX triplet: 0A, CE and A8. RGB value is (10,206,168). Sum of RGB (Red+Green+Blue) = 10+206+168=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA8 is #F53157. Grayscale: #8F8F8F. Windows color (decimal): -16068952 or 11062794. OLE color: 11062794.
HSL color Cylindrical-coordinate representation of color #0ACEA8: hue angle of 168.37º 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 #0ACEA8 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 168 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.19 |
| HSL | 168.37º | 0.91% | 0.42% | - |
| HSV(B) | 168.37º | 0.95% | 0.81% | - |
| XYZ | 29.26 | 47.03 | 44.58 | - |
| YUV | 143.06 | 142.07 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 168 | 0.95 | 0 | 0.18 | 0.19 | 168.37 | 0.91 | 0.42 |
| Hex | A | CE | A8 | 5F | 0 | 12 | 13 | A8 | 5B | 2A |
| Octal | 12 | 316 | 250 | 137 | 0 | 22 | 23 | 250 | 133 | 52 |
| Binary | 1010 | 11001110 | 10101000 | 1011111 | 0 | 10010 | 10011 | 10101000 | 1011011 | 101010 |
Color Harmonies of #0ACEA8
Complementary color
Monochromatic Colors of #0ACEA8
Black with #0ACEA8
Text Example
Text Example
White with #0ACEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEA8; }
p { color: rgb(10,206,168); }
H1.HeaderClassName
{
color: #0ACEA8;
}
.AnyTagClassName
{
color: #0ACEA8;
}
</style>
background-color css
<style>
a { background-color: #0ACEA8; }
a { background-color: rgb(10,206,168); }
div.DivClassName
{
background-color: #0ACEA8;
}
.BgClassName
{
background-color: #0ACEA8;
}
</style>
border-color css
<style>
span { border-color: #0ACEA8; }
span { border-color: rgb(10,206,168); }
td.TdClassName
{
border-color: #0ACEA8;
}
.TagClassName
{
border-color: #0ACEA8;
}
</style>