Shades of Caribbean Green #02DDB4
Tints of Caribbean Green #02DDB4
RGB
CMYK
RGB Variations
Color information
#02DDB4 (or 0x02DDB4) is known color: Caribbean Green. HEX triplet: 02, DD and B4. RGB value is (2,221,180). Sum of RGB (Red+Green+Blue) = 2+221+180=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDB4 is #FD224B. Grayscale: #969696. Windows color (decimal): -16589388 or 11853058. OLE color: 11853058.
HSL color Cylindrical-coordinate representation of color #02DDB4: hue angle of 168.77º 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 #02DDB4 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 180 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.13 |
| HSL | 168.77º | 0.98% | 0.44% | - |
| HSV(B) | 168.77º | 0.99% | 0.87% | - |
| XYZ | 34.12 | 55.02 | 52 | - |
| YUV | 150.85 | 144.45 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 180 | 0.99 | 0 | 0.19 | 0.13 | 168.77 | 0.98 | 0.44 |
| Hex | 2 | DD | B4 | 63 | 0 | 13 | D | A9 | 62 | 2C |
| Octal | 2 | 335 | 264 | 143 | 0 | 23 | 15 | 251 | 142 | 54 |
| Binary | 10 | 11011101 | 10110100 | 1100011 | 0 | 10011 | 1101 | 10101001 | 1100010 | 101100 |
Color Harmonies of #02DDB4
Complementary color
Monochromatic Colors of #02DDB4
Black with #02DDB4
Text Example
Text Example
White with #02DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDB4; }
p { color: rgb(2,221,180); }
H1.HeaderClassName
{
color: #02DDB4;
}
.AnyTagClassName
{
color: #02DDB4;
}
</style>
background-color css
<style>
a { background-color: #02DDB4; }
a { background-color: rgb(2,221,180); }
div.DivClassName
{
background-color: #02DDB4;
}
.BgClassName
{
background-color: #02DDB4;
}
</style>
border-color css
<style>
span { border-color: #02DDB4; }
span { border-color: rgb(2,221,180); }
td.TdClassName
{
border-color: #02DDB4;
}
.TagClassName
{
border-color: #02DDB4;
}
</style>