Html Css Color HEX #10FFAF Medium Spring Green
📋 copy color: '#10FFAF'red 16 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #10FFAF
Tints of Medium Spring Green #10FFAF
RGB
CMYK
RGB Variations
Color information
#10FFAF (or 0x10FFAF) is known color: Medium Spring Green. HEX triplet: 10, FF and AF. RGB value is (16,255,175). Sum of RGB (Red+Green+Blue) = 16+255+175=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FFAF is #EF0050. Grayscale: #AEAEAE. Windows color (decimal): -15663185 or 11534096. OLE color: 11534096.
HSL color Cylindrical-coordinate representation of color #10FFAF: hue angle of 159.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFAF is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 175 | - |
| CMYK | 0.94 | 0 | 0.31 | 0 |
| HSL | 159.92º | 1% | 0.53% | - |
| HSV(B) | 159.92º | 0.94% | 1% | - |
| XYZ | 43.71 | 74.73 | 52.68 | - |
| YUV | 174.42 | 128.32 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 175 | 0.94 | 0 | 0.31 | 0 | 159.92 | 1 | 0.53 |
| Hex | 10 | FF | AF | 5E | 0 | 1F | 0 | A0 | 64 | 35 |
| Octal | 20 | 377 | 257 | 136 | 0 | 37 | 0 | 240 | 144 | 65 |
| Binary | 10000 | 11111111 | 10101111 | 1011110 | 0 | 11111 | 0 | 10100000 | 1100100 | 110101 |
Color Harmonies of #10FFAF
Complementary color
Monochromatic Colors of #10FFAF
Black with #10FFAF
Text Example
Text Example
White with #10FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFAF; }
p { color: rgb(16,255,175); }
H1.HeaderClassName
{
color: #10FFAF;
}
.AnyTagClassName
{
color: #10FFAF;
}
</style>
background-color css
<style>
a { background-color: #10FFAF; }
a { background-color: rgb(16,255,175); }
div.DivClassName
{
background-color: #10FFAF;
}
.BgClassName
{
background-color: #10FFAF;
}
</style>
border-color css
<style>
span { border-color: #10FFAF; }
span { border-color: rgb(16,255,175); }
td.TdClassName
{
border-color: #10FFAF;
}
.TagClassName
{
border-color: #10FFAF;
}
</style>