Shades of Caribbean Green #02DDA2
Tints of Caribbean Green #02DDA2
RGB
CMYK
RGB Variations
Color information
#02DDA2 (or 0x02DDA2) is known color: Caribbean Green. HEX triplet: 02, DD and A2. RGB value is (2,221,162). Sum of RGB (Red+Green+Blue) = 2+221+162=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDA2 is #FD225D. Grayscale: #949494. Windows color (decimal): -16589406 or 10673410. OLE color: 10673410.
HSL color Cylindrical-coordinate representation of color #02DDA2: hue angle of 163.84º 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 #02DDA2 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 162 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.13 |
| HSL | 163.84º | 0.98% | 0.44% | - |
| HSV(B) | 163.84º | 0.99% | 0.87% | - |
| XYZ | 32.4 | 54.33 | 42.96 | - |
| YUV | 148.79 | 135.45 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 162 | 0.99 | 0 | 0.27 | 0.13 | 163.84 | 0.98 | 0.44 |
| Hex | 2 | DD | A2 | 63 | 0 | 1B | D | A4 | 62 | 2C |
| Octal | 2 | 335 | 242 | 143 | 0 | 33 | 15 | 244 | 142 | 54 |
| Binary | 10 | 11011101 | 10100010 | 1100011 | 0 | 11011 | 1101 | 10100100 | 1100010 | 101100 |
Color Harmonies of #02DDA2
Complementary color
Monochromatic Colors of #02DDA2
Black with #02DDA2
Text Example
Text Example
White with #02DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDA2; }
p { color: rgb(2,221,162); }
H1.HeaderClassName
{
color: #02DDA2;
}
.AnyTagClassName
{
color: #02DDA2;
}
</style>
background-color css
<style>
a { background-color: #02DDA2; }
a { background-color: rgb(2,221,162); }
div.DivClassName
{
background-color: #02DDA2;
}
.BgClassName
{
background-color: #02DDA2;
}
</style>
border-color css
<style>
span { border-color: #02DDA2; }
span { border-color: rgb(2,221,162); }
td.TdClassName
{
border-color: #02DDA2;
}
.TagClassName
{
border-color: #02DDA2;
}
</style>