Shades of Robin's Egg Blue #04D6C0
Tints of Robin's Egg Blue #04D6C0
RGB
CMYK
RGB Variations
Color information
#04D6C0 (or 0x04D6C0) is known color: Robin's Egg Blue. HEX triplet: 04, D6 and C0. RGB value is (4,214,192). Sum of RGB (Red+Green+Blue) = 4+214+192=410 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #04D6C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D6C0 is #FB293F. Grayscale: #949494. Windows color (decimal): -16460096 or 12637700. OLE color: 12637700.
HSL color Cylindrical-coordinate representation of color #04D6C0: hue angle of 173.71º 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 #04D6C0 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 192 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.16 |
| HSL | 173.71º | 0.96% | 0.43% | - |
| HSV(B) | 173.71º | 0.98% | 0.84% | - |
| XYZ | 33.61 | 51.92 | 58.12 | - |
| YUV | 148.7 | 152.43 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 192 | 0.98 | 0 | 0.10 | 0.16 | 173.71 | 0.96 | 0.43 |
| Hex | 4 | D6 | C0 | 62 | 0 | A | 10 | AE | 60 | 2B |
| Octal | 4 | 326 | 300 | 142 | 0 | 12 | 20 | 256 | 140 | 53 |
| Binary | 100 | 11010110 | 11000000 | 1100010 | 0 | 1010 | 10000 | 10101110 | 1100000 | 101011 |
Color Harmonies of #04D6C0
Complementary color
Monochromatic Colors of #04D6C0
Black with #04D6C0
Text Example
Text Example
White with #04D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D6C0; }
p { color: rgb(4,214,192); }
H1.HeaderClassName
{
color: #04D6C0;
}
.AnyTagClassName
{
color: #04D6C0;
}
</style>
background-color css
<style>
a { background-color: #04D6C0; }
a { background-color: rgb(4,214,192); }
div.DivClassName
{
background-color: #04D6C0;
}
.BgClassName
{
background-color: #04D6C0;
}
</style>
border-color css
<style>
span { border-color: #04D6C0; }
span { border-color: rgb(4,214,192); }
td.TdClassName
{
border-color: #04D6C0;
}
.TagClassName
{
border-color: #04D6C0;
}
</style>