Shades of Robin's Egg Blue #04C8BA
Tints of Robin's Egg Blue #04C8BA
RGB
CMYK
RGB Variations
Color information
#04C8BA (or 0x04C8BA) is known color: Robin's Egg Blue. HEX triplet: 04, C8 and BA. RGB value is (4,200,186). Sum of RGB (Red+Green+Blue) = 4+200+186=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #04C8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C8BA is #FB3745. Grayscale: #8B8B8B. Windows color (decimal): -16463686 or 12240900. OLE color: 12240900.
HSL color Cylindrical-coordinate representation of color #04C8BA: hue angle of 175.71º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C8BA is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 200 | 186 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.22 |
| HSL | 175.71º | 0.96% | 0.4% | - |
| HSV(B) | 175.71º | 0.98% | 0.78% | - |
| XYZ | 29.57 | 44.88 | 53.56 | - |
| YUV | 139.8 | 154.07 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 186 | 0.98 | 0 | 0.07 | 0.22 | 175.71 | 0.96 | 0.4 |
| Hex | 4 | C8 | BA | 62 | 0 | 7 | 16 | B0 | 60 | 28 |
| Octal | 4 | 310 | 272 | 142 | 0 | 7 | 26 | 260 | 140 | 50 |
| Binary | 100 | 11001000 | 10111010 | 1100010 | 0 | 111 | 10110 | 10110000 | 1100000 | 101000 |
Color Harmonies of #04C8BA
Complementary color
Monochromatic Colors of #04C8BA
Black with #04C8BA
Text Example
Text Example
White with #04C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C8BA; }
p { color: rgb(4,200,186); }
H1.HeaderClassName
{
color: #04C8BA;
}
.AnyTagClassName
{
color: #04C8BA;
}
</style>
background-color css
<style>
a { background-color: #04C8BA; }
a { background-color: rgb(4,200,186); }
div.DivClassName
{
background-color: #04C8BA;
}
.BgClassName
{
background-color: #04C8BA;
}
</style>
border-color css
<style>
span { border-color: #04C8BA; }
span { border-color: rgb(4,200,186); }
td.TdClassName
{
border-color: #04C8BA;
}
.TagClassName
{
border-color: #04C8BA;
}
</style>