Html Css Color HEX #10EDAF Medium Spring Green
📋 copy color: '#10EDAF'red 16 ◦ green 237 ◦ blue 175
Shades of Medium Spring Green #10EDAF
Tints of Medium Spring Green #10EDAF
RGB
CMYK
RGB Variations
Color information
#10EDAF (or 0x10EDAF) is known color: Medium Spring Green. HEX triplet: 10, ED and AF. RGB value is (16,237,175). Sum of RGB (Red+Green+Blue) = 16+237+175=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EDAF is #EF1250. Grayscale: #A3A3A3. Windows color (decimal): -15667793 or 11529488. OLE color: 11529488.
HSL color Cylindrical-coordinate representation of color #10EDAF: hue angle of 163.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EDAF is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 175 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.07 |
| HSL | 163.17º | 0.87% | 0.5% | - |
| HSV(B) | 163.17º | 0.93% | 0.93% | - |
| XYZ | 38.24 | 63.77 | 50.85 | - |
| YUV | 163.85 | 134.28 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 175 | 0.93 | 0 | 0.26 | 0.07 | 163.17 | 0.87 | 0.5 |
| Hex | 10 | ED | AF | 5D | 0 | 1A | 7 | A3 | 57 | 32 |
| Octal | 20 | 355 | 257 | 135 | 0 | 32 | 7 | 243 | 127 | 62 |
| Binary | 10000 | 11101101 | 10101111 | 1011101 | 0 | 11010 | 111 | 10100011 | 1010111 | 110010 |
Color Harmonies of #10EDAF
Complementary color
Monochromatic Colors of #10EDAF
Black with #10EDAF
Text Example
Text Example
White with #10EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDAF; }
p { color: rgb(16,237,175); }
H1.HeaderClassName
{
color: #10EDAF;
}
.AnyTagClassName
{
color: #10EDAF;
}
</style>
background-color css
<style>
a { background-color: #10EDAF; }
a { background-color: rgb(16,237,175); }
div.DivClassName
{
background-color: #10EDAF;
}
.BgClassName
{
background-color: #10EDAF;
}
</style>
border-color css
<style>
span { border-color: #10EDAF; }
span { border-color: rgb(16,237,175); }
td.TdClassName
{
border-color: #10EDAF;
}
.TagClassName
{
border-color: #10EDAF;
}
</style>