Html Css Color HEX #10FAAC Medium Spring Green
📋 copy color: '#10FAAC'red 16 ◦ green 250 ◦ blue 172
Shades of Medium Spring Green #10FAAC
Tints of Medium Spring Green #10FAAC
RGB
CMYK
RGB Variations
Color information
#10FAAC (or 0x10FAAC) is known color: Medium Spring Green. HEX triplet: 10, FA and AC. RGB value is (16,250,172). Sum of RGB (Red+Green+Blue) = 16+250+172=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FAAC is #EF0553. Grayscale: #ABABAB. Windows color (decimal): -15664468 or 11336208. OLE color: 11336208.
HSL color Cylindrical-coordinate representation of color #10FAAC: hue angle of 160º 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 #10FAAC is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 172 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.02 |
| HSL | 160º | 0.96% | 0.52% | - |
| HSV(B) | 160º | 0.94% | 0.98% | - |
| XYZ | 41.85 | 71.46 | 50.62 | - |
| YUV | 171.14 | 128.48 | 17.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 172 | 0.94 | 0 | 0.31 | 0.02 | 160 | 0.96 | 0.52 |
| Hex | 10 | FA | AC | 5E | 0 | 1F | 2 | A0 | 60 | 34 |
| Octal | 20 | 372 | 254 | 136 | 0 | 37 | 2 | 240 | 140 | 64 |
| Binary | 10000 | 11111010 | 10101100 | 1011110 | 0 | 11111 | 10 | 10100000 | 1100000 | 110100 |
Color Harmonies of #10FAAC
Complementary color
Monochromatic Colors of #10FAAC
Black with #10FAAC
Text Example
Text Example
White with #10FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAAC; }
p { color: rgb(16,250,172); }
H1.HeaderClassName
{
color: #10FAAC;
}
.AnyTagClassName
{
color: #10FAAC;
}
</style>
background-color css
<style>
a { background-color: #10FAAC; }
a { background-color: rgb(16,250,172); }
div.DivClassName
{
background-color: #10FAAC;
}
.BgClassName
{
background-color: #10FAAC;
}
</style>
border-color css
<style>
span { border-color: #10FAAC; }
span { border-color: rgb(16,250,172); }
td.TdClassName
{
border-color: #10FAAC;
}
.TagClassName
{
border-color: #10FAAC;
}
</style>