Shades of Caribbean Green #02DDB2
Tints of Caribbean Green #02DDB2
RGB
CMYK
RGB Variations
Color information
#02DDB2 (or 0x02DDB2) is known color: Caribbean Green. HEX triplet: 02, DD and B2. RGB value is (2,221,178). Sum of RGB (Red+Green+Blue) = 2+221+178=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDB2 is #FD224D. Grayscale: #969696. Windows color (decimal): -16589390 or 11721986. OLE color: 11721986.
HSL color Cylindrical-coordinate representation of color #02DDB2: hue angle of 168.22º 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 #02DDB2 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 178 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.13 |
| HSL | 168.22º | 0.98% | 0.44% | - |
| HSV(B) | 168.22º | 0.99% | 0.87% | - |
| XYZ | 33.92 | 54.94 | 50.94 | - |
| YUV | 150.62 | 143.45 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 178 | 0.99 | 0 | 0.19 | 0.13 | 168.22 | 0.98 | 0.44 |
| Hex | 2 | DD | B2 | 63 | 0 | 13 | D | A8 | 62 | 2C |
| Octal | 2 | 335 | 262 | 143 | 0 | 23 | 15 | 250 | 142 | 54 |
| Binary | 10 | 11011101 | 10110010 | 1100011 | 0 | 10011 | 1101 | 10101000 | 1100010 | 101100 |
Color Harmonies of #02DDB2
Complementary color
Monochromatic Colors of #02DDB2
Black with #02DDB2
Text Example
Text Example
White with #02DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDB2; }
p { color: rgb(2,221,178); }
H1.HeaderClassName
{
color: #02DDB2;
}
.AnyTagClassName
{
color: #02DDB2;
}
</style>
background-color css
<style>
a { background-color: #02DDB2; }
a { background-color: rgb(2,221,178); }
div.DivClassName
{
background-color: #02DDB2;
}
.BgClassName
{
background-color: #02DDB2;
}
</style>
border-color css
<style>
span { border-color: #02DDB2; }
span { border-color: rgb(2,221,178); }
td.TdClassName
{
border-color: #02DDB2;
}
.TagClassName
{
border-color: #02DDB2;
}
</style>