Shades of Caribbean Green #01D9AD
Tints of Caribbean Green #01D9AD
RGB
CMYK
RGB Variations
Color information
#01D9AD (or 0x01D9AD) is known color: Caribbean Green. HEX triplet: 01, D9 and AD. RGB value is (1,217,173). Sum of RGB (Red+Green+Blue) = 1+217+173=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #01D9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D9AD is #FE2652. Grayscale: #939393. Windows color (decimal): -16655955 or 11393281. OLE color: 11393281.
HSL color Cylindrical-coordinate representation of color #01D9AD: hue angle of 167.78º 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 #01D9AD is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 173 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.15 |
| HSL | 167.78º | 0.99% | 0.43% | - |
| HSV(B) | 167.78º | 1% | 0.85% | - |
| XYZ | 32.37 | 52.65 | 47.99 | - |
| YUV | 147.4 | 142.44 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 173 | 1.00 | 0 | 0.20 | 0.15 | 167.78 | 0.99 | 0.43 |
| Hex | 1 | D9 | AD | 64 | 0 | 14 | F | A8 | 63 | 2B |
| Octal | 1 | 331 | 255 | 144 | 0 | 24 | 17 | 250 | 143 | 53 |
| Binary | 1 | 11011001 | 10101101 | 1100100 | 0 | 10100 | 1111 | 10101000 | 1100011 | 101011 |
Color Harmonies of #01D9AD
Complementary color
Monochromatic Colors of #01D9AD
Black with #01D9AD
Text Example
Text Example
White with #01D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D9AD; }
p { color: rgb(1,217,173); }
H1.HeaderClassName
{
color: #01D9AD;
}
.AnyTagClassName
{
color: #01D9AD;
}
</style>
background-color css
<style>
a { background-color: #01D9AD; }
a { background-color: rgb(1,217,173); }
div.DivClassName
{
background-color: #01D9AD;
}
.BgClassName
{
background-color: #01D9AD;
}
</style>
border-color css
<style>
span { border-color: #01D9AD; }
span { border-color: rgb(1,217,173); }
td.TdClassName
{
border-color: #01D9AD;
}
.TagClassName
{
border-color: #01D9AD;
}
</style>