Shades of Robin's Egg Blue #02E2BB
Tints of Robin's Egg Blue #02E2BB
RGB
CMYK
RGB Variations
Color information
#02E2BB (or 0x02E2BB) is known color: Robin's Egg Blue. HEX triplet: 02, E2 and BB. RGB value is (2,226,187). Sum of RGB (Red+Green+Blue) = 2+226+187=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #02E2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E2BB is #FD1D44. Grayscale: #9A9A9A. Windows color (decimal): -16588101 or 12313090. OLE color: 12313090.
HSL color Cylindrical-coordinate representation of color #02E2BB: hue angle of 169.55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E2BB is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 187 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.11 |
| HSL | 169.55º | 0.98% | 0.45% | - |
| HSV(B) | 169.55º | 0.99% | 0.89% | - |
| XYZ | 36.19 | 57.99 | 56.3 | - |
| YUV | 154.58 | 146.29 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 187 | 0.99 | 0 | 0.17 | 0.11 | 169.55 | 0.98 | 0.45 |
| Hex | 2 | E2 | BB | 63 | 0 | 11 | B | AA | 62 | 2D |
| Octal | 2 | 342 | 273 | 143 | 0 | 21 | 13 | 252 | 142 | 55 |
| Binary | 10 | 11100010 | 10111011 | 1100011 | 0 | 10001 | 1011 | 10101010 | 1100010 | 101101 |
Color Harmonies of #02E2BB
Complementary color
Monochromatic Colors of #02E2BB
Black with #02E2BB
Text Example
Text Example
White with #02E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E2BB; }
p { color: rgb(2,226,187); }
H1.HeaderClassName
{
color: #02E2BB;
}
.AnyTagClassName
{
color: #02E2BB;
}
</style>
background-color css
<style>
a { background-color: #02E2BB; }
a { background-color: rgb(2,226,187); }
div.DivClassName
{
background-color: #02E2BB;
}
.BgClassName
{
background-color: #02E2BB;
}
</style>
border-color css
<style>
span { border-color: #02E2BB; }
span { border-color: rgb(2,226,187); }
td.TdClassName
{
border-color: #02E2BB;
}
.TagClassName
{
border-color: #02E2BB;
}
</style>