Shades of Robin's Egg Blue #02D2CC
Tints of Robin's Egg Blue #02D2CC
RGB
CMYK
RGB Variations
Color information
#02D2CC (or 0x02D2CC) is known color: Robin's Egg Blue. HEX triplet: 02, D2 and CC. RGB value is (2,210,204). Sum of RGB (Red+Green+Blue) = 2+210+204=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #02D2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D2CC is #FD2D33. Grayscale: #929292. Windows color (decimal): -16592180 or 13423106. OLE color: 13423106.
HSL color Cylindrical-coordinate representation of color #02D2CC: hue angle of 178.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D2CC is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 204 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.18 |
| HSL | 178.27º | 0.98% | 0.42% | - |
| HSV(B) | 178.27º | 0.99% | 0.82% | - |
| XYZ | 33.97 | 50.47 | 65.08 | - |
| YUV | 147.12 | 160.09 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 204 | 0.99 | 0 | 0.03 | 0.18 | 178.27 | 0.98 | 0.42 |
| Hex | 2 | D2 | CC | 63 | 0 | 3 | 12 | B2 | 62 | 2A |
| Octal | 2 | 322 | 314 | 143 | 0 | 3 | 22 | 262 | 142 | 52 |
| Binary | 10 | 11010010 | 11001100 | 1100011 | 0 | 11 | 10010 | 10110010 | 1100010 | 101010 |
Color Harmonies of #02D2CC
Complementary color
Monochromatic Colors of #02D2CC
Black with #02D2CC
Text Example
Text Example
White with #02D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D2CC; }
p { color: rgb(2,210,204); }
H1.HeaderClassName
{
color: #02D2CC;
}
.AnyTagClassName
{
color: #02D2CC;
}
</style>
background-color css
<style>
a { background-color: #02D2CC; }
a { background-color: rgb(2,210,204); }
div.DivClassName
{
background-color: #02D2CC;
}
.BgClassName
{
background-color: #02D2CC;
}
</style>
border-color css
<style>
span { border-color: #02D2CC; }
span { border-color: rgb(2,210,204); }
td.TdClassName
{
border-color: #02D2CC;
}
.TagClassName
{
border-color: #02D2CC;
}
</style>