Shades of Caribbean Green #01CAB1
Tints of Caribbean Green #01CAB1
RGB
CMYK
RGB Variations
Color information
#01CAB1 (or 0x01CAB1) is known color: Caribbean Green. HEX triplet: 01, CA and B1. RGB value is (1,202,177). Sum of RGB (Red+Green+Blue) = 1+202+177=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #01CAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CAB1 is #FE354E. Grayscale: #8A8A8A. Windows color (decimal): -16659791 or 11651585. OLE color: 11651585.
HSL color Cylindrical-coordinate representation of color #01CAB1: hue angle of 172.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CAB1 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 177 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.21 |
| HSL | 172.54º | 0.99% | 0.4% | - |
| HSV(B) | 172.54º | 1% | 0.79% | - |
| XYZ | 29.07 | 45.42 | 48.83 | - |
| YUV | 139.05 | 149.41 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 177 | 1.00 | 0 | 0.12 | 0.21 | 172.54 | 0.99 | 0.4 |
| Hex | 1 | CA | B1 | 64 | 0 | C | 15 | AD | 63 | 28 |
| Octal | 1 | 312 | 261 | 144 | 0 | 14 | 25 | 255 | 143 | 50 |
| Binary | 1 | 11001010 | 10110001 | 1100100 | 0 | 1100 | 10101 | 10101101 | 1100011 | 101000 |
Color Harmonies of #01CAB1
Complementary color
Monochromatic Colors of #01CAB1
Black with #01CAB1
Text Example
Text Example
White with #01CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CAB1; }
p { color: rgb(1,202,177); }
H1.HeaderClassName
{
color: #01CAB1;
}
.AnyTagClassName
{
color: #01CAB1;
}
</style>
background-color css
<style>
a { background-color: #01CAB1; }
a { background-color: rgb(1,202,177); }
div.DivClassName
{
background-color: #01CAB1;
}
.BgClassName
{
background-color: #01CAB1;
}
</style>
border-color css
<style>
span { border-color: #01CAB1; }
span { border-color: rgb(1,202,177); }
td.TdClassName
{
border-color: #01CAB1;
}
.TagClassName
{
border-color: #01CAB1;
}
</style>