Html Css Color HEX #13EA8C Medium Spring Green
📋 copy color: '#13EA8C'red 19 ◦ green 234 ◦ blue 140
Shades of Medium Spring Green #13EA8C
Tints of Medium Spring Green #13EA8C
RGB
CMYK
RGB Variations
Color information
#13EA8C (or 0x13EA8C) is known color: Medium Spring Green. HEX triplet: 13, EA and 8C. RGB value is (19,234,140). Sum of RGB (Red+Green+Blue) = 19+234+140=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EA8C is #EC1573. Grayscale: #9F9F9F. Windows color (decimal): -15471988 or 9234963. OLE color: 9234963.
HSL color Cylindrical-coordinate representation of color #13EA8C: hue angle of 153.77º 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 #13EA8C is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 140 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.08 |
| HSL | 153.77º | 0.85% | 0.5% | - |
| HSV(B) | 153.77º | 0.92% | 0.92% | - |
| XYZ | 34.43 | 60.88 | 34.75 | - |
| YUV | 159 | 117.27 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 140 | 0.92 | 0 | 0.40 | 0.08 | 153.77 | 0.85 | 0.5 |
| Hex | 13 | EA | 8C | 5C | 0 | 28 | 8 | 9A | 55 | 32 |
| Octal | 23 | 352 | 214 | 134 | 0 | 50 | 10 | 232 | 125 | 62 |
| Binary | 10011 | 11101010 | 10001100 | 1011100 | 0 | 101000 | 1000 | 10011010 | 1010101 | 110010 |
Color Harmonies of #13EA8C
Complementary color
Monochromatic Colors of #13EA8C
Black with #13EA8C
Text Example
Text Example
White with #13EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA8C; }
p { color: rgb(19,234,140); }
H1.HeaderClassName
{
color: #13EA8C;
}
.AnyTagClassName
{
color: #13EA8C;
}
</style>
background-color css
<style>
a { background-color: #13EA8C; }
a { background-color: rgb(19,234,140); }
div.DivClassName
{
background-color: #13EA8C;
}
.BgClassName
{
background-color: #13EA8C;
}
</style>
border-color css
<style>
span { border-color: #13EA8C; }
span { border-color: rgb(19,234,140); }
td.TdClassName
{
border-color: #13EA8C;
}
.TagClassName
{
border-color: #13EA8C;
}
</style>