Shades of Robin's Egg Blue #05C5BA
Tints of Robin's Egg Blue #05C5BA
RGB
CMYK
RGB Variations
Color information
#05C5BA (or 0x05C5BA) is known color: Robin's Egg Blue. HEX triplet: 05, C5 and BA. RGB value is (5,197,186). Sum of RGB (Red+Green+Blue) = 5+197+186=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #05C5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C5BA is #FA3A45. Grayscale: #8A8A8A. Windows color (decimal): -16398918 or 12240133. OLE color: 12240133.
HSL color Cylindrical-coordinate representation of color #05C5BA: hue angle of 176.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C5BA is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 186 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.23 |
| HSL | 176.56º | 0.95% | 0.4% | - |
| HSV(B) | 176.56º | 0.97% | 0.77% | - |
| XYZ | 28.89 | 43.51 | 53.33 | - |
| YUV | 138.34 | 154.89 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 186 | 0.97 | 0 | 0.06 | 0.23 | 176.56 | 0.95 | 0.4 |
| Hex | 5 | C5 | BA | 61 | 0 | 6 | 17 | B1 | 5F | 28 |
| Octal | 5 | 305 | 272 | 141 | 0 | 6 | 27 | 261 | 137 | 50 |
| Binary | 101 | 11000101 | 10111010 | 1100001 | 0 | 110 | 10111 | 10110001 | 1011111 | 101000 |
Color Harmonies of #05C5BA
Complementary color
Monochromatic Colors of #05C5BA
Black with #05C5BA
Text Example
Text Example
White with #05C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C5BA; }
p { color: rgb(5,197,186); }
H1.HeaderClassName
{
color: #05C5BA;
}
.AnyTagClassName
{
color: #05C5BA;
}
</style>
background-color css
<style>
a { background-color: #05C5BA; }
a { background-color: rgb(5,197,186); }
div.DivClassName
{
background-color: #05C5BA;
}
.BgClassName
{
background-color: #05C5BA;
}
</style>
border-color css
<style>
span { border-color: #05C5BA; }
span { border-color: rgb(5,197,186); }
td.TdClassName
{
border-color: #05C5BA;
}
.TagClassName
{
border-color: #05C5BA;
}
</style>