Shades of Caribbean Green #02DDB0
Tints of Caribbean Green #02DDB0
RGB
CMYK
RGB Variations
Color information
#02DDB0 (or 0x02DDB0) is known color: Caribbean Green. HEX triplet: 02, DD and B0. RGB value is (2,221,176). Sum of RGB (Red+Green+Blue) = 2+221+176=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDB0 is #FD224F. Grayscale: #969696. Windows color (decimal): -16589392 or 11590914. OLE color: 11590914.
HSL color Cylindrical-coordinate representation of color #02DDB0: hue angle of 167.67º 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 #02DDB0 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 176 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.13 |
| HSL | 167.67º | 0.98% | 0.44% | - |
| HSV(B) | 167.67º | 0.99% | 0.87% | - |
| XYZ | 33.72 | 54.86 | 49.89 | - |
| YUV | 150.39 | 142.45 | 22.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 176 | 0.99 | 0 | 0.20 | 0.13 | 167.67 | 0.98 | 0.44 |
| Hex | 2 | DD | B0 | 63 | 0 | 14 | D | A8 | 62 | 2C |
| Octal | 2 | 335 | 260 | 143 | 0 | 24 | 15 | 250 | 142 | 54 |
| Binary | 10 | 11011101 | 10110000 | 1100011 | 0 | 10100 | 1101 | 10101000 | 1100010 | 101100 |
Color Harmonies of #02DDB0
Complementary color
Monochromatic Colors of #02DDB0
Black with #02DDB0
Text Example
Text Example
White with #02DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDB0; }
p { color: rgb(2,221,176); }
H1.HeaderClassName
{
color: #02DDB0;
}
.AnyTagClassName
{
color: #02DDB0;
}
</style>
background-color css
<style>
a { background-color: #02DDB0; }
a { background-color: rgb(2,221,176); }
div.DivClassName
{
background-color: #02DDB0;
}
.BgClassName
{
background-color: #02DDB0;
}
</style>
border-color css
<style>
span { border-color: #02DDB0; }
span { border-color: rgb(2,221,176); }
td.TdClassName
{
border-color: #02DDB0;
}
.TagClassName
{
border-color: #02DDB0;
}
</style>