Shades of Caribbean Green #0ACE8F
Tints of Caribbean Green #0ACE8F
RGB
CMYK
RGB Variations
Color information
#0ACE8F (or 0x0ACE8F) is known color: Caribbean Green. HEX triplet: 0A, CE and 8F. RGB value is (10,206,143). Sum of RGB (Red+Green+Blue) = 10+206+143=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE8F is #F53170. Grayscale: #8C8C8C. Windows color (decimal): -16068977 or 9424394. OLE color: 9424394.
HSL color Cylindrical-coordinate representation of color #0ACE8F: hue angle of 160.71º 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 #0ACE8F is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 143 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.19 |
| HSL | 160.71º | 0.91% | 0.42% | - |
| HSV(B) | 160.71º | 0.95% | 0.81% | - |
| XYZ | 27.15 | 46.19 | 33.47 | - |
| YUV | 140.21 | 129.57 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 143 | 0.95 | 0 | 0.31 | 0.19 | 160.71 | 0.91 | 0.42 |
| Hex | A | CE | 8F | 5F | 0 | 1F | 13 | A1 | 5B | 2A |
| Octal | 12 | 316 | 217 | 137 | 0 | 37 | 23 | 241 | 133 | 52 |
| Binary | 1010 | 11001110 | 10001111 | 1011111 | 0 | 11111 | 10011 | 10100001 | 1011011 | 101010 |
Color Harmonies of #0ACE8F
Complementary color
Monochromatic Colors of #0ACE8F
Black with #0ACE8F
Text Example
Text Example
White with #0ACE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE8F; }
p { color: rgb(10,206,143); }
H1.HeaderClassName
{
color: #0ACE8F;
}
.AnyTagClassName
{
color: #0ACE8F;
}
</style>
background-color css
<style>
a { background-color: #0ACE8F; }
a { background-color: rgb(10,206,143); }
div.DivClassName
{
background-color: #0ACE8F;
}
.BgClassName
{
background-color: #0ACE8F;
}
</style>
border-color css
<style>
span { border-color: #0ACE8F; }
span { border-color: rgb(10,206,143); }
td.TdClassName
{
border-color: #0ACE8F;
}
.TagClassName
{
border-color: #0ACE8F;
}
</style>