Shades of Caribbean Green #01DDA1
Tints of Caribbean Green #01DDA1
RGB
CMYK
RGB Variations
Color information
#01DDA1 (or 0x01DDA1) is known color: Caribbean Green. HEX triplet: 01, DD and A1. RGB value is (1,221,161). Sum of RGB (Red+Green+Blue) = 1+221+161=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DDA1 is #FE225E. Grayscale: #949494. Windows color (decimal): -16654943 or 10607873. OLE color: 10607873.
HSL color Cylindrical-coordinate representation of color #01DDA1: hue angle of 163.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDA1 is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 161 | - |
| CMYK | 1.00 | 0 | 0.27 | 0.13 |
| HSL | 163.64º | 0.99% | 0.44% | - |
| HSV(B) | 163.64º | 1% | 0.87% | - |
| XYZ | 32.3 | 54.29 | 42.5 | - |
| YUV | 148.38 | 135.11 | 22.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 161 | 1.00 | 0 | 0.27 | 0.13 | 163.64 | 0.99 | 0.44 |
| Hex | 1 | DD | A1 | 64 | 0 | 1B | D | A4 | 63 | 2C |
| Octal | 1 | 335 | 241 | 144 | 0 | 33 | 15 | 244 | 143 | 54 |
| Binary | 1 | 11011101 | 10100001 | 1100100 | 0 | 11011 | 1101 | 10100100 | 1100011 | 101100 |
Color Harmonies of #01DDA1
Complementary color
Monochromatic Colors of #01DDA1
Black with #01DDA1
Text Example
Text Example
White with #01DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDA1; }
p { color: rgb(1,221,161); }
H1.HeaderClassName
{
color: #01DDA1;
}
.AnyTagClassName
{
color: #01DDA1;
}
</style>
background-color css
<style>
a { background-color: #01DDA1; }
a { background-color: rgb(1,221,161); }
div.DivClassName
{
background-color: #01DDA1;
}
.BgClassName
{
background-color: #01DDA1;
}
</style>
border-color css
<style>
span { border-color: #01DDA1; }
span { border-color: rgb(1,221,161); }
td.TdClassName
{
border-color: #01DDA1;
}
.TagClassName
{
border-color: #01DDA1;
}
</style>