Html Css Color HEX #13EBA0 Medium Spring Green
📋 copy color: '#13EBA0'red 19 ◦ green 235 ◦ blue 160
Shades of Medium Spring Green #13EBA0
Tints of Medium Spring Green #13EBA0
RGB
CMYK
RGB Variations
Color information
#13EBA0 (or 0x13EBA0) is known color: Medium Spring Green. HEX triplet: 13, EB and A0. RGB value is (19,235,160). Sum of RGB (Red+Green+Blue) = 19+235+160=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 235 (92.19% from 255 or 56.76% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 235 - color contains mainly: green. Hex color #13EBA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EBA0 is #EC145F. Grayscale: #A1A1A1. Windows color (decimal): -15471712 or 10545939. OLE color: 10545939.
HSL color Cylindrical-coordinate representation of color #13EBA0: hue angle of 159.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EBA0 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 235 | 160 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.08 |
| HSL | 159.17º | 0.85% | 0.5% | - |
| HSV(B) | 159.17º | 0.92% | 0.92% | - |
| XYZ | 36.32 | 62.09 | 43.33 | - |
| YUV | 161.87 | 126.94 | 26.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 235 | 160 | 0.92 | 0 | 0.32 | 0.08 | 159.17 | 0.85 | 0.5 |
| Hex | 13 | EB | A0 | 5C | 0 | 20 | 8 | 9F | 55 | 32 |
| Octal | 23 | 353 | 240 | 134 | 0 | 40 | 10 | 237 | 125 | 62 |
| Binary | 10011 | 11101011 | 10100000 | 1011100 | 0 | 100000 | 1000 | 10011111 | 1010101 | 110010 |
Color Harmonies of #13EBA0
Complementary color
Monochromatic Colors of #13EBA0
Black with #13EBA0
Text Example
Text Example
White with #13EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EBA0; }
p { color: rgb(19,235,160); }
H1.HeaderClassName
{
color: #13EBA0;
}
.AnyTagClassName
{
color: #13EBA0;
}
</style>
background-color css
<style>
a { background-color: #13EBA0; }
a { background-color: rgb(19,235,160); }
div.DivClassName
{
background-color: #13EBA0;
}
.BgClassName
{
background-color: #13EBA0;
}
</style>
border-color css
<style>
span { border-color: #13EBA0; }
span { border-color: rgb(19,235,160); }
td.TdClassName
{
border-color: #13EBA0;
}
.TagClassName
{
border-color: #13EBA0;
}
</style>