Shades of Robin's Egg Blue #02E0C5
Tints of Robin's Egg Blue #02E0C5
RGB
CMYK
RGB Variations
Color information
#02E0C5 (or 0x02E0C5) is known color: Robin's Egg Blue. HEX triplet: 02, E0 and C5. RGB value is (2,224,197). Sum of RGB (Red+Green+Blue) = 2+224+197=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #02E0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E0C5 is #FD1F3A. Grayscale: #9A9A9A. Windows color (decimal): -16588603 or 12967938. OLE color: 12967938.
HSL color Cylindrical-coordinate representation of color #02E0C5: hue angle of 172.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E0C5 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 197 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.12 |
| HSL | 172.7º | 0.98% | 0.44% | - |
| HSV(B) | 172.7º | 0.99% | 0.88% | - |
| XYZ | 36.76 | 57.36 | 61.96 | - |
| YUV | 154.54 | 151.95 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 197 | 0.99 | 0 | 0.12 | 0.12 | 172.7 | 0.98 | 0.44 |
| Hex | 2 | E0 | C5 | 63 | 0 | C | C | AD | 62 | 2C |
| Octal | 2 | 340 | 305 | 143 | 0 | 14 | 14 | 255 | 142 | 54 |
| Binary | 10 | 11100000 | 11000101 | 1100011 | 0 | 1100 | 1100 | 10101101 | 1100010 | 101100 |
Color Harmonies of #02E0C5
Complementary color
Monochromatic Colors of #02E0C5
Black with #02E0C5
Text Example
Text Example
White with #02E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E0C5; }
p { color: rgb(2,224,197); }
H1.HeaderClassName
{
color: #02E0C5;
}
.AnyTagClassName
{
color: #02E0C5;
}
</style>
background-color css
<style>
a { background-color: #02E0C5; }
a { background-color: rgb(2,224,197); }
div.DivClassName
{
background-color: #02E0C5;
}
.BgClassName
{
background-color: #02E0C5;
}
</style>
border-color css
<style>
span { border-color: #02E0C5; }
span { border-color: rgb(2,224,197); }
td.TdClassName
{
border-color: #02E0C5;
}
.TagClassName
{
border-color: #02E0C5;
}
</style>