Shades of Caribbean Green #02DDA1
Tints of Caribbean Green #02DDA1
RGB
CMYK
RGB Variations
Color information
#02DDA1 (or 0x02DDA1) is known color: Caribbean Green. HEX triplet: 02, DD and A1. RGB value is (2,221,161). Sum of RGB (Red+Green+Blue) = 2+221+161=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDA1 is #FD225E. Grayscale: #949494. Windows color (decimal): -16589407 or 10607874. OLE color: 10607874.
HSL color Cylindrical-coordinate representation of color #02DDA1: hue angle of 163.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DDA1 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 161 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.13 |
| HSL | 163.56º | 0.98% | 0.44% | - |
| HSV(B) | 163.56º | 0.99% | 0.87% | - |
| XYZ | 32.31 | 54.3 | 42.5 | - |
| YUV | 148.68 | 134.95 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 161 | 0.99 | 0 | 0.27 | 0.13 | 163.56 | 0.98 | 0.44 |
| Hex | 2 | DD | A1 | 63 | 0 | 1B | D | A4 | 62 | 2C |
| Octal | 2 | 335 | 241 | 143 | 0 | 33 | 15 | 244 | 142 | 54 |
| Binary | 10 | 11011101 | 10100001 | 1100011 | 0 | 11011 | 1101 | 10100100 | 1100010 | 101100 |
Color Harmonies of #02DDA1
Complementary color
Monochromatic Colors of #02DDA1
Black with #02DDA1
Text Example
Text Example
White with #02DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDA1; }
p { color: rgb(2,221,161); }
H1.HeaderClassName
{
color: #02DDA1;
}
.AnyTagClassName
{
color: #02DDA1;
}
</style>
background-color css
<style>
a { background-color: #02DDA1; }
a { background-color: rgb(2,221,161); }
div.DivClassName
{
background-color: #02DDA1;
}
.BgClassName
{
background-color: #02DDA1;
}
</style>
border-color css
<style>
span { border-color: #02DDA1; }
span { border-color: rgb(2,221,161); }
td.TdClassName
{
border-color: #02DDA1;
}
.TagClassName
{
border-color: #02DDA1;
}
</style>