Shades of Caribbean Green #0ACEA1
Tints of Caribbean Green #0ACEA1
RGB
CMYK
RGB Variations
Color information
#0ACEA1 (or 0x0ACEA1) is known color: Caribbean Green. HEX triplet: 0A, CE and A1. RGB value is (10,206,161). Sum of RGB (Red+Green+Blue) = 10+206+161=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA1 is #F5315E. Grayscale: #8E8E8E. Windows color (decimal): -16068959 or 10604042. OLE color: 10604042.
HSL color Cylindrical-coordinate representation of color #0ACEA1: hue angle of 166.22º 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 #0ACEA1 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 161 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.19 |
| HSL | 166.22º | 0.91% | 0.42% | - |
| HSV(B) | 166.22º | 0.95% | 0.81% | - |
| XYZ | 28.63 | 46.78 | 41.24 | - |
| YUV | 142.27 | 138.57 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 161 | 0.95 | 0 | 0.22 | 0.19 | 166.22 | 0.91 | 0.42 |
| Hex | A | CE | A1 | 5F | 0 | 16 | 13 | A6 | 5B | 2A |
| Octal | 12 | 316 | 241 | 137 | 0 | 26 | 23 | 246 | 133 | 52 |
| Binary | 1010 | 11001110 | 10100001 | 1011111 | 0 | 10110 | 10011 | 10100110 | 1011011 | 101010 |
Color Harmonies of #0ACEA1
Complementary color
Monochromatic Colors of #0ACEA1
Black with #0ACEA1
Text Example
Text Example
White with #0ACEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEA1; }
p { color: rgb(10,206,161); }
H1.HeaderClassName
{
color: #0ACEA1;
}
.AnyTagClassName
{
color: #0ACEA1;
}
</style>
background-color css
<style>
a { background-color: #0ACEA1; }
a { background-color: rgb(10,206,161); }
div.DivClassName
{
background-color: #0ACEA1;
}
.BgClassName
{
background-color: #0ACEA1;
}
</style>
border-color css
<style>
span { border-color: #0ACEA1; }
span { border-color: rgb(10,206,161); }
td.TdClassName
{
border-color: #0ACEA1;
}
.TagClassName
{
border-color: #0ACEA1;
}
</style>