Html Css Color HEX #13FFAA Medium Spring Green
📋 copy color: '#13FFAA'red 19 ◦ green 255 ◦ blue 170
Shades of Medium Spring Green #13FFAA
Tints of Medium Spring Green #13FFAA
RGB
CMYK
RGB Variations
Color information
#13FFAA (or 0x13FFAA) is known color: Medium Spring Green. HEX triplet: 13, FF and AA. RGB value is (19,255,170). Sum of RGB (Red+Green+Blue) = 19+255+170=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FFAA is #EC0055. Grayscale: #AEAEAE. Windows color (decimal): -15466582 or 11206419. OLE color: 11206419.
HSL color Cylindrical-coordinate representation of color #13FFAA: hue angle of 158.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFAA is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 170 | - |
| CMYK | 0.93 | 0 | 0.33 | 0 |
| HSL | 158.39º | 1% | 0.54% | - |
| HSV(B) | 158.39º | 0.93% | 1% | - |
| XYZ | 43.28 | 74.56 | 50.14 | - |
| YUV | 174.75 | 125.31 | 16.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 170 | 0.93 | 0 | 0.33 | 0 | 158.39 | 1 | 0.54 |
| Hex | 13 | FF | AA | 5D | 0 | 21 | 0 | 9E | 64 | 36 |
| Octal | 23 | 377 | 252 | 135 | 0 | 41 | 0 | 236 | 144 | 66 |
| Binary | 10011 | 11111111 | 10101010 | 1011101 | 0 | 100001 | 0 | 10011110 | 1100100 | 110110 |
Color Harmonies of #13FFAA
Complementary color
Monochromatic Colors of #13FFAA
Black with #13FFAA
Text Example
Text Example
White with #13FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFAA; }
p { color: rgb(19,255,170); }
H1.HeaderClassName
{
color: #13FFAA;
}
.AnyTagClassName
{
color: #13FFAA;
}
</style>
background-color css
<style>
a { background-color: #13FFAA; }
a { background-color: rgb(19,255,170); }
div.DivClassName
{
background-color: #13FFAA;
}
.BgClassName
{
background-color: #13FFAA;
}
</style>
border-color css
<style>
span { border-color: #13FFAA; }
span { border-color: rgb(19,255,170); }
td.TdClassName
{
border-color: #13FFAA;
}
.TagClassName
{
border-color: #13FFAA;
}
</style>