Shades of Robin's Egg Blue #04CBC0
Tints of Robin's Egg Blue #04CBC0
RGB
CMYK
RGB Variations
Color information
#04CBC0 (or 0x04CBC0) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C0. RGB value is (4,203,192). Sum of RGB (Red+Green+Blue) = 4+203+192=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC0 is #FB343F. Grayscale: #8E8E8E. Windows color (decimal): -16462912 or 12634884. OLE color: 12634884.
HSL color Cylindrical-coordinate representation of color #04CBC0: hue angle of 176.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBC0 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 192 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.20 |
| HSL | 176.68º | 0.96% | 0.41% | - |
| HSV(B) | 176.68º | 0.98% | 0.8% | - |
| XYZ | 30.92 | 46.54 | 57.22 | - |
| YUV | 142.25 | 156.07 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 192 | 0.98 | 0 | 0.05 | 0.20 | 176.68 | 0.96 | 0.41 |
| Hex | 4 | CB | C0 | 62 | 0 | 5 | 14 | B1 | 60 | 29 |
| Octal | 4 | 313 | 300 | 142 | 0 | 5 | 24 | 261 | 140 | 51 |
| Binary | 100 | 11001011 | 11000000 | 1100010 | 0 | 101 | 10100 | 10110001 | 1100000 | 101001 |
Color Harmonies of #04CBC0
Complementary color
Monochromatic Colors of #04CBC0
Black with #04CBC0
Text Example
Text Example
White with #04CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBC0; }
p { color: rgb(4,203,192); }
H1.HeaderClassName
{
color: #04CBC0;
}
.AnyTagClassName
{
color: #04CBC0;
}
</style>
background-color css
<style>
a { background-color: #04CBC0; }
a { background-color: rgb(4,203,192); }
div.DivClassName
{
background-color: #04CBC0;
}
.BgClassName
{
background-color: #04CBC0;
}
</style>
border-color css
<style>
span { border-color: #04CBC0; }
span { border-color: rgb(4,203,192); }
td.TdClassName
{
border-color: #04CBC0;
}
.TagClassName
{
border-color: #04CBC0;
}
</style>