Shades of Robin's Egg Blue #04DACA
Tints of Robin's Egg Blue #04DACA
RGB
CMYK
RGB Variations
Color information
#04DACA (or 0x04DACA) is known color: Robin's Egg Blue. HEX triplet: 04, DA and CA. RGB value is (4,218,202). Sum of RGB (Red+Green+Blue) = 4+218+202=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #04DACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DACA is #FB2535. Grayscale: #989898. Windows color (decimal): -16459062 or 13294084. OLE color: 13294084.
HSL color Cylindrical-coordinate representation of color #04DACA: hue angle of 175.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DACA is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 218 | 202 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.15 |
| HSL | 175.51º | 0.96% | 0.44% | - |
| HSV(B) | 175.51º | 0.98% | 0.85% | - |
| XYZ | 35.78 | 54.43 | 64.5 | - |
| YUV | 152.19 | 156.1 | 22.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 202 | 0.98 | 0 | 0.07 | 0.15 | 175.51 | 0.96 | 0.44 |
| Hex | 4 | DA | CA | 62 | 0 | 7 | F | B0 | 60 | 2C |
| Octal | 4 | 332 | 312 | 142 | 0 | 7 | 17 | 260 | 140 | 54 |
| Binary | 100 | 11011010 | 11001010 | 1100010 | 0 | 111 | 1111 | 10110000 | 1100000 | 101100 |
Color Harmonies of #04DACA
Complementary color
Monochromatic Colors of #04DACA
Black with #04DACA
Text Example
Text Example
White with #04DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DACA; }
p { color: rgb(4,218,202); }
H1.HeaderClassName
{
color: #04DACA;
}
.AnyTagClassName
{
color: #04DACA;
}
</style>
background-color css
<style>
a { background-color: #04DACA; }
a { background-color: rgb(4,218,202); }
div.DivClassName
{
background-color: #04DACA;
}
.BgClassName
{
background-color: #04DACA;
}
</style>
border-color css
<style>
span { border-color: #04DACA; }
span { border-color: rgb(4,218,202); }
td.TdClassName
{
border-color: #04DACA;
}
.TagClassName
{
border-color: #04DACA;
}
</style>