Shades of Robin's Egg Blue #04DABA
Tints of Robin's Egg Blue #04DABA
RGB
CMYK
RGB Variations
Color information
#04DABA (or 0x04DABA) is known color: Robin's Egg Blue. HEX triplet: 04, DA and BA. RGB value is (4,218,186). Sum of RGB (Red+Green+Blue) = 4+218+186=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #04DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DABA is #FB2545. Grayscale: #969696. Windows color (decimal): -16459078 or 12245508. OLE color: 12245508.
HSL color Cylindrical-coordinate representation of color #04DABA: hue angle of 171.03º 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 #04DABA is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 218 | 186 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.15 |
| HSL | 171.03º | 0.96% | 0.44% | - |
| HSV(B) | 171.03º | 0.98% | 0.85% | - |
| XYZ | 33.98 | 53.71 | 55.03 | - |
| YUV | 150.37 | 148.1 | 23.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 186 | 0.98 | 0 | 0.15 | 0.15 | 171.03 | 0.96 | 0.44 |
| Hex | 4 | DA | BA | 62 | 0 | F | F | AB | 60 | 2C |
| Octal | 4 | 332 | 272 | 142 | 0 | 17 | 17 | 253 | 140 | 54 |
| Binary | 100 | 11011010 | 10111010 | 1100010 | 0 | 1111 | 1111 | 10101011 | 1100000 | 101100 |
Color Harmonies of #04DABA
Complementary color
Monochromatic Colors of #04DABA
Black with #04DABA
Text Example
Text Example
White with #04DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DABA; }
p { color: rgb(4,218,186); }
H1.HeaderClassName
{
color: #04DABA;
}
.AnyTagClassName
{
color: #04DABA;
}
</style>
background-color css
<style>
a { background-color: #04DABA; }
a { background-color: rgb(4,218,186); }
div.DivClassName
{
background-color: #04DABA;
}
.BgClassName
{
background-color: #04DABA;
}
</style>
border-color css
<style>
span { border-color: #04DABA; }
span { border-color: rgb(4,218,186); }
td.TdClassName
{
border-color: #04DABA;
}
.TagClassName
{
border-color: #04DABA;
}
</style>