Shades of Robin's Egg Blue #04DCBE
Tints of Robin's Egg Blue #04DCBE
RGB
CMYK
RGB Variations
Color information
#04DCBE (or 0x04DCBE) is known color: Robin's Egg Blue. HEX triplet: 04, DC and BE. RGB value is (4,220,190). Sum of RGB (Red+Green+Blue) = 4+220+190=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCBE is #FB2341. Grayscale: #979797. Windows color (decimal): -16458562 or 12508164. OLE color: 12508164.
HSL color Cylindrical-coordinate representation of color #04DCBE: hue angle of 171.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCBE is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 190 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.14 |
| HSL | 171.67º | 0.96% | 0.44% | - |
| HSV(B) | 171.67º | 0.98% | 0.86% | - |
| XYZ | 34.94 | 54.93 | 57.48 | - |
| YUV | 152 | 149.44 | 22.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 190 | 0.98 | 0 | 0.14 | 0.14 | 171.67 | 0.96 | 0.44 |
| Hex | 4 | DC | BE | 62 | 0 | E | E | AC | 60 | 2C |
| Octal | 4 | 334 | 276 | 142 | 0 | 16 | 16 | 254 | 140 | 54 |
| Binary | 100 | 11011100 | 10111110 | 1100010 | 0 | 1110 | 1110 | 10101100 | 1100000 | 101100 |
Color Harmonies of #04DCBE
Complementary color
Monochromatic Colors of #04DCBE
Black with #04DCBE
Text Example
Text Example
White with #04DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCBE; }
p { color: rgb(4,220,190); }
H1.HeaderClassName
{
color: #04DCBE;
}
.AnyTagClassName
{
color: #04DCBE;
}
</style>
background-color css
<style>
a { background-color: #04DCBE; }
a { background-color: rgb(4,220,190); }
div.DivClassName
{
background-color: #04DCBE;
}
.BgClassName
{
background-color: #04DCBE;
}
</style>
border-color css
<style>
span { border-color: #04DCBE; }
span { border-color: rgb(4,220,190); }
td.TdClassName
{
border-color: #04DCBE;
}
.TagClassName
{
border-color: #04DCBE;
}
</style>