Shades of Caribbean Green #01DAB1
Tints of Caribbean Green #01DAB1
RGB
CMYK
RGB Variations
Color information
#01DAB1 (or 0x01DAB1) is known color: Caribbean Green. HEX triplet: 01, DA and B1. RGB value is (1,218,177). Sum of RGB (Red+Green+Blue) = 1+218+177=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #01DAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DAB1 is #FE254E. Grayscale: #949494. Windows color (decimal): -16655695 or 11655681. OLE color: 11655681.
HSL color Cylindrical-coordinate representation of color #01DAB1: hue angle of 168.66º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DAB1 is Cyan = 1.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 177 | - |
| CMYK | 1.00 | 0 | 0.19 | 0.15 |
| HSL | 168.66º | 0.99% | 0.43% | - |
| HSV(B) | 168.66º | 1% | 0.85% | - |
| XYZ | 33.02 | 53.32 | 50.15 | - |
| YUV | 148.44 | 144.11 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 177 | 1.00 | 0 | 0.19 | 0.15 | 168.66 | 0.99 | 0.43 |
| Hex | 1 | DA | B1 | 64 | 0 | 13 | F | A9 | 63 | 2B |
| Octal | 1 | 332 | 261 | 144 | 0 | 23 | 17 | 251 | 143 | 53 |
| Binary | 1 | 11011010 | 10110001 | 1100100 | 0 | 10011 | 1111 | 10101001 | 1100011 | 101011 |
Color Harmonies of #01DAB1
Complementary color
Monochromatic Colors of #01DAB1
Black with #01DAB1
Text Example
Text Example
White with #01DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DAB1; }
p { color: rgb(1,218,177); }
H1.HeaderClassName
{
color: #01DAB1;
}
.AnyTagClassName
{
color: #01DAB1;
}
</style>
background-color css
<style>
a { background-color: #01DAB1; }
a { background-color: rgb(1,218,177); }
div.DivClassName
{
background-color: #01DAB1;
}
.BgClassName
{
background-color: #01DAB1;
}
</style>
border-color css
<style>
span { border-color: #01DAB1; }
span { border-color: rgb(1,218,177); }
td.TdClassName
{
border-color: #01DAB1;
}
.TagClassName
{
border-color: #01DAB1;
}
</style>