Shades of Robin's Egg Blue #04D6BC
Tints of Robin's Egg Blue #04D6BC
RGB
CMYK
RGB Variations
Color information
#04D6BC (or 0x04D6BC) is known color: Robin's Egg Blue. HEX triplet: 04, D6 and BC. RGB value is (4,214,188). Sum of RGB (Red+Green+Blue) = 4+214+188=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #04D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D6BC is #FB2943. Grayscale: #949494. Windows color (decimal): -16460100 or 12375556. OLE color: 12375556.
HSL color Cylindrical-coordinate representation of color #04D6BC: hue angle of 172.57º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D6BC is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 188 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.16 |
| HSL | 172.57º | 0.96% | 0.43% | - |
| HSV(B) | 172.57º | 0.98% | 0.84% | - |
| XYZ | 33.17 | 51.75 | 55.82 | - |
| YUV | 148.25 | 150.43 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 188 | 0.98 | 0 | 0.12 | 0.16 | 172.57 | 0.96 | 0.43 |
| Hex | 4 | D6 | BC | 62 | 0 | C | 10 | AD | 60 | 2B |
| Octal | 4 | 326 | 274 | 142 | 0 | 14 | 20 | 255 | 140 | 53 |
| Binary | 100 | 11010110 | 10111100 | 1100010 | 0 | 1100 | 10000 | 10101101 | 1100000 | 101011 |
Color Harmonies of #04D6BC
Complementary color
Monochromatic Colors of #04D6BC
Black with #04D6BC
Text Example
Text Example
White with #04D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D6BC; }
p { color: rgb(4,214,188); }
H1.HeaderClassName
{
color: #04D6BC;
}
.AnyTagClassName
{
color: #04D6BC;
}
</style>
background-color css
<style>
a { background-color: #04D6BC; }
a { background-color: rgb(4,214,188); }
div.DivClassName
{
background-color: #04D6BC;
}
.BgClassName
{
background-color: #04D6BC;
}
</style>
border-color css
<style>
span { border-color: #04D6BC; }
span { border-color: rgb(4,214,188); }
td.TdClassName
{
border-color: #04D6BC;
}
.TagClassName
{
border-color: #04D6BC;
}
</style>