Shades of Robin's Egg Blue #13E0BC
Tints of Robin's Egg Blue #13E0BC
RGB
CMYK
RGB Variations
Color information
#13E0BC (or 0x13E0BC) is known color: Robin's Egg Blue. HEX triplet: 13, E0 and BC. RGB value is (19,224,188). Sum of RGB (Red+Green+Blue) = 19+224+188=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0BC is #EC1F43. Grayscale: #9E9E9E. Windows color (decimal): -15474500 or 12378131. OLE color: 12378131.
HSL color Cylindrical-coordinate representation of color #13E0BC: hue angle of 169.46º 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 #13E0BC is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 188 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.12 |
| HSL | 169.46º | 0.84% | 0.48% | - |
| HSV(B) | 169.46º | 0.92% | 0.88% | - |
| XYZ | 36 | 57.08 | 56.7 | - |
| YUV | 158.6 | 144.58 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 188 | 0.92 | 0 | 0.16 | 0.12 | 169.46 | 0.84 | 0.48 |
| Hex | 13 | E0 | BC | 5C | 0 | 10 | C | A9 | 54 | 30 |
| Octal | 23 | 340 | 274 | 134 | 0 | 20 | 14 | 251 | 124 | 60 |
| Binary | 10011 | 11100000 | 10111100 | 1011100 | 0 | 10000 | 1100 | 10101001 | 1010100 | 110000 |
Color Harmonies of #13E0BC
Complementary color
Monochromatic Colors of #13E0BC
Black with #13E0BC
Text Example
Text Example
White with #13E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0BC; }
p { color: rgb(19,224,188); }
H1.HeaderClassName
{
color: #13E0BC;
}
.AnyTagClassName
{
color: #13E0BC;
}
</style>
background-color css
<style>
a { background-color: #13E0BC; }
a { background-color: rgb(19,224,188); }
div.DivClassName
{
background-color: #13E0BC;
}
.BgClassName
{
background-color: #13E0BC;
}
</style>
border-color css
<style>
span { border-color: #13E0BC; }
span { border-color: rgb(19,224,188); }
td.TdClassName
{
border-color: #13E0BC;
}
.TagClassName
{
border-color: #13E0BC;
}
</style>