Shades of Caribbean Green #01D1AD
Tints of Caribbean Green #01D1AD
RGB
CMYK
RGB Variations
Color information
#01D1AD (or 0x01D1AD) is known color: Caribbean Green. HEX triplet: 01, D1 and AD. RGB value is (1,209,173). Sum of RGB (Red+Green+Blue) = 1+209+173=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #01D1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D1AD is #FE2E52. Grayscale: #8E8E8E. Windows color (decimal): -16658003 or 11391233. OLE color: 11391233.
HSL color Cylindrical-coordinate representation of color #01D1AD: hue angle of 169.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D1AD is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 173 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.18 |
| HSL | 169.62º | 0.99% | 0.41% | - |
| HSV(B) | 169.62º | 1% | 0.82% | - |
| XYZ | 30.36 | 48.62 | 47.32 | - |
| YUV | 142.7 | 145.09 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 173 | 1.00 | 0 | 0.17 | 0.18 | 169.62 | 0.99 | 0.41 |
| Hex | 1 | D1 | AD | 64 | 0 | 11 | 12 | AA | 63 | 29 |
| Octal | 1 | 321 | 255 | 144 | 0 | 21 | 22 | 252 | 143 | 51 |
| Binary | 1 | 11010001 | 10101101 | 1100100 | 0 | 10001 | 10010 | 10101010 | 1100011 | 101001 |
Color Harmonies of #01D1AD
Complementary color
Monochromatic Colors of #01D1AD
Black with #01D1AD
Text Example
Text Example
White with #01D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D1AD; }
p { color: rgb(1,209,173); }
H1.HeaderClassName
{
color: #01D1AD;
}
.AnyTagClassName
{
color: #01D1AD;
}
</style>
background-color css
<style>
a { background-color: #01D1AD; }
a { background-color: rgb(1,209,173); }
div.DivClassName
{
background-color: #01D1AD;
}
.BgClassName
{
background-color: #01D1AD;
}
</style>
border-color css
<style>
span { border-color: #01D1AD; }
span { border-color: rgb(1,209,173); }
td.TdClassName
{
border-color: #01D1AD;
}
.TagClassName
{
border-color: #01D1AD;
}
</style>