Shades of Robin's Egg Blue #04E2BD
Tints of Robin's Egg Blue #04E2BD
RGB
CMYK
RGB Variations
Color information
#04E2BD (or 0x04E2BD) is known color: Robin's Egg Blue. HEX triplet: 04, E2 and BD. RGB value is (4,226,189). Sum of RGB (Red+Green+Blue) = 4+226+189=419 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E2BD is #FB1D42. Grayscale: #9B9B9B. Windows color (decimal): -16457027 or 12444164. OLE color: 12444164.
HSL color Cylindrical-coordinate representation of color #04E2BD: hue angle of 170º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E2BD is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 189 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.11 |
| HSL | 170º | 0.97% | 0.45% | - |
| HSV(B) | 170º | 0.98% | 0.89% | - |
| XYZ | 36.43 | 58.09 | 57.44 | - |
| YUV | 155.4 | 146.95 | 20.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 189 | 0.98 | 0 | 0.16 | 0.11 | 170 | 0.97 | 0.45 |
| Hex | 4 | E2 | BD | 62 | 0 | 10 | B | AA | 61 | 2D |
| Octal | 4 | 342 | 275 | 142 | 0 | 20 | 13 | 252 | 141 | 55 |
| Binary | 100 | 11100010 | 10111101 | 1100010 | 0 | 10000 | 1011 | 10101010 | 1100001 | 101101 |
Color Harmonies of #04E2BD
Complementary color
Monochromatic Colors of #04E2BD
Black with #04E2BD
Text Example
Text Example
White with #04E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2BD; }
p { color: rgb(4,226,189); }
H1.HeaderClassName
{
color: #04E2BD;
}
.AnyTagClassName
{
color: #04E2BD;
}
</style>
background-color css
<style>
a { background-color: #04E2BD; }
a { background-color: rgb(4,226,189); }
div.DivClassName
{
background-color: #04E2BD;
}
.BgClassName
{
background-color: #04E2BD;
}
</style>
border-color css
<style>
span { border-color: #04E2BD; }
span { border-color: rgb(4,226,189); }
td.TdClassName
{
border-color: #04E2BD;
}
.TagClassName
{
border-color: #04E2BD;
}
</style>