Shades of Caribbean Green #0ACE89
Tints of Caribbean Green #0ACE89
RGB
CMYK
RGB Variations
Color information
#0ACE89 (or 0x0ACE89) is known color: Caribbean Green. HEX triplet: 0A, CE and 89. RGB value is (10,206,137). Sum of RGB (Red+Green+Blue) = 10+206+137=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE89 is #F53176. Grayscale: #8B8B8B. Windows color (decimal): -16068983 or 9031178. OLE color: 9031178.
HSL color Cylindrical-coordinate representation of color #0ACE89: hue angle of 158.88º 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 #0ACE89 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 137 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.19 |
| HSL | 158.88º | 0.91% | 0.42% | - |
| HSV(B) | 158.88º | 0.95% | 0.81% | - |
| XYZ | 26.71 | 46.01 | 31.14 | - |
| YUV | 139.53 | 126.57 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 137 | 0.95 | 0 | 0.33 | 0.19 | 158.88 | 0.91 | 0.42 |
| Hex | A | CE | 89 | 5F | 0 | 21 | 13 | 9F | 5B | 2A |
| Octal | 12 | 316 | 211 | 137 | 0 | 41 | 23 | 237 | 133 | 52 |
| Binary | 1010 | 11001110 | 10001001 | 1011111 | 0 | 100001 | 10011 | 10011111 | 1011011 | 101010 |
Color Harmonies of #0ACE89
Complementary color
Monochromatic Colors of #0ACE89
Black with #0ACE89
Text Example
Text Example
White with #0ACE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE89; }
p { color: rgb(10,206,137); }
H1.HeaderClassName
{
color: #0ACE89;
}
.AnyTagClassName
{
color: #0ACE89;
}
</style>
background-color css
<style>
a { background-color: #0ACE89; }
a { background-color: rgb(10,206,137); }
div.DivClassName
{
background-color: #0ACE89;
}
.BgClassName
{
background-color: #0ACE89;
}
</style>
border-color css
<style>
span { border-color: #0ACE89; }
span { border-color: rgb(10,206,137); }
td.TdClassName
{
border-color: #0ACE89;
}
.TagClassName
{
border-color: #0ACE89;
}
</style>