Shades of Medium Spring Green #05ECAA
Tints of Medium Spring Green #05ECAA
RGB
CMYK
RGB Variations
Color information
#05ECAA (or 0x05ECAA) is known color: Medium Spring Green. HEX triplet: 05, EC and AA. RGB value is (5,236,170). Sum of RGB (Red+Green+Blue) = 5+236+170=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05ECAA is #FA1355. Grayscale: #9F9F9F. Windows color (decimal): -16388950 or 11201541. OLE color: 11201541.
HSL color Cylindrical-coordinate representation of color #05ECAA: hue angle of 162.86º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECAA is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 170 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.07 |
| HSL | 162.86º | 0.96% | 0.47% | - |
| HSV(B) | 162.86º | 0.98% | 0.93% | - |
| XYZ | 37.31 | 62.93 | 48.21 | - |
| YUV | 159.41 | 133.97 | 17.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 170 | 0.98 | 0 | 0.28 | 0.07 | 162.86 | 0.96 | 0.47 |
| Hex | 5 | EC | AA | 62 | 0 | 1C | 7 | A3 | 60 | 2F |
| Octal | 5 | 354 | 252 | 142 | 0 | 34 | 7 | 243 | 140 | 57 |
| Binary | 101 | 11101100 | 10101010 | 1100010 | 0 | 11100 | 111 | 10100011 | 1100000 | 101111 |
Color Harmonies of #05ECAA
Complementary color
Monochromatic Colors of #05ECAA
Black with #05ECAA
Text Example
Text Example
White with #05ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECAA; }
p { color: rgb(5,236,170); }
H1.HeaderClassName
{
color: #05ECAA;
}
.AnyTagClassName
{
color: #05ECAA;
}
</style>
background-color css
<style>
a { background-color: #05ECAA; }
a { background-color: rgb(5,236,170); }
div.DivClassName
{
background-color: #05ECAA;
}
.BgClassName
{
background-color: #05ECAA;
}
</style>
border-color css
<style>
span { border-color: #05ECAA; }
span { border-color: rgb(5,236,170); }
td.TdClassName
{
border-color: #05ECAA;
}
.TagClassName
{
border-color: #05ECAA;
}
</style>