Shades of Robin's Egg Blue #04DFBA
Tints of Robin's Egg Blue #04DFBA
RGB
CMYK
RGB Variations
Color information
#04DFBA (or 0x04DFBA) is known color: Robin's Egg Blue. HEX triplet: 04, DF and BA. RGB value is (4,223,186). Sum of RGB (Red+Green+Blue) = 4+223+186=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFBA is #FB2045. Grayscale: #999999. Windows color (decimal): -16457798 or 12246788. OLE color: 12246788.
HSL color Cylindrical-coordinate representation of color #04DFBA: hue angle of 169.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFBA is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 186 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.13 |
| HSL | 169.86º | 0.96% | 0.45% | - |
| HSV(B) | 169.86º | 0.98% | 0.87% | - |
| XYZ | 35.3 | 56.35 | 55.47 | - |
| YUV | 153.3 | 146.45 | 21.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 186 | 0.98 | 0 | 0.17 | 0.13 | 169.86 | 0.96 | 0.45 |
| Hex | 4 | DF | BA | 62 | 0 | 11 | D | AA | 60 | 2D |
| Octal | 4 | 337 | 272 | 142 | 0 | 21 | 15 | 252 | 140 | 55 |
| Binary | 100 | 11011111 | 10111010 | 1100010 | 0 | 10001 | 1101 | 10101010 | 1100000 | 101101 |
Color Harmonies of #04DFBA
Complementary color
Monochromatic Colors of #04DFBA
Black with #04DFBA
Text Example
Text Example
White with #04DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFBA; }
p { color: rgb(4,223,186); }
H1.HeaderClassName
{
color: #04DFBA;
}
.AnyTagClassName
{
color: #04DFBA;
}
</style>
background-color css
<style>
a { background-color: #04DFBA; }
a { background-color: rgb(4,223,186); }
div.DivClassName
{
background-color: #04DFBA;
}
.BgClassName
{
background-color: #04DFBA;
}
</style>
border-color css
<style>
span { border-color: #04DFBA; }
span { border-color: rgb(4,223,186); }
td.TdClassName
{
border-color: #04DFBA;
}
.TagClassName
{
border-color: #04DFBA;
}
</style>