Shades of Caribbean Green #01DBAF
Tints of Caribbean Green #01DBAF
RGB
CMYK
RGB Variations
Color information
#01DBAF (or 0x01DBAF) is known color: Caribbean Green. HEX triplet: 01, DB and AF. RGB value is (1,219,175). Sum of RGB (Red+Green+Blue) = 1+219+175=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DBAF is #FE2450. Grayscale: #949494. Windows color (decimal): -16655441 or 11524865. OLE color: 11524865.
HSL color Cylindrical-coordinate representation of color #01DBAF: hue angle of 167.89º 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 #01DBAF is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 175 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.14 |
| HSL | 167.89º | 0.99% | 0.43% | - |
| HSV(B) | 167.89º | 1% | 0.86% | - |
| XYZ | 33.08 | 53.76 | 49.19 | - |
| YUV | 148.8 | 142.78 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 175 | 1.00 | 0 | 0.20 | 0.14 | 167.89 | 0.99 | 0.43 |
| Hex | 1 | DB | AF | 64 | 0 | 14 | E | A8 | 63 | 2B |
| Octal | 1 | 333 | 257 | 144 | 0 | 24 | 16 | 250 | 143 | 53 |
| Binary | 1 | 11011011 | 10101111 | 1100100 | 0 | 10100 | 1110 | 10101000 | 1100011 | 101011 |
Color Harmonies of #01DBAF
Complementary color
Monochromatic Colors of #01DBAF
Black with #01DBAF
Text Example
Text Example
White with #01DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBAF; }
p { color: rgb(1,219,175); }
H1.HeaderClassName
{
color: #01DBAF;
}
.AnyTagClassName
{
color: #01DBAF;
}
</style>
background-color css
<style>
a { background-color: #01DBAF; }
a { background-color: rgb(1,219,175); }
div.DivClassName
{
background-color: #01DBAF;
}
.BgClassName
{
background-color: #01DBAF;
}
</style>
border-color css
<style>
span { border-color: #01DBAF; }
span { border-color: rgb(1,219,175); }
td.TdClassName
{
border-color: #01DBAF;
}
.TagClassName
{
border-color: #01DBAF;
}
</style>