Shades of Robin's Egg Blue #02DCC0
Tints of Robin's Egg Blue #02DCC0
RGB
CMYK
RGB Variations
Color information
#02DCC0 (or 0x02DCC0) is known color: Robin's Egg Blue. HEX triplet: 02, DC and C0. RGB value is (2,220,192). Sum of RGB (Red+Green+Blue) = 2+220+192=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCC0 is #FD233F. Grayscale: #979797. Windows color (decimal): -16589632 or 12639234. OLE color: 12639234.
HSL color Cylindrical-coordinate representation of color #02DCC0: hue angle of 172.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCC0 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 192 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.14 |
| HSL | 172.29º | 0.98% | 0.44% | - |
| HSV(B) | 172.29º | 0.99% | 0.86% | - |
| XYZ | 35.13 | 55.01 | 58.63 | - |
| YUV | 151.63 | 150.78 | 21.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 192 | 0.99 | 0 | 0.13 | 0.14 | 172.29 | 0.98 | 0.44 |
| Hex | 2 | DC | C0 | 63 | 0 | D | E | AC | 62 | 2C |
| Octal | 2 | 334 | 300 | 143 | 0 | 15 | 16 | 254 | 142 | 54 |
| Binary | 10 | 11011100 | 11000000 | 1100011 | 0 | 1101 | 1110 | 10101100 | 1100010 | 101100 |
Color Harmonies of #02DCC0
Complementary color
Monochromatic Colors of #02DCC0
Black with #02DCC0
Text Example
Text Example
White with #02DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCC0; }
p { color: rgb(2,220,192); }
H1.HeaderClassName
{
color: #02DCC0;
}
.AnyTagClassName
{
color: #02DCC0;
}
</style>
background-color css
<style>
a { background-color: #02DCC0; }
a { background-color: rgb(2,220,192); }
div.DivClassName
{
background-color: #02DCC0;
}
.BgClassName
{
background-color: #02DCC0;
}
</style>
border-color css
<style>
span { border-color: #02DCC0; }
span { border-color: rgb(2,220,192); }
td.TdClassName
{
border-color: #02DCC0;
}
.TagClassName
{
border-color: #02DCC0;
}
</style>