Shades of Robin's Egg Blue #05E2BA
Tints of Robin's Egg Blue #05E2BA
RGB
CMYK
RGB Variations
Color information
#05E2BA (or 0x05E2BA) is known color: Robin's Egg Blue. HEX triplet: 05, E2 and BA. RGB value is (5,226,186). Sum of RGB (Red+Green+Blue) = 5+226+186=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2BA is #FA1D45. Grayscale: #9B9B9B. Windows color (decimal): -16391494 or 12247557. OLE color: 12247557.
HSL color Cylindrical-coordinate representation of color #05E2BA: hue angle of 169.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E2BA is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 186 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.11 |
| HSL | 169.14º | 0.96% | 0.45% | - |
| HSV(B) | 169.14º | 0.98% | 0.89% | - |
| XYZ | 36.12 | 57.97 | 55.74 | - |
| YUV | 155.36 | 145.28 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 186 | 0.98 | 0 | 0.18 | 0.11 | 169.14 | 0.96 | 0.45 |
| Hex | 5 | E2 | BA | 62 | 0 | 12 | B | A9 | 60 | 2D |
| Octal | 5 | 342 | 272 | 142 | 0 | 22 | 13 | 251 | 140 | 55 |
| Binary | 101 | 11100010 | 10111010 | 1100010 | 0 | 10010 | 1011 | 10101001 | 1100000 | 101101 |
Color Harmonies of #05E2BA
Complementary color
Monochromatic Colors of #05E2BA
Black with #05E2BA
Text Example
Text Example
White with #05E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E2BA; }
p { color: rgb(5,226,186); }
H1.HeaderClassName
{
color: #05E2BA;
}
.AnyTagClassName
{
color: #05E2BA;
}
</style>
background-color css
<style>
a { background-color: #05E2BA; }
a { background-color: rgb(5,226,186); }
div.DivClassName
{
background-color: #05E2BA;
}
.BgClassName
{
background-color: #05E2BA;
}
</style>
border-color css
<style>
span { border-color: #05E2BA; }
span { border-color: rgb(5,226,186); }
td.TdClassName
{
border-color: #05E2BA;
}
.TagClassName
{
border-color: #05E2BA;
}
</style>