Html Css Color HEX #10FAAF Medium Spring Green
📋 copy color: '#10FAAF'red 16 ◦ green 250 ◦ blue 175
Shades of Medium Spring Green #10FAAF
Tints of Medium Spring Green #10FAAF
RGB
CMYK
RGB Variations
Color information
#10FAAF (or 0x10FAAF) is known color: Medium Spring Green. HEX triplet: 10, FA and AF. RGB value is (16,250,175). Sum of RGB (Red+Green+Blue) = 16+250+175=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FAAF is #EF0550. Grayscale: #ABABAB. Windows color (decimal): -15664465 or 11532816. OLE color: 11532816.
HSL color Cylindrical-coordinate representation of color #10FAAF: hue angle of 160.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FAAF is Cyan = 0.94, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 175 | - |
| CMYK | 0.94 | 0 | 0.3 | 0.02 |
| HSL | 160.77º | 0.96% | 0.52% | - |
| HSV(B) | 160.77º | 0.94% | 0.98% | - |
| XYZ | 42.14 | 71.58 | 52.15 | - |
| YUV | 171.48 | 129.98 | 17.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 175 | 0.94 | 0 | 0.3 | 0.02 | 160.77 | 0.96 | 0.52 |
| Hex | 10 | FA | AF | 5E | 0 | 1E | 2 | A1 | 60 | 34 |
| Octal | 20 | 372 | 257 | 136 | 0 | 36 | 2 | 241 | 140 | 64 |
| Binary | 10000 | 11111010 | 10101111 | 1011110 | 0 | 11110 | 10 | 10100001 | 1100000 | 110100 |
Color Harmonies of #10FAAF
Complementary color
Monochromatic Colors of #10FAAF
Black with #10FAAF
Text Example
Text Example
White with #10FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAAF; }
p { color: rgb(16,250,175); }
H1.HeaderClassName
{
color: #10FAAF;
}
.AnyTagClassName
{
color: #10FAAF;
}
</style>
background-color css
<style>
a { background-color: #10FAAF; }
a { background-color: rgb(16,250,175); }
div.DivClassName
{
background-color: #10FAAF;
}
.BgClassName
{
background-color: #10FAAF;
}
</style>
border-color css
<style>
span { border-color: #10FAAF; }
span { border-color: rgb(16,250,175); }
td.TdClassName
{
border-color: #10FAAF;
}
.TagClassName
{
border-color: #10FAAF;
}
</style>