Shades of Robin's Egg Blue #10E1BA
Tints of Robin's Egg Blue #10E1BA
RGB
CMYK
RGB Variations
Color information
#10E1BA (or 0x10E1BA) is known color: Robin's Egg Blue. HEX triplet: 10, E1 and BA. RGB value is (16,225,186). Sum of RGB (Red+Green+Blue) = 16+225+186=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E1BA is #EF1E45. Grayscale: #9E9E9E. Windows color (decimal): -15670854 or 12247312. OLE color: 12247312.
HSL color Cylindrical-coordinate representation of color #10E1BA: hue angle of 168.8º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E1BA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 186 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.12 |
| HSL | 168.8º | 0.87% | 0.47% | - |
| HSV(B) | 168.8º | 0.93% | 0.88% | - |
| XYZ | 36 | 57.51 | 55.66 | - |
| YUV | 158.06 | 143.76 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 186 | 0.93 | 0 | 0.17 | 0.12 | 168.8 | 0.87 | 0.47 |
| Hex | 10 | E1 | BA | 5D | 0 | 11 | C | A9 | 57 | 2F |
| Octal | 20 | 341 | 272 | 135 | 0 | 21 | 14 | 251 | 127 | 57 |
| Binary | 10000 | 11100001 | 10111010 | 1011101 | 0 | 10001 | 1100 | 10101001 | 1010111 | 101111 |
Color Harmonies of #10E1BA
Complementary color
Monochromatic Colors of #10E1BA
Black with #10E1BA
Text Example
Text Example
White with #10E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E1BA; }
p { color: rgb(16,225,186); }
H1.HeaderClassName
{
color: #10E1BA;
}
.AnyTagClassName
{
color: #10E1BA;
}
</style>
background-color css
<style>
a { background-color: #10E1BA; }
a { background-color: rgb(16,225,186); }
div.DivClassName
{
background-color: #10E1BA;
}
.BgClassName
{
background-color: #10E1BA;
}
</style>
border-color css
<style>
span { border-color: #10E1BA; }
span { border-color: rgb(16,225,186); }
td.TdClassName
{
border-color: #10E1BA;
}
.TagClassName
{
border-color: #10E1BA;
}
</style>