Shades of Medium Spring Green #05EAAA
Tints of Medium Spring Green #05EAAA
RGB
CMYK
RGB Variations
Color information
#05EAAA (or 0x05EAAA) is known color: Medium Spring Green. HEX triplet: 05, EA and AA. RGB value is (5,234,170). Sum of RGB (Red+Green+Blue) = 5+234+170=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #05EAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EAAA is #FA1555. Grayscale: #9E9E9E. Windows color (decimal): -16389462 or 11201029. OLE color: 11201029.
HSL color Cylindrical-coordinate representation of color #05EAAA: hue angle of 163.23º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EAAA is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 170 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.08 |
| HSL | 163.23º | 0.96% | 0.47% | - |
| HSV(B) | 163.23º | 0.98% | 0.92% | - |
| XYZ | 36.74 | 61.78 | 48.02 | - |
| YUV | 158.23 | 134.63 | 18.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 170 | 0.98 | 0 | 0.27 | 0.08 | 163.23 | 0.96 | 0.47 |
| Hex | 5 | EA | AA | 62 | 0 | 1B | 8 | A3 | 60 | 2F |
| Octal | 5 | 352 | 252 | 142 | 0 | 33 | 10 | 243 | 140 | 57 |
| Binary | 101 | 11101010 | 10101010 | 1100010 | 0 | 11011 | 1000 | 10100011 | 1100000 | 101111 |
Color Harmonies of #05EAAA
Complementary color
Monochromatic Colors of #05EAAA
Black with #05EAAA
Text Example
Text Example
White with #05EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EAAA; }
p { color: rgb(5,234,170); }
H1.HeaderClassName
{
color: #05EAAA;
}
.AnyTagClassName
{
color: #05EAAA;
}
</style>
background-color css
<style>
a { background-color: #05EAAA; }
a { background-color: rgb(5,234,170); }
div.DivClassName
{
background-color: #05EAAA;
}
.BgClassName
{
background-color: #05EAAA;
}
</style>
border-color css
<style>
span { border-color: #05EAAA; }
span { border-color: rgb(5,234,170); }
td.TdClassName
{
border-color: #05EAAA;
}
.TagClassName
{
border-color: #05EAAA;
}
</style>