Shades of Robin's Egg Blue #00E5BC
Tints of Robin's Egg Blue #00E5BC
RGB
CMYK
RGB Variations
Color information
#00E5BC (or 0x00E5BC) is known color: Robin's Egg Blue. HEX triplet: 00, E5 and BC. RGB value is (0,229,188). Sum of RGB (Red+Green+Blue) = 0+229+188=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5BC is #FF1A43. Grayscale: #9B9B9B. Windows color (decimal): -16718404 or 12379392. OLE color: 12379392.
HSL color Cylindrical-coordinate representation of color #00E5BC: hue angle of 169.26º 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 #00E5BC is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 188 | - |
| CMYK | 1 | 0 | 0.18 | 0.10 |
| HSL | 169.26º | 1% | 0.45% | - |
| HSV(B) | 169.26º | 1% | 0.9% | - |
| XYZ | 37.1 | 59.67 | 57.14 | - |
| YUV | 155.86 | 146.13 | 16.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 188 | 1 | 0 | 0.18 | 0.10 | 169.26 | 1 | 0.45 |
| Hex | 0 | E5 | BC | 64 | 0 | 12 | A | A9 | 64 | 2D |
| Octal | 0 | 345 | 274 | 144 | 0 | 22 | 12 | 251 | 144 | 55 |
| Binary | 0 | 11100101 | 10111100 | 1100100 | 0 | 10010 | 1010 | 10101001 | 1100100 | 101101 |
Color Harmonies of #00E5BC
Complementary color
Monochromatic Colors of #00E5BC
Black with #00E5BC
Text Example
Text Example
White with #00E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5BC; }
p { color: rgb(0,229,188); }
H1.HeaderClassName
{
color: #00E5BC;
}
.AnyTagClassName
{
color: #00E5BC;
}
</style>
background-color css
<style>
a { background-color: #00E5BC; }
a { background-color: rgb(0,229,188); }
div.DivClassName
{
background-color: #00E5BC;
}
.BgClassName
{
background-color: #00E5BC;
}
</style>
border-color css
<style>
span { border-color: #00E5BC; }
span { border-color: rgb(0,229,188); }
td.TdClassName
{
border-color: #00E5BC;
}
.TagClassName
{
border-color: #00E5BC;
}
</style>