Shades of Robin's Egg Blue #04E0BF
Tints of Robin's Egg Blue #04E0BF
RGB
CMYK
RGB Variations
Color information
#04E0BF (or 0x04E0BF) is known color: Robin's Egg Blue. HEX triplet: 04, E0 and BF. RGB value is (4,224,191). Sum of RGB (Red+Green+Blue) = 4+224+191=419 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0BF is #FB1F40. Grayscale: #9A9A9A. Windows color (decimal): -16457537 or 12574724. OLE color: 12574724.
HSL color Cylindrical-coordinate representation of color #04E0BF: hue angle of 171º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E0BF is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 191 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.12 |
| HSL | 171º | 0.96% | 0.45% | - |
| HSV(B) | 171º | 0.98% | 0.88% | - |
| XYZ | 36.11 | 57.1 | 58.41 | - |
| YUV | 154.46 | 148.61 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 191 | 0.98 | 0 | 0.15 | 0.12 | 171 | 0.96 | 0.45 |
| Hex | 4 | E0 | BF | 62 | 0 | F | C | AB | 60 | 2D |
| Octal | 4 | 340 | 277 | 142 | 0 | 17 | 14 | 253 | 140 | 55 |
| Binary | 100 | 11100000 | 10111111 | 1100010 | 0 | 1111 | 1100 | 10101011 | 1100000 | 101101 |
Color Harmonies of #04E0BF
Complementary color
Monochromatic Colors of #04E0BF
Black with #04E0BF
Text Example
Text Example
White with #04E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E0BF; }
p { color: rgb(4,224,191); }
H1.HeaderClassName
{
color: #04E0BF;
}
.AnyTagClassName
{
color: #04E0BF;
}
</style>
background-color css
<style>
a { background-color: #04E0BF; }
a { background-color: rgb(4,224,191); }
div.DivClassName
{
background-color: #04E0BF;
}
.BgClassName
{
background-color: #04E0BF;
}
</style>
border-color css
<style>
span { border-color: #04E0BF; }
span { border-color: rgb(4,224,191); }
td.TdClassName
{
border-color: #04E0BF;
}
.TagClassName
{
border-color: #04E0BF;
}
</style>