Shades of Robin's Egg Blue #13E0BE
Tints of Robin's Egg Blue #13E0BE
RGB
CMYK
RGB Variations
Color information
#13E0BE (or 0x13E0BE) is known color: Robin's Egg Blue. HEX triplet: 13, E0 and BE. RGB value is (19,224,190). Sum of RGB (Red+Green+Blue) = 19+224+190=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0BE is #EC1F41. Grayscale: #9E9E9E. Windows color (decimal): -15474498 or 12509203. OLE color: 12509203.
HSL color Cylindrical-coordinate representation of color #13E0BE: hue angle of 170.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0BE is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 190 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.12 |
| HSL | 170.05º | 0.84% | 0.48% | - |
| HSV(B) | 170.05º | 0.92% | 0.88% | - |
| XYZ | 36.22 | 57.17 | 57.84 | - |
| YUV | 158.83 | 145.58 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 190 | 0.92 | 0 | 0.15 | 0.12 | 170.05 | 0.84 | 0.48 |
| Hex | 13 | E0 | BE | 5C | 0 | F | C | AA | 54 | 30 |
| Octal | 23 | 340 | 276 | 134 | 0 | 17 | 14 | 252 | 124 | 60 |
| Binary | 10011 | 11100000 | 10111110 | 1011100 | 0 | 1111 | 1100 | 10101010 | 1010100 | 110000 |
Color Harmonies of #13E0BE
Complementary color
Monochromatic Colors of #13E0BE
Black with #13E0BE
Text Example
Text Example
White with #13E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0BE; }
p { color: rgb(19,224,190); }
H1.HeaderClassName
{
color: #13E0BE;
}
.AnyTagClassName
{
color: #13E0BE;
}
</style>
background-color css
<style>
a { background-color: #13E0BE; }
a { background-color: rgb(19,224,190); }
div.DivClassName
{
background-color: #13E0BE;
}
.BgClassName
{
background-color: #13E0BE;
}
</style>
border-color css
<style>
span { border-color: #13E0BE; }
span { border-color: rgb(19,224,190); }
td.TdClassName
{
border-color: #13E0BE;
}
.TagClassName
{
border-color: #13E0BE;
}
</style>