Html Css Color HEX #10EAAA Medium Spring Green
📋 copy color: '#10EAAA'red 16 ◦ green 234 ◦ blue 170
Shades of Medium Spring Green #10EAAA
Tints of Medium Spring Green #10EAAA
RGB
CMYK
RGB Variations
Color information
#10EAAA (or 0x10EAAA) is known color: Medium Spring Green. HEX triplet: 10, EA and AA. RGB value is (16,234,170). Sum of RGB (Red+Green+Blue) = 16+234+170=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #10EAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EAAA is #EF1555. Grayscale: #A1A1A1. Windows color (decimal): -15668566 or 11201040. OLE color: 11201040.
HSL color Cylindrical-coordinate representation of color #10EAAA: hue angle of 162.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EAAA is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 170 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.08 |
| HSL | 162.39º | 0.87% | 0.49% | - |
| HSV(B) | 162.39º | 0.93% | 0.92% | - |
| XYZ | 36.89 | 61.86 | 48.03 | - |
| YUV | 161.52 | 132.78 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 170 | 0.93 | 0 | 0.27 | 0.08 | 162.39 | 0.87 | 0.49 |
| Hex | 10 | EA | AA | 5D | 0 | 1B | 8 | A2 | 57 | 31 |
| Octal | 20 | 352 | 252 | 135 | 0 | 33 | 10 | 242 | 127 | 61 |
| Binary | 10000 | 11101010 | 10101010 | 1011101 | 0 | 11011 | 1000 | 10100010 | 1010111 | 110001 |
Color Harmonies of #10EAAA
Complementary color
Monochromatic Colors of #10EAAA
Black with #10EAAA
Text Example
Text Example
White with #10EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EAAA; }
p { color: rgb(16,234,170); }
H1.HeaderClassName
{
color: #10EAAA;
}
.AnyTagClassName
{
color: #10EAAA;
}
</style>
background-color css
<style>
a { background-color: #10EAAA; }
a { background-color: rgb(16,234,170); }
div.DivClassName
{
background-color: #10EAAA;
}
.BgClassName
{
background-color: #10EAAA;
}
</style>
border-color css
<style>
span { border-color: #10EAAA; }
span { border-color: rgb(16,234,170); }
td.TdClassName
{
border-color: #10EAAA;
}
.TagClassName
{
border-color: #10EAAA;
}
</style>