Html Css Color HEX #13FFAF Medium Spring Green
📋 copy color: '#13FFAF'red 19 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #13FFAF
Tints of Medium Spring Green #13FFAF
RGB
CMYK
RGB Variations
Color information
#13FFAF (or 0x13FFAF) is known color: Medium Spring Green. HEX triplet: 13, FF and AF. RGB value is (19,255,175). Sum of RGB (Red+Green+Blue) = 19+255+175=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FFAF is #EC0050. Grayscale: #AFAFAF. Windows color (decimal): -15466577 or 11534099. OLE color: 11534099.
HSL color Cylindrical-coordinate representation of color #13FFAF: hue angle of 159.66º 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 #13FFAF is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 175 | - |
| CMYK | 0.93 | 0 | 0.31 | 0 |
| HSL | 159.66º | 1% | 0.54% | - |
| HSV(B) | 159.66º | 0.93% | 1% | - |
| XYZ | 43.77 | 74.75 | 52.68 | - |
| YUV | 175.32 | 127.81 | 16.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 175 | 0.93 | 0 | 0.31 | 0 | 159.66 | 1 | 0.54 |
| Hex | 13 | FF | AF | 5D | 0 | 1F | 0 | A0 | 64 | 36 |
| Octal | 23 | 377 | 257 | 135 | 0 | 37 | 0 | 240 | 144 | 66 |
| Binary | 10011 | 11111111 | 10101111 | 1011101 | 0 | 11111 | 0 | 10100000 | 1100100 | 110110 |
Color Harmonies of #13FFAF
Complementary color
Monochromatic Colors of #13FFAF
Black with #13FFAF
Text Example
Text Example
White with #13FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFAF; }
p { color: rgb(19,255,175); }
H1.HeaderClassName
{
color: #13FFAF;
}
.AnyTagClassName
{
color: #13FFAF;
}
</style>
background-color css
<style>
a { background-color: #13FFAF; }
a { background-color: rgb(19,255,175); }
div.DivClassName
{
background-color: #13FFAF;
}
.BgClassName
{
background-color: #13FFAF;
}
</style>
border-color css
<style>
span { border-color: #13FFAF; }
span { border-color: rgb(19,255,175); }
td.TdClassName
{
border-color: #13FFAF;
}
.TagClassName
{
border-color: #13FFAF;
}
</style>