Html Css Color HEX #11FBAF Medium Spring Green
📋 copy color: '#11FBAF'red 17 ◦ green 251 ◦ blue 175
Shades of Medium Spring Green #11FBAF
Tints of Medium Spring Green #11FBAF
RGB
CMYK
RGB Variations
Color information
#11FBAF (or 0x11FBAF) is known color: Medium Spring Green. HEX triplet: 11, FB and AF. RGB value is (17,251,175). Sum of RGB (Red+Green+Blue) = 17+251+175=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11FBAF is #EE0450. Grayscale: #ACACAC. Windows color (decimal): -15598673 or 11533073. OLE color: 11533073.
HSL color Cylindrical-coordinate representation of color #11FBAF: hue angle of 160.51º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FBAF is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 251 | 175 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.02 |
| HSL | 160.51º | 0.97% | 0.53% | - |
| HSV(B) | 160.51º | 0.93% | 0.98% | - |
| XYZ | 42.47 | 72.21 | 52.26 | - |
| YUV | 172.37 | 129.48 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 251 | 175 | 0.93 | 0 | 0.30 | 0.02 | 160.51 | 0.97 | 0.53 |
| Hex | 11 | FB | AF | 5D | 0 | 1E | 2 | A1 | 61 | 35 |
| Octal | 21 | 373 | 257 | 135 | 0 | 36 | 2 | 241 | 141 | 65 |
| Binary | 10001 | 11111011 | 10101111 | 1011101 | 0 | 11110 | 10 | 10100001 | 1100001 | 110101 |
Color Harmonies of #11FBAF
Complementary color
Monochromatic Colors of #11FBAF
Black with #11FBAF
Text Example
Text Example
White with #11FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FBAF; }
p { color: rgb(17,251,175); }
H1.HeaderClassName
{
color: #11FBAF;
}
.AnyTagClassName
{
color: #11FBAF;
}
</style>
background-color css
<style>
a { background-color: #11FBAF; }
a { background-color: rgb(17,251,175); }
div.DivClassName
{
background-color: #11FBAF;
}
.BgClassName
{
background-color: #11FBAF;
}
</style>
border-color css
<style>
span { border-color: #11FBAF; }
span { border-color: rgb(17,251,175); }
td.TdClassName
{
border-color: #11FBAF;
}
.TagClassName
{
border-color: #11FBAF;
}
</style>