Shades of Caribbean Green #02DDA8
Tints of Caribbean Green #02DDA8
RGB
CMYK
RGB Variations
Color information
#02DDA8 (or 0x02DDA8) is known color: Caribbean Green. HEX triplet: 02, DD and A8. RGB value is (2,221,168). Sum of RGB (Red+Green+Blue) = 2+221+168=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDA8 is #FD2257. Grayscale: #959595. Windows color (decimal): -16589400 or 11066626. OLE color: 11066626.
HSL color Cylindrical-coordinate representation of color #02DDA8: hue angle of 165.48º 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 #02DDA8 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 168 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.13 |
| HSL | 165.48º | 0.98% | 0.44% | - |
| HSV(B) | 165.48º | 0.99% | 0.87% | - |
| XYZ | 32.95 | 54.55 | 45.84 | - |
| YUV | 149.48 | 138.45 | 22.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 168 | 0.99 | 0 | 0.24 | 0.13 | 165.48 | 0.98 | 0.44 |
| Hex | 2 | DD | A8 | 63 | 0 | 18 | D | A5 | 62 | 2C |
| Octal | 2 | 335 | 250 | 143 | 0 | 30 | 15 | 245 | 142 | 54 |
| Binary | 10 | 11011101 | 10101000 | 1100011 | 0 | 11000 | 1101 | 10100101 | 1100010 | 101100 |
Color Harmonies of #02DDA8
Complementary color
Monochromatic Colors of #02DDA8
Black with #02DDA8
Text Example
Text Example
White with #02DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDA8; }
p { color: rgb(2,221,168); }
H1.HeaderClassName
{
color: #02DDA8;
}
.AnyTagClassName
{
color: #02DDA8;
}
</style>
background-color css
<style>
a { background-color: #02DDA8; }
a { background-color: rgb(2,221,168); }
div.DivClassName
{
background-color: #02DDA8;
}
.BgClassName
{
background-color: #02DDA8;
}
</style>
border-color css
<style>
span { border-color: #02DDA8; }
span { border-color: rgb(2,221,168); }
td.TdClassName
{
border-color: #02DDA8;
}
.TagClassName
{
border-color: #02DDA8;
}
</style>