Html Css Color HEX #13F2AA Medium Spring Green
📋 copy color: '#13F2AA'red 19 ◦ green 242 ◦ blue 170
Shades of Medium Spring Green #13F2AA
Tints of Medium Spring Green #13F2AA
RGB
CMYK
RGB Variations
Color information
#13F2AA (or 0x13F2AA) is known color: Medium Spring Green. HEX triplet: 13, F2 and AA. RGB value is (19,242,170). Sum of RGB (Red+Green+Blue) = 19+242+170=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F2AA is #EC0D55. Grayscale: #A7A7A7. Windows color (decimal): -15469910 or 11203091. OLE color: 11203091.
HSL color Cylindrical-coordinate representation of color #13F2AA: hue angle of 160.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F2AA is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 170 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.05 |
| HSL | 160.63º | 0.9% | 0.51% | - |
| HSV(B) | 160.63º | 0.92% | 0.95% | - |
| XYZ | 39.28 | 66.54 | 48.8 | - |
| YUV | 167.12 | 129.62 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 170 | 0.92 | 0 | 0.30 | 0.05 | 160.63 | 0.9 | 0.51 |
| Hex | 13 | F2 | AA | 5C | 0 | 1E | 5 | A1 | 5A | 33 |
| Octal | 23 | 362 | 252 | 134 | 0 | 36 | 5 | 241 | 132 | 63 |
| Binary | 10011 | 11110010 | 10101010 | 1011100 | 0 | 11110 | 101 | 10100001 | 1011010 | 110011 |
Color Harmonies of #13F2AA
Complementary color
Monochromatic Colors of #13F2AA
Black with #13F2AA
Text Example
Text Example
White with #13F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2AA; }
p { color: rgb(19,242,170); }
H1.HeaderClassName
{
color: #13F2AA;
}
.AnyTagClassName
{
color: #13F2AA;
}
</style>
background-color css
<style>
a { background-color: #13F2AA; }
a { background-color: rgb(19,242,170); }
div.DivClassName
{
background-color: #13F2AA;
}
.BgClassName
{
background-color: #13F2AA;
}
</style>
border-color css
<style>
span { border-color: #13F2AA; }
span { border-color: rgb(19,242,170); }
td.TdClassName
{
border-color: #13F2AA;
}
.TagClassName
{
border-color: #13F2AA;
}
</style>