Shades of Robin's Egg Blue #04D0B5
Tints of Robin's Egg Blue #04D0B5
RGB
CMYK
RGB Variations
Color information
#04D0B5 (or 0x04D0B5) is known color: Robin's Egg Blue. HEX triplet: 04, D0 and B5. RGB value is (4,208,181). Sum of RGB (Red+Green+Blue) = 4+208+181=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #04D0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D0B5 is #FB2F4A. Grayscale: #8F8F8F. Windows color (decimal): -16461643 or 11915268. OLE color: 11915268.
HSL color Cylindrical-coordinate representation of color #04D0B5: hue angle of 172.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D0B5 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 181 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.18 |
| HSL | 172.06º | 0.96% | 0.42% | - |
| HSV(B) | 172.06º | 0.98% | 0.82% | - |
| XYZ | 30.95 | 48.47 | 51.44 | - |
| YUV | 143.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 181 | 0.98 | 0 | 0.13 | 0.18 | 172.06 | 0.96 | 0.42 |
| Hex | 4 | D0 | B5 | 62 | 0 | D | 12 | AC | 60 | 2A |
| Octal | 4 | 320 | 265 | 142 | 0 | 15 | 22 | 254 | 140 | 52 |
| Binary | 100 | 11010000 | 10110101 | 1100010 | 0 | 1101 | 10010 | 10101100 | 1100000 | 101010 |
Color Harmonies of #04D0B5
Complementary color
Monochromatic Colors of #04D0B5
Black with #04D0B5
Text Example
Text Example
White with #04D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D0B5; }
p { color: rgb(4,208,181); }
H1.HeaderClassName
{
color: #04D0B5;
}
.AnyTagClassName
{
color: #04D0B5;
}
</style>
background-color css
<style>
a { background-color: #04D0B5; }
a { background-color: rgb(4,208,181); }
div.DivClassName
{
background-color: #04D0B5;
}
.BgClassName
{
background-color: #04D0B5;
}
</style>
border-color css
<style>
span { border-color: #04D0B5; }
span { border-color: rgb(4,208,181); }
td.TdClassName
{
border-color: #04D0B5;
}
.TagClassName
{
border-color: #04D0B5;
}
</style>