Shades of Robin's Egg Blue #02E5C0
Tints of Robin's Egg Blue #02E5C0
RGB
CMYK
RGB Variations
Color information
#02E5C0 (or 0x02E5C0) is known color: Robin's Egg Blue. HEX triplet: 02, E5 and C0. RGB value is (2,229,192). Sum of RGB (Red+Green+Blue) = 2+229+192=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5C0 is #FD1A3F. Grayscale: #9C9C9C. Windows color (decimal): -16587328 or 12641538. OLE color: 12641538.
HSL color Cylindrical-coordinate representation of color #02E5C0: hue angle of 170.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5C0 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 192 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.10 |
| HSL | 170.22º | 0.98% | 0.45% | - |
| HSV(B) | 170.22º | 0.99% | 0.9% | - |
| XYZ | 37.56 | 59.86 | 59.44 | - |
| YUV | 156.91 | 147.79 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 192 | 0.99 | 0 | 0.16 | 0.10 | 170.22 | 0.98 | 0.45 |
| Hex | 2 | E5 | C0 | 63 | 0 | 10 | A | AA | 62 | 2D |
| Octal | 2 | 345 | 300 | 143 | 0 | 20 | 12 | 252 | 142 | 55 |
| Binary | 10 | 11100101 | 11000000 | 1100011 | 0 | 10000 | 1010 | 10101010 | 1100010 | 101101 |
Color Harmonies of #02E5C0
Complementary color
Monochromatic Colors of #02E5C0
Black with #02E5C0
Text Example
Text Example
White with #02E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5C0; }
p { color: rgb(2,229,192); }
H1.HeaderClassName
{
color: #02E5C0;
}
.AnyTagClassName
{
color: #02E5C0;
}
</style>
background-color css
<style>
a { background-color: #02E5C0; }
a { background-color: rgb(2,229,192); }
div.DivClassName
{
background-color: #02E5C0;
}
.BgClassName
{
background-color: #02E5C0;
}
</style>
border-color css
<style>
span { border-color: #02E5C0; }
span { border-color: rgb(2,229,192); }
td.TdClassName
{
border-color: #02E5C0;
}
.TagClassName
{
border-color: #02E5C0;
}
</style>