Shades of Robin's Egg Blue #00E4BD
Tints of Robin's Egg Blue #00E4BD
RGB
CMYK
RGB Variations
Color information
#00E4BD (or 0x00E4BD) is known color: Robin's Egg Blue. HEX triplet: 00, E4 and BD. RGB value is (0,228,189). Sum of RGB (Red+Green+Blue) = 0+228+189=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #00E4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E4BD is #FF1B42. Grayscale: #9B9B9B. Windows color (decimal): -16718659 or 12444672. OLE color: 12444672.
HSL color Cylindrical-coordinate representation of color #00E4BD: hue angle of 169.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E4BD is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 228 | 189 | - |
| CMYK | 1 | 0 | 0.17 | 0.11 |
| HSL | 169.74º | 1% | 0.45% | - |
| HSV(B) | 169.74º | 1% | 0.89% | - |
| XYZ | 36.93 | 59.16 | 57.62 | - |
| YUV | 155.38 | 146.96 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 228 | 189 | 1 | 0 | 0.17 | 0.11 | 169.74 | 1 | 0.45 |
| Hex | 0 | E4 | BD | 64 | 0 | 11 | B | AA | 64 | 2D |
| Octal | 0 | 344 | 275 | 144 | 0 | 21 | 13 | 252 | 144 | 55 |
| Binary | 0 | 11100100 | 10111101 | 1100100 | 0 | 10001 | 1011 | 10101010 | 1100100 | 101101 |
Color Harmonies of #00E4BD
Complementary color
Monochromatic Colors of #00E4BD
Black with #00E4BD
Text Example
Text Example
White with #00E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E4BD; }
p { color: rgb(0,228,189); }
H1.HeaderClassName
{
color: #00E4BD;
}
.AnyTagClassName
{
color: #00E4BD;
}
</style>
background-color css
<style>
a { background-color: #00E4BD; }
a { background-color: rgb(0,228,189); }
div.DivClassName
{
background-color: #00E4BD;
}
.BgClassName
{
background-color: #00E4BD;
}
</style>
border-color css
<style>
span { border-color: #00E4BD; }
span { border-color: rgb(0,228,189); }
td.TdClassName
{
border-color: #00E4BD;
}
.TagClassName
{
border-color: #00E4BD;
}
</style>