Shades of Caribbean Green #01C2A1
Tints of Caribbean Green #01C2A1
RGB
CMYK
RGB Variations
Color information
#01C2A1 (or 0x01C2A1) is known color: Caribbean Green. HEX triplet: 01, C2 and A1. RGB value is (1,194,161). Sum of RGB (Red+Green+Blue) = 1+194+161=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #01C2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C2A1 is #FE3D5E. Grayscale: #848484. Windows color (decimal): -16661855 or 10600961. OLE color: 10600961.
HSL color Cylindrical-coordinate representation of color #01C2A1: hue angle of 169.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C2A1 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 161 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.24 |
| HSL | 169.74º | 0.99% | 0.38% | - |
| HSV(B) | 169.74º | 0.99% | 0.76% | - |
| XYZ | 25.74 | 41.16 | 40.31 | - |
| YUV | 132.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 161 | 0.99 | 0 | 0.17 | 0.24 | 169.74 | 0.99 | 0.38 |
| Hex | 1 | C2 | A1 | 63 | 0 | 11 | 18 | AA | 63 | 26 |
| Octal | 1 | 302 | 241 | 143 | 0 | 21 | 30 | 252 | 143 | 46 |
| Binary | 1 | 11000010 | 10100001 | 1100011 | 0 | 10001 | 11000 | 10101010 | 1100011 | 100110 |
Color Harmonies of #01C2A1
Complementary color
Monochromatic Colors of #01C2A1
Black with #01C2A1
Text Example
Text Example
White with #01C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C2A1; }
p { color: rgb(1,194,161); }
H1.HeaderClassName
{
color: #01C2A1;
}
.AnyTagClassName
{
color: #01C2A1;
}
</style>
background-color css
<style>
a { background-color: #01C2A1; }
a { background-color: rgb(1,194,161); }
div.DivClassName
{
background-color: #01C2A1;
}
.BgClassName
{
background-color: #01C2A1;
}
</style>
border-color css
<style>
span { border-color: #01C2A1; }
span { border-color: rgb(1,194,161); }
td.TdClassName
{
border-color: #01C2A1;
}
.TagClassName
{
border-color: #01C2A1;
}
</style>