Html Css Color HEX #10FCAF Medium Spring Green
📋 copy color: '#10FCAF'red 16 ◦ green 252 ◦ blue 175
Shades of Medium Spring Green #10FCAF
Tints of Medium Spring Green #10FCAF
RGB
CMYK
RGB Variations
Color information
#10FCAF (or 0x10FCAF) is known color: Medium Spring Green. HEX triplet: 10, FC and AF. RGB value is (16,252,175). Sum of RGB (Red+Green+Blue) = 16+252+175=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FCAF is #EF0350. Grayscale: #ACACAC. Windows color (decimal): -15663953 or 11533328. OLE color: 11533328.
HSL color Cylindrical-coordinate representation of color #10FCAF: hue angle of 160.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCAF is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 175 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.01 |
| HSL | 160.42º | 0.98% | 0.53% | - |
| HSV(B) | 160.42º | 0.94% | 0.99% | - |
| XYZ | 42.76 | 72.83 | 52.36 | - |
| YUV | 172.66 | 129.31 | 16.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 175 | 0.94 | 0 | 0.31 | 0.01 | 160.42 | 0.98 | 0.53 |
| Hex | 10 | FC | AF | 5E | 0 | 1F | 1 | A0 | 62 | 35 |
| Octal | 20 | 374 | 257 | 136 | 0 | 37 | 1 | 240 | 142 | 65 |
| Binary | 10000 | 11111100 | 10101111 | 1011110 | 0 | 11111 | 1 | 10100000 | 1100010 | 110101 |
Color Harmonies of #10FCAF
Complementary color
Monochromatic Colors of #10FCAF
Black with #10FCAF
Text Example
Text Example
White with #10FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCAF; }
p { color: rgb(16,252,175); }
H1.HeaderClassName
{
color: #10FCAF;
}
.AnyTagClassName
{
color: #10FCAF;
}
</style>
background-color css
<style>
a { background-color: #10FCAF; }
a { background-color: rgb(16,252,175); }
div.DivClassName
{
background-color: #10FCAF;
}
.BgClassName
{
background-color: #10FCAF;
}
</style>
border-color css
<style>
span { border-color: #10FCAF; }
span { border-color: rgb(16,252,175); }
td.TdClassName
{
border-color: #10FCAF;
}
.TagClassName
{
border-color: #10FCAF;
}
</style>