Shades of Caribbean Green #0AC3A1
Tints of Caribbean Green #0AC3A1
RGB
CMYK
RGB Variations
Color information
#0AC3A1 (or 0x0AC3A1) is known color: Caribbean Green. HEX triplet: 0A, C3 and A1. RGB value is (10,195,161). Sum of RGB (Red+Green+Blue) = 10+195+161=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC3A1 is #F53C5E. Grayscale: #878787. Windows color (decimal): -16071775 or 10601226. OLE color: 10601226.
HSL color Cylindrical-coordinate representation of color #0AC3A1: hue angle of 168.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC3A1 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 161 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.24 |
| HSL | 168.97º | 0.9% | 0.4% | - |
| HSV(B) | 168.97º | 0.95% | 0.76% | - |
| XYZ | 26.07 | 41.67 | 40.39 | - |
| YUV | 135.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 161 | 0.95 | 0 | 0.17 | 0.24 | 168.97 | 0.9 | 0.4 |
| Hex | A | C3 | A1 | 5F | 0 | 11 | 18 | A9 | 5A | 28 |
| Octal | 12 | 303 | 241 | 137 | 0 | 21 | 30 | 251 | 132 | 50 |
| Binary | 1010 | 11000011 | 10100001 | 1011111 | 0 | 10001 | 11000 | 10101001 | 1011010 | 101000 |
Color Harmonies of #0AC3A1
Complementary color
Monochromatic Colors of #0AC3A1
Black with #0AC3A1
Text Example
Text Example
White with #0AC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC3A1; }
p { color: rgb(10,195,161); }
H1.HeaderClassName
{
color: #0AC3A1;
}
.AnyTagClassName
{
color: #0AC3A1;
}
</style>
background-color css
<style>
a { background-color: #0AC3A1; }
a { background-color: rgb(10,195,161); }
div.DivClassName
{
background-color: #0AC3A1;
}
.BgClassName
{
background-color: #0AC3A1;
}
</style>
border-color css
<style>
span { border-color: #0AC3A1; }
span { border-color: rgb(10,195,161); }
td.TdClassName
{
border-color: #0AC3A1;
}
.TagClassName
{
border-color: #0AC3A1;
}
</style>