Shades of Robin's Egg Blue #02E5BA
Tints of Robin's Egg Blue #02E5BA
RGB
CMYK
RGB Variations
Color information
#02E5BA (or 0x02E5BA) is known color: Robin's Egg Blue. HEX triplet: 02, E5 and BA. RGB value is (2,229,186). Sum of RGB (Red+Green+Blue) = 2+229+186=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5BA is #FD1A45. Grayscale: #9C9C9C. Windows color (decimal): -16587334 or 12248322. OLE color: 12248322.
HSL color Cylindrical-coordinate representation of color #02E5BA: hue angle of 168.63º 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 #02E5BA is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 186 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.10 |
| HSL | 168.63º | 0.98% | 0.45% | - |
| HSV(B) | 168.63º | 0.99% | 0.9% | - |
| XYZ | 36.91 | 59.6 | 56.01 | - |
| YUV | 156.23 | 144.79 | 18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 186 | 0.99 | 0 | 0.19 | 0.10 | 168.63 | 0.98 | 0.45 |
| Hex | 2 | E5 | BA | 63 | 0 | 13 | A | A9 | 62 | 2D |
| Octal | 2 | 345 | 272 | 143 | 0 | 23 | 12 | 251 | 142 | 55 |
| Binary | 10 | 11100101 | 10111010 | 1100011 | 0 | 10011 | 1010 | 10101001 | 1100010 | 101101 |
Color Harmonies of #02E5BA
Complementary color
Monochromatic Colors of #02E5BA
Black with #02E5BA
Text Example
Text Example
White with #02E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5BA; }
p { color: rgb(2,229,186); }
H1.HeaderClassName
{
color: #02E5BA;
}
.AnyTagClassName
{
color: #02E5BA;
}
</style>
background-color css
<style>
a { background-color: #02E5BA; }
a { background-color: rgb(2,229,186); }
div.DivClassName
{
background-color: #02E5BA;
}
.BgClassName
{
background-color: #02E5BA;
}
</style>
border-color css
<style>
span { border-color: #02E5BA; }
span { border-color: rgb(2,229,186); }
td.TdClassName
{
border-color: #02E5BA;
}
.TagClassName
{
border-color: #02E5BA;
}
</style>