Shades of Robin's Egg Blue #19E0BA
Tints of Robin's Egg Blue #19E0BA
RGB
CMYK
RGB Variations
Color information
#19E0BA (or 0x19E0BA) is known color: Robin's Egg Blue. HEX triplet: 19, E0 and BA. RGB value is (25,224,186). Sum of RGB (Red+Green+Blue) = 25+224+186=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #19E0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E0BA is #E61F45. Grayscale: #A0A0A0. Windows color (decimal): -15081286 or 12247065. OLE color: 12247065.
HSL color Cylindrical-coordinate representation of color #19E0BA: hue angle of 168.54º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E0BA is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 224 | 186 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.12 |
| HSL | 168.54º | 0.8% | 0.49% | - |
| HSV(B) | 168.54º | 0.89% | 0.88% | - |
| XYZ | 35.92 | 57.06 | 55.58 | - |
| YUV | 160.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 224 | 186 | 0.89 | 0 | 0.17 | 0.12 | 168.54 | 0.8 | 0.49 |
| Hex | 19 | E0 | BA | 59 | 0 | 11 | C | A9 | 50 | 31 |
| Octal | 31 | 340 | 272 | 131 | 0 | 21 | 14 | 251 | 120 | 61 |
| Binary | 11001 | 11100000 | 10111010 | 1011001 | 0 | 10001 | 1100 | 10101001 | 1010000 | 110001 |
Color Harmonies of #19E0BA
Complementary color
Monochromatic Colors of #19E0BA
Black with #19E0BA
Text Example
Text Example
White with #19E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E0BA; }
p { color: rgb(25,224,186); }
H1.HeaderClassName
{
color: #19E0BA;
}
.AnyTagClassName
{
color: #19E0BA;
}
</style>
background-color css
<style>
a { background-color: #19E0BA; }
a { background-color: rgb(25,224,186); }
div.DivClassName
{
background-color: #19E0BA;
}
.BgClassName
{
background-color: #19E0BA;
}
</style>
border-color css
<style>
span { border-color: #19E0BA; }
span { border-color: rgb(25,224,186); }
td.TdClassName
{
border-color: #19E0BA;
}
.TagClassName
{
border-color: #19E0BA;
}
</style>