Shades of Robin's Egg Blue #05D2BA
Tints of Robin's Egg Blue #05D2BA
RGB
CMYK
RGB Variations
Color information
#05D2BA (or 0x05D2BA) is known color: Robin's Egg Blue. HEX triplet: 05, D2 and BA. RGB value is (5,210,186). Sum of RGB (Red+Green+Blue) = 5+210+186=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #05D2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D2BA is #FA2D45. Grayscale: #919191. Windows color (decimal): -16395590 or 12243461. OLE color: 12243461.
HSL color Cylindrical-coordinate representation of color #05D2BA: hue angle of 172.98º degrees, saturation: 0.95, 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 #05D2BA is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 186 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.18 |
| HSL | 172.98º | 0.95% | 0.42% | - |
| HSV(B) | 172.98º | 0.98% | 0.82% | - |
| XYZ | 31.97 | 49.67 | 54.36 | - |
| YUV | 145.97 | 150.58 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 186 | 0.98 | 0 | 0.11 | 0.18 | 172.98 | 0.95 | 0.42 |
| Hex | 5 | D2 | BA | 62 | 0 | B | 12 | AD | 5F | 2A |
| Octal | 5 | 322 | 272 | 142 | 0 | 13 | 22 | 255 | 137 | 52 |
| Binary | 101 | 11010010 | 10111010 | 1100010 | 0 | 1011 | 10010 | 10101101 | 1011111 | 101010 |
Color Harmonies of #05D2BA
Complementary color
Monochromatic Colors of #05D2BA
Black with #05D2BA
Text Example
Text Example
White with #05D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D2BA; }
p { color: rgb(5,210,186); }
H1.HeaderClassName
{
color: #05D2BA;
}
.AnyTagClassName
{
color: #05D2BA;
}
</style>
background-color css
<style>
a { background-color: #05D2BA; }
a { background-color: rgb(5,210,186); }
div.DivClassName
{
background-color: #05D2BA;
}
.BgClassName
{
background-color: #05D2BA;
}
</style>
border-color css
<style>
span { border-color: #05D2BA; }
span { border-color: rgb(5,210,186); }
td.TdClassName
{
border-color: #05D2BA;
}
.TagClassName
{
border-color: #05D2BA;
}
</style>