Shades of Robin's Egg Blue #05CAC0
Tints of Robin's Egg Blue #05CAC0
RGB
CMYK
RGB Variations
Color information
#05CAC0 (or 0x05CAC0) is known color: Robin's Egg Blue. HEX triplet: 05, CA and C0. RGB value is (5,202,192). Sum of RGB (Red+Green+Blue) = 5+202+192=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #05CAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CAC0 is #FA353F. Grayscale: #8D8D8D. Windows color (decimal): -16397632 or 12634629. OLE color: 12634629.
HSL color Cylindrical-coordinate representation of color #05CAC0: hue angle of 176.95º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CAC0 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 192 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.21 |
| HSL | 176.95º | 0.95% | 0.41% | - |
| HSV(B) | 176.95º | 0.98% | 0.79% | - |
| XYZ | 30.7 | 46.08 | 57.15 | - |
| YUV | 141.96 | 156.23 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 192 | 0.98 | 0 | 0.05 | 0.21 | 176.95 | 0.95 | 0.41 |
| Hex | 5 | CA | C0 | 62 | 0 | 5 | 15 | B1 | 5F | 29 |
| Octal | 5 | 312 | 300 | 142 | 0 | 5 | 25 | 261 | 137 | 51 |
| Binary | 101 | 11001010 | 11000000 | 1100010 | 0 | 101 | 10101 | 10110001 | 1011111 | 101001 |
Color Harmonies of #05CAC0
Complementary color
Monochromatic Colors of #05CAC0
Black with #05CAC0
Text Example
Text Example
White with #05CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CAC0; }
p { color: rgb(5,202,192); }
H1.HeaderClassName
{
color: #05CAC0;
}
.AnyTagClassName
{
color: #05CAC0;
}
</style>
background-color css
<style>
a { background-color: #05CAC0; }
a { background-color: rgb(5,202,192); }
div.DivClassName
{
background-color: #05CAC0;
}
.BgClassName
{
background-color: #05CAC0;
}
</style>
border-color css
<style>
span { border-color: #05CAC0; }
span { border-color: rgb(5,202,192); }
td.TdClassName
{
border-color: #05CAC0;
}
.TagClassName
{
border-color: #05CAC0;
}
</style>