Shades of Robin's Egg Blue #13E3BA
Tints of Robin's Egg Blue #13E3BA
RGB
CMYK
RGB Variations
Color information
#13E3BA (or 0x13E3BA) is known color: Robin's Egg Blue. HEX triplet: 13, E3 and BA. RGB value is (19,227,186). Sum of RGB (Red+Green+Blue) = 19+227+186=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #13E3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E3BA is #EC1C45. Grayscale: #A0A0A0. Windows color (decimal): -15473734 or 12247827. OLE color: 12247827.
HSL color Cylindrical-coordinate representation of color #13E3BA: hue angle of 168.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E3BA is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 227 | 186 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.11 |
| HSL | 168.17º | 0.85% | 0.48% | - |
| HSV(B) | 168.17º | 0.92% | 0.89% | - |
| XYZ | 36.6 | 58.62 | 55.84 | - |
| YUV | 160.13 | 142.59 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 227 | 186 | 0.92 | 0 | 0.18 | 0.11 | 168.17 | 0.85 | 0.48 |
| Hex | 13 | E3 | BA | 5C | 0 | 12 | B | A8 | 55 | 30 |
| Octal | 23 | 343 | 272 | 134 | 0 | 22 | 13 | 250 | 125 | 60 |
| Binary | 10011 | 11100011 | 10111010 | 1011100 | 0 | 10010 | 1011 | 10101000 | 1010101 | 110000 |
Color Harmonies of #13E3BA
Complementary color
Monochromatic Colors of #13E3BA
Black with #13E3BA
Text Example
Text Example
White with #13E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E3BA; }
p { color: rgb(19,227,186); }
H1.HeaderClassName
{
color: #13E3BA;
}
.AnyTagClassName
{
color: #13E3BA;
}
</style>
background-color css
<style>
a { background-color: #13E3BA; }
a { background-color: rgb(19,227,186); }
div.DivClassName
{
background-color: #13E3BA;
}
.BgClassName
{
background-color: #13E3BA;
}
</style>
border-color css
<style>
span { border-color: #13E3BA; }
span { border-color: rgb(19,227,186); }
td.TdClassName
{
border-color: #13E3BA;
}
.TagClassName
{
border-color: #13E3BA;
}
</style>