Shades of Robin's Egg Blue #04DDBD
Tints of Robin's Egg Blue #04DDBD
RGB
CMYK
RGB Variations
Color information
#04DDBD (or 0x04DDBD) is known color: Robin's Egg Blue. HEX triplet: 04, DD and BD. RGB value is (4,221,189). Sum of RGB (Red+Green+Blue) = 4+221+189=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDBD is #FB2242. Grayscale: #989898. Windows color (decimal): -16458307 or 12442884. OLE color: 12442884.
HSL color Cylindrical-coordinate representation of color #04DDBD: hue angle of 171.15º 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 #04DDBD is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 189 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.13 |
| HSL | 171.15º | 0.96% | 0.44% | - |
| HSV(B) | 171.15º | 0.98% | 0.87% | - |
| XYZ | 35.09 | 55.41 | 56.99 | - |
| YUV | 152.47 | 148.61 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 189 | 0.98 | 0 | 0.14 | 0.13 | 171.15 | 0.96 | 0.44 |
| Hex | 4 | DD | BD | 62 | 0 | E | D | AB | 60 | 2C |
| Octal | 4 | 335 | 275 | 142 | 0 | 16 | 15 | 253 | 140 | 54 |
| Binary | 100 | 11011101 | 10111101 | 1100010 | 0 | 1110 | 1101 | 10101011 | 1100000 | 101100 |
Color Harmonies of #04DDBD
Complementary color
Monochromatic Colors of #04DDBD
Black with #04DDBD
Text Example
Text Example
White with #04DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDBD; }
p { color: rgb(4,221,189); }
H1.HeaderClassName
{
color: #04DDBD;
}
.AnyTagClassName
{
color: #04DDBD;
}
</style>
background-color css
<style>
a { background-color: #04DDBD; }
a { background-color: rgb(4,221,189); }
div.DivClassName
{
background-color: #04DDBD;
}
.BgClassName
{
background-color: #04DDBD;
}
</style>
border-color css
<style>
span { border-color: #04DDBD; }
span { border-color: rgb(4,221,189); }
td.TdClassName
{
border-color: #04DDBD;
}
.TagClassName
{
border-color: #04DDBD;
}
</style>