Shades of Robin's Egg Blue #02DDB6
Tints of Robin's Egg Blue #02DDB6
RGB
CMYK
RGB Variations
Color information
#02DDB6 (or 0x02DDB6) is known color: Robin's Egg Blue. HEX triplet: 02, DD and B6. RGB value is (2,221,182). Sum of RGB (Red+Green+Blue) = 2+221+182=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDB6 is #FD2249. Grayscale: #979797. Windows color (decimal): -16589386 or 11984130. OLE color: 11984130.
HSL color Cylindrical-coordinate representation of color #02DDB6: hue angle of 169.32º 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 #02DDB6 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 182 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.13 |
| HSL | 169.32º | 0.98% | 0.44% | - |
| HSV(B) | 169.32º | 0.99% | 0.87% | - |
| XYZ | 34.32 | 55.1 | 53.08 | - |
| YUV | 151.07 | 145.45 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 182 | 0.99 | 0 | 0.18 | 0.13 | 169.32 | 0.98 | 0.44 |
| Hex | 2 | DD | B6 | 63 | 0 | 12 | D | A9 | 62 | 2C |
| Octal | 2 | 335 | 266 | 143 | 0 | 22 | 15 | 251 | 142 | 54 |
| Binary | 10 | 11011101 | 10110110 | 1100011 | 0 | 10010 | 1101 | 10101001 | 1100010 | 101100 |
Color Harmonies of #02DDB6
Complementary color
Monochromatic Colors of #02DDB6
Black with #02DDB6
Text Example
Text Example
White with #02DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDB6; }
p { color: rgb(2,221,182); }
H1.HeaderClassName
{
color: #02DDB6;
}
.AnyTagClassName
{
color: #02DDB6;
}
</style>
background-color css
<style>
a { background-color: #02DDB6; }
a { background-color: rgb(2,221,182); }
div.DivClassName
{
background-color: #02DDB6;
}
.BgClassName
{
background-color: #02DDB6;
}
</style>
border-color css
<style>
span { border-color: #02DDB6; }
span { border-color: rgb(2,221,182); }
td.TdClassName
{
border-color: #02DDB6;
}
.TagClassName
{
border-color: #02DDB6;
}
</style>