Shades of Robin's Egg Blue #04DCC3
Tints of Robin's Egg Blue #04DCC3
RGB
CMYK
RGB Variations
Color information
#04DCC3 (or 0x04DCC3) is known color: Robin's Egg Blue. HEX triplet: 04, DC and C3. RGB value is (4,220,195). Sum of RGB (Red+Green+Blue) = 4+220+195=419 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCC3 is #FB233C. Grayscale: #989898. Windows color (decimal): -16458557 or 12835844. OLE color: 12835844.
HSL color Cylindrical-coordinate representation of color #04DCC3: hue angle of 173.06º 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 #04DCC3 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 195 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.14 |
| HSL | 173.06º | 0.96% | 0.44% | - |
| HSV(B) | 173.06º | 0.98% | 0.86% | - |
| XYZ | 35.49 | 55.15 | 60.4 | - |
| YUV | 152.57 | 151.94 | 22.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 195 | 0.98 | 0 | 0.11 | 0.14 | 173.06 | 0.96 | 0.44 |
| Hex | 4 | DC | C3 | 62 | 0 | B | E | AD | 60 | 2C |
| Octal | 4 | 334 | 303 | 142 | 0 | 13 | 16 | 255 | 140 | 54 |
| Binary | 100 | 11011100 | 11000011 | 1100010 | 0 | 1011 | 1110 | 10101101 | 1100000 | 101100 |
Color Harmonies of #04DCC3
Complementary color
Monochromatic Colors of #04DCC3
Black with #04DCC3
Text Example
Text Example
White with #04DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCC3; }
p { color: rgb(4,220,195); }
H1.HeaderClassName
{
color: #04DCC3;
}
.AnyTagClassName
{
color: #04DCC3;
}
</style>
background-color css
<style>
a { background-color: #04DCC3; }
a { background-color: rgb(4,220,195); }
div.DivClassName
{
background-color: #04DCC3;
}
.BgClassName
{
background-color: #04DCC3;
}
</style>
border-color css
<style>
span { border-color: #04DCC3; }
span { border-color: rgb(4,220,195); }
td.TdClassName
{
border-color: #04DCC3;
}
.TagClassName
{
border-color: #04DCC3;
}
</style>