Shades of Robin's Egg Blue #02DCBC
Tints of Robin's Egg Blue #02DCBC
RGB
CMYK
RGB Variations
Color information
#02DCBC (or 0x02DCBC) is known color: Robin's Egg Blue. HEX triplet: 02, DC and BC. RGB value is (2,220,188). Sum of RGB (Red+Green+Blue) = 2+220+188=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCBC is #FD2343. Grayscale: #979797. Windows color (decimal): -16589636 or 12377090. OLE color: 12377090.
HSL color Cylindrical-coordinate representation of color #02DCBC: hue angle of 171.19º 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 #02DCBC is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 188 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.14 |
| HSL | 171.19º | 0.98% | 0.44% | - |
| HSV(B) | 171.19º | 0.99% | 0.86% | - |
| XYZ | 34.7 | 54.83 | 56.33 | - |
| YUV | 151.17 | 148.78 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 188 | 0.99 | 0 | 0.15 | 0.14 | 171.19 | 0.98 | 0.44 |
| Hex | 2 | DC | BC | 63 | 0 | F | E | AB | 62 | 2C |
| Octal | 2 | 334 | 274 | 143 | 0 | 17 | 16 | 253 | 142 | 54 |
| Binary | 10 | 11011100 | 10111100 | 1100011 | 0 | 1111 | 1110 | 10101011 | 1100010 | 101100 |
Color Harmonies of #02DCBC
Complementary color
Monochromatic Colors of #02DCBC
Black with #02DCBC
Text Example
Text Example
White with #02DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCBC; }
p { color: rgb(2,220,188); }
H1.HeaderClassName
{
color: #02DCBC;
}
.AnyTagClassName
{
color: #02DCBC;
}
</style>
background-color css
<style>
a { background-color: #02DCBC; }
a { background-color: rgb(2,220,188); }
div.DivClassName
{
background-color: #02DCBC;
}
.BgClassName
{
background-color: #02DCBC;
}
</style>
border-color css
<style>
span { border-color: #02DCBC; }
span { border-color: rgb(2,220,188); }
td.TdClassName
{
border-color: #02DCBC;
}
.TagClassName
{
border-color: #02DCBC;
}
</style>