Shades of Robin's Egg Blue #04DDC0
Tints of Robin's Egg Blue #04DDC0
RGB
CMYK
RGB Variations
Color information
#04DDC0 (or 0x04DDC0) is known color: Robin's Egg Blue. HEX triplet: 04, DD and C0. RGB value is (4,221,192). Sum of RGB (Red+Green+Blue) = 4+221+192=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDC0 is #FB223F. Grayscale: #989898. Windows color (decimal): -16458304 or 12639492. OLE color: 12639492.
HSL color Cylindrical-coordinate representation of color #04DDC0: hue angle of 171.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDC0 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 192 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.13 |
| HSL | 171.98º | 0.96% | 0.44% | - |
| HSV(B) | 171.98º | 0.98% | 0.87% | - |
| XYZ | 35.42 | 55.54 | 58.72 | - |
| YUV | 152.81 | 150.11 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 192 | 0.98 | 0 | 0.13 | 0.13 | 171.98 | 0.96 | 0.44 |
| Hex | 4 | DD | C0 | 62 | 0 | D | D | AC | 60 | 2C |
| Octal | 4 | 335 | 300 | 142 | 0 | 15 | 15 | 254 | 140 | 54 |
| Binary | 100 | 11011101 | 11000000 | 1100010 | 0 | 1101 | 1101 | 10101100 | 1100000 | 101100 |
Color Harmonies of #04DDC0
Complementary color
Monochromatic Colors of #04DDC0
Black with #04DDC0
Text Example
Text Example
White with #04DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDC0; }
p { color: rgb(4,221,192); }
H1.HeaderClassName
{
color: #04DDC0;
}
.AnyTagClassName
{
color: #04DDC0;
}
</style>
background-color css
<style>
a { background-color: #04DDC0; }
a { background-color: rgb(4,221,192); }
div.DivClassName
{
background-color: #04DDC0;
}
.BgClassName
{
background-color: #04DDC0;
}
</style>
border-color css
<style>
span { border-color: #04DDC0; }
span { border-color: rgb(4,221,192); }
td.TdClassName
{
border-color: #04DDC0;
}
.TagClassName
{
border-color: #04DDC0;
}
</style>