Shades of Robin's Egg Blue #00E5BA
Tints of Robin's Egg Blue #00E5BA
RGB
CMYK
RGB Variations
Color information
#00E5BA (or 0x00E5BA) is known color: Robin's Egg Blue. HEX triplet: 00, E5 and BA. RGB value is (0,229,186). Sum of RGB (Red+Green+Blue) = 0+229+186=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5BA is #FF1A45. Grayscale: #9B9B9B. Windows color (decimal): -16718406 or 12248320. OLE color: 12248320.
HSL color Cylindrical-coordinate representation of color #00E5BA: hue angle of 168.73º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E5BA is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 186 | - |
| CMYK | 1 | 0 | 0.19 | 0.10 |
| HSL | 168.73º | 1% | 0.45% | - |
| HSV(B) | 168.73º | 1% | 0.9% | - |
| XYZ | 36.88 | 59.58 | 56.01 | - |
| YUV | 155.63 | 145.13 | 17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 186 | 1 | 0 | 0.19 | 0.10 | 168.73 | 1 | 0.45 |
| Hex | 0 | E5 | BA | 64 | 0 | 13 | A | A9 | 64 | 2D |
| Octal | 0 | 345 | 272 | 144 | 0 | 23 | 12 | 251 | 144 | 55 |
| Binary | 0 | 11100101 | 10111010 | 1100100 | 0 | 10011 | 1010 | 10101001 | 1100100 | 101101 |
Color Harmonies of #00E5BA
Complementary color
Monochromatic Colors of #00E5BA
Black with #00E5BA
Text Example
Text Example
White with #00E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5BA; }
p { color: rgb(0,229,186); }
H1.HeaderClassName
{
color: #00E5BA;
}
.AnyTagClassName
{
color: #00E5BA;
}
</style>
background-color css
<style>
a { background-color: #00E5BA; }
a { background-color: rgb(0,229,186); }
div.DivClassName
{
background-color: #00E5BA;
}
.BgClassName
{
background-color: #00E5BA;
}
</style>
border-color css
<style>
span { border-color: #00E5BA; }
span { border-color: rgb(0,229,186); }
td.TdClassName
{
border-color: #00E5BA;
}
.TagClassName
{
border-color: #00E5BA;
}
</style>