Html Css Color HEX #10F0AE Medium Spring Green
📋 copy color: '#10F0AE'red 16 ◦ green 240 ◦ blue 174
Shades of Medium Spring Green #10F0AE
Tints of Medium Spring Green #10F0AE
RGB
CMYK
RGB Variations
Color information
#10F0AE (or 0x10F0AE) is known color: Medium Spring Green. HEX triplet: 10, F0 and AE. RGB value is (16,240,174). Sum of RGB (Red+Green+Blue) = 16+240+174=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0AE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F0AE is #EF0F51. Grayscale: #A5A5A5. Windows color (decimal): -15667026 or 11464720. OLE color: 11464720.
HSL color Cylindrical-coordinate representation of color #10F0AE: hue angle of 162.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F0AE is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 174 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.06 |
| HSL | 162.32º | 0.88% | 0.5% | - |
| HSV(B) | 162.32º | 0.93% | 0.94% | - |
| XYZ | 39.01 | 65.49 | 50.63 | - |
| YUV | 165.5 | 132.79 | 21.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 174 | 0.93 | 0 | 0.28 | 0.06 | 162.32 | 0.88 | 0.5 |
| Hex | 10 | F0 | AE | 5D | 0 | 1C | 6 | A2 | 58 | 32 |
| Octal | 20 | 360 | 256 | 135 | 0 | 34 | 6 | 242 | 130 | 62 |
| Binary | 10000 | 11110000 | 10101110 | 1011101 | 0 | 11100 | 110 | 10100010 | 1011000 | 110010 |
Color Harmonies of #10F0AE
Complementary color
Monochromatic Colors of #10F0AE
Black with #10F0AE
Text Example
Text Example
White with #10F0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F0AE; }
p { color: rgb(16,240,174); }
H1.HeaderClassName
{
color: #10F0AE;
}
.AnyTagClassName
{
color: #10F0AE;
}
</style>
background-color css
<style>
a { background-color: #10F0AE; }
a { background-color: rgb(16,240,174); }
div.DivClassName
{
background-color: #10F0AE;
}
.BgClassName
{
background-color: #10F0AE;
}
</style>
border-color css
<style>
span { border-color: #10F0AE; }
span { border-color: rgb(16,240,174); }
td.TdClassName
{
border-color: #10F0AE;
}
.TagClassName
{
border-color: #10F0AE;
}
</style>