Shades of Caribbean Green #01DBAB
Tints of Caribbean Green #01DBAB
RGB
CMYK
RGB Variations
Color information
#01DBAB (or 0x01DBAB) is known color: Caribbean Green. HEX triplet: 01, DB and AB. RGB value is (1,219,171). Sum of RGB (Red+Green+Blue) = 1+219+171=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DBAB is #FE2454. Grayscale: #949494. Windows color (decimal): -16655445 or 11262721. OLE color: 11262721.
HSL color Cylindrical-coordinate representation of color #01DBAB: hue angle of 166.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBAB is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 171 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.14 |
| HSL | 166.79º | 0.99% | 0.43% | - |
| HSV(B) | 166.79º | 1% | 0.86% | - |
| XYZ | 32.69 | 53.61 | 47.15 | - |
| YUV | 148.35 | 140.78 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 171 | 1.00 | 0 | 0.22 | 0.14 | 166.79 | 0.99 | 0.43 |
| Hex | 1 | DB | AB | 64 | 0 | 16 | E | A7 | 63 | 2B |
| Octal | 1 | 333 | 253 | 144 | 0 | 26 | 16 | 247 | 143 | 53 |
| Binary | 1 | 11011011 | 10101011 | 1100100 | 0 | 10110 | 1110 | 10100111 | 1100011 | 101011 |
Color Harmonies of #01DBAB
Complementary color
Monochromatic Colors of #01DBAB
Black with #01DBAB
Text Example
Text Example
White with #01DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBAB; }
p { color: rgb(1,219,171); }
H1.HeaderClassName
{
color: #01DBAB;
}
.AnyTagClassName
{
color: #01DBAB;
}
</style>
background-color css
<style>
a { background-color: #01DBAB; }
a { background-color: rgb(1,219,171); }
div.DivClassName
{
background-color: #01DBAB;
}
.BgClassName
{
background-color: #01DBAB;
}
</style>
border-color css
<style>
span { border-color: #01DBAB; }
span { border-color: rgb(1,219,171); }
td.TdClassName
{
border-color: #01DBAB;
}
.TagClassName
{
border-color: #01DBAB;
}
</style>