Shades of Caribbean Green #01D3AD
Tints of Caribbean Green #01D3AD
RGB
CMYK
RGB Variations
Color information
#01D3AD (or 0x01D3AD) is known color: Caribbean Green. HEX triplet: 01, D3 and AD. RGB value is (1,211,173). Sum of RGB (Red+Green+Blue) = 1+211+173=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #01D3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D3AD is #FE2C52. Grayscale: #8F8F8F. Windows color (decimal): -16657491 or 11391745. OLE color: 11391745.
HSL color Cylindrical-coordinate representation of color #01D3AD: hue angle of 169.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D3AD is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 173 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.17 |
| HSL | 169.14º | 0.99% | 0.42% | - |
| HSV(B) | 169.14º | 1% | 0.83% | - |
| XYZ | 30.85 | 49.61 | 47.49 | - |
| YUV | 143.88 | 144.43 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 173 | 1.00 | 0 | 0.18 | 0.17 | 169.14 | 0.99 | 0.42 |
| Hex | 1 | D3 | AD | 64 | 0 | 12 | 11 | A9 | 63 | 2A |
| Octal | 1 | 323 | 255 | 144 | 0 | 22 | 21 | 251 | 143 | 52 |
| Binary | 1 | 11010011 | 10101101 | 1100100 | 0 | 10010 | 10001 | 10101001 | 1100011 | 101010 |
Color Harmonies of #01D3AD
Complementary color
Monochromatic Colors of #01D3AD
Black with #01D3AD
Text Example
Text Example
White with #01D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D3AD; }
p { color: rgb(1,211,173); }
H1.HeaderClassName
{
color: #01D3AD;
}
.AnyTagClassName
{
color: #01D3AD;
}
</style>
background-color css
<style>
a { background-color: #01D3AD; }
a { background-color: rgb(1,211,173); }
div.DivClassName
{
background-color: #01D3AD;
}
.BgClassName
{
background-color: #01D3AD;
}
</style>
border-color css
<style>
span { border-color: #01D3AD; }
span { border-color: rgb(1,211,173); }
td.TdClassName
{
border-color: #01D3AD;
}
.TagClassName
{
border-color: #01D3AD;
}
</style>