Shades of Medium Spring Green #05FAAA
Tints of Medium Spring Green #05FAAA
RGB
CMYK
RGB Variations
Color information
#05FAAA (or 0x05FAAA) is known color: Medium Spring Green. HEX triplet: 05, FA and AA. RGB value is (5,250,170). Sum of RGB (Red+Green+Blue) = 5+250+170=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #05FAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FAAA is #FA0555. Grayscale: #A7A7A7. Windows color (decimal): -16385366 or 11205125. OLE color: 11205125.
HSL color Cylindrical-coordinate representation of color #05FAAA: hue angle of 160.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FAAA is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 170 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.02 |
| HSL | 160.41º | 0.96% | 0.5% | - |
| HSV(B) | 160.41º | 0.98% | 0.98% | - |
| XYZ | 41.5 | 71.31 | 49.61 | - |
| YUV | 167.63 | 129.33 | 12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 170 | 0.98 | 0 | 0.32 | 0.02 | 160.41 | 0.96 | 0.5 |
| Hex | 5 | FA | AA | 62 | 0 | 20 | 2 | A0 | 60 | 32 |
| Octal | 5 | 372 | 252 | 142 | 0 | 40 | 2 | 240 | 140 | 62 |
| Binary | 101 | 11111010 | 10101010 | 1100010 | 0 | 100000 | 10 | 10100000 | 1100000 | 110010 |
Color Harmonies of #05FAAA
Complementary color
Monochromatic Colors of #05FAAA
Black with #05FAAA
Text Example
Text Example
White with #05FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FAAA; }
p { color: rgb(5,250,170); }
H1.HeaderClassName
{
color: #05FAAA;
}
.AnyTagClassName
{
color: #05FAAA;
}
</style>
background-color css
<style>
a { background-color: #05FAAA; }
a { background-color: rgb(5,250,170); }
div.DivClassName
{
background-color: #05FAAA;
}
.BgClassName
{
background-color: #05FAAA;
}
</style>
border-color css
<style>
span { border-color: #05FAAA; }
span { border-color: rgb(5,250,170); }
td.TdClassName
{
border-color: #05FAAA;
}
.TagClassName
{
border-color: #05FAAA;
}
</style>