Shades of Caribbean Green #01DDA3
Tints of Caribbean Green #01DDA3
RGB
CMYK
RGB Variations
Color information
#01DDA3 (or 0x01DDA3) is known color: Caribbean Green. HEX triplet: 01, DD and A3. RGB value is (1,221,163). Sum of RGB (Red+Green+Blue) = 1+221+163=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DDA3 is #FE225C. Grayscale: #949494. Windows color (decimal): -16654941 or 10738945. OLE color: 10738945.
HSL color Cylindrical-coordinate representation of color #01DDA3: hue angle of 164.18º 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 #01DDA3 is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 163 | - |
| CMYK | 1.00 | 0 | 0.26 | 0.13 |
| HSL | 164.18º | 0.99% | 0.44% | - |
| HSV(B) | 164.18º | 1% | 0.87% | - |
| XYZ | 32.48 | 54.36 | 43.43 | - |
| YUV | 148.61 | 136.11 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 163 | 1.00 | 0 | 0.26 | 0.13 | 164.18 | 0.99 | 0.44 |
| Hex | 1 | DD | A3 | 64 | 0 | 1A | D | A4 | 63 | 2C |
| Octal | 1 | 335 | 243 | 144 | 0 | 32 | 15 | 244 | 143 | 54 |
| Binary | 1 | 11011101 | 10100011 | 1100100 | 0 | 11010 | 1101 | 10100100 | 1100011 | 101100 |
Color Harmonies of #01DDA3
Complementary color
Monochromatic Colors of #01DDA3
Black with #01DDA3
Text Example
Text Example
White with #01DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDA3; }
p { color: rgb(1,221,163); }
H1.HeaderClassName
{
color: #01DDA3;
}
.AnyTagClassName
{
color: #01DDA3;
}
</style>
background-color css
<style>
a { background-color: #01DDA3; }
a { background-color: rgb(1,221,163); }
div.DivClassName
{
background-color: #01DDA3;
}
.BgClassName
{
background-color: #01DDA3;
}
</style>
border-color css
<style>
span { border-color: #01DDA3; }
span { border-color: rgb(1,221,163); }
td.TdClassName
{
border-color: #01DDA3;
}
.TagClassName
{
border-color: #01DDA3;
}
</style>