Shades of Medium Spring Green #05FFAA
Tints of Medium Spring Green #05FFAA
RGB
CMYK
RGB Variations
Color information
#05FFAA (or 0x05FFAA) is known color: Medium Spring Green. HEX triplet: 05, FF and AA. RGB value is (5,255,170). Sum of RGB (Red+Green+Blue) = 5+255+170=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FFAA is #FA0055. Grayscale: #AAAAAA. Windows color (decimal): -16384086 or 11206405. OLE color: 11206405.
HSL color Cylindrical-coordinate representation of color #05FFAA: hue angle of 159.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFAA is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 170 | - |
| CMYK | 0.98 | 0 | 0.33 | 0 |
| HSL | 159.6º | 1% | 0.51% | - |
| HSV(B) | 159.6º | 0.98% | 1% | - |
| XYZ | 43.08 | 74.45 | 50.13 | - |
| YUV | 170.56 | 127.68 | 9.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 170 | 0.98 | 0 | 0.33 | 0 | 159.6 | 1 | 0.51 |
| Hex | 5 | FF | AA | 62 | 0 | 21 | 0 | A0 | 64 | 33 |
| Octal | 5 | 377 | 252 | 142 | 0 | 41 | 0 | 240 | 144 | 63 |
| Binary | 101 | 11111111 | 10101010 | 1100010 | 0 | 100001 | 0 | 10100000 | 1100100 | 110011 |
Color Harmonies of #05FFAA
Complementary color
Monochromatic Colors of #05FFAA
Black with #05FFAA
Text Example
Text Example
White with #05FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFAA; }
p { color: rgb(5,255,170); }
H1.HeaderClassName
{
color: #05FFAA;
}
.AnyTagClassName
{
color: #05FFAA;
}
</style>
background-color css
<style>
a { background-color: #05FFAA; }
a { background-color: rgb(5,255,170); }
div.DivClassName
{
background-color: #05FFAA;
}
.BgClassName
{
background-color: #05FFAA;
}
</style>
border-color css
<style>
span { border-color: #05FFAA; }
span { border-color: rgb(5,255,170); }
td.TdClassName
{
border-color: #05FFAA;
}
.TagClassName
{
border-color: #05FFAA;
}
</style>