Shades of Caribbean Green #0ACEA7
Tints of Caribbean Green #0ACEA7
RGB
CMYK
RGB Variations
Color information
#0ACEA7 (or 0x0ACEA7) is known color: Caribbean Green. HEX triplet: 0A, CE and A7. RGB value is (10,206,167). Sum of RGB (Red+Green+Blue) = 10+206+167=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA7 is #F53158. Grayscale: #8E8E8E. Windows color (decimal): -16068953 or 10997258. OLE color: 10997258.
HSL color Cylindrical-coordinate representation of color #0ACEA7: hue angle of 168.06º 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 #0ACEA7 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 167 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.19 |
| HSL | 168.06º | 0.91% | 0.42% | - |
| HSV(B) | 168.06º | 0.95% | 0.81% | - |
| XYZ | 29.17 | 47 | 44.09 | - |
| YUV | 142.95 | 141.57 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 167 | 0.95 | 0 | 0.19 | 0.19 | 168.06 | 0.91 | 0.42 |
| Hex | A | CE | A7 | 5F | 0 | 13 | 13 | A8 | 5B | 2A |
| Octal | 12 | 316 | 247 | 137 | 0 | 23 | 23 | 250 | 133 | 52 |
| Binary | 1010 | 11001110 | 10100111 | 1011111 | 0 | 10011 | 10011 | 10101000 | 1011011 | 101010 |
Color Harmonies of #0ACEA7
Complementary color
Monochromatic Colors of #0ACEA7
Black with #0ACEA7
Text Example
Text Example
White with #0ACEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEA7; }
p { color: rgb(10,206,167); }
H1.HeaderClassName
{
color: #0ACEA7;
}
.AnyTagClassName
{
color: #0ACEA7;
}
</style>
background-color css
<style>
a { background-color: #0ACEA7; }
a { background-color: rgb(10,206,167); }
div.DivClassName
{
background-color: #0ACEA7;
}
.BgClassName
{
background-color: #0ACEA7;
}
</style>
border-color css
<style>
span { border-color: #0ACEA7; }
span { border-color: rgb(10,206,167); }
td.TdClassName
{
border-color: #0ACEA7;
}
.TagClassName
{
border-color: #0ACEA7;
}
</style>