Shades of Medium Spring Green #07FAAA
Tints of Medium Spring Green #07FAAA
RGB
CMYK
RGB Variations
Color information
#07FAAA (or 0x07FAAA) is known color: Medium Spring Green. HEX triplet: 07, FA and AA. RGB value is (7,250,170). Sum of RGB (Red+Green+Blue) = 7+250+170=427 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #07FAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07FAAA is #F80555. Grayscale: #A8A8A8. Windows color (decimal): -16254294 or 11205127. OLE color: 11205127.
HSL color Cylindrical-coordinate representation of color #07FAAA: hue angle of 160.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FAAA is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 170 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.02 |
| HSL | 160.25º | 0.96% | 0.5% | - |
| HSV(B) | 160.25º | 0.97% | 0.98% | - |
| XYZ | 41.53 | 71.32 | 49.61 | - |
| YUV | 168.22 | 128.99 | 13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 170 | 0.97 | 0 | 0.32 | 0.02 | 160.25 | 0.96 | 0.5 |
| Hex | 7 | FA | AA | 61 | 0 | 20 | 2 | A0 | 60 | 32 |
| Octal | 7 | 372 | 252 | 141 | 0 | 40 | 2 | 240 | 140 | 62 |
| Binary | 111 | 11111010 | 10101010 | 1100001 | 0 | 100000 | 10 | 10100000 | 1100000 | 110010 |
Color Harmonies of #07FAAA
Complementary color
Monochromatic Colors of #07FAAA
Black with #07FAAA
Text Example
Text Example
White with #07FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FAAA; }
p { color: rgb(7,250,170); }
H1.HeaderClassName
{
color: #07FAAA;
}
.AnyTagClassName
{
color: #07FAAA;
}
</style>
background-color css
<style>
a { background-color: #07FAAA; }
a { background-color: rgb(7,250,170); }
div.DivClassName
{
background-color: #07FAAA;
}
.BgClassName
{
background-color: #07FAAA;
}
</style>
border-color css
<style>
span { border-color: #07FAAA; }
span { border-color: rgb(7,250,170); }
td.TdClassName
{
border-color: #07FAAA;
}
.TagClassName
{
border-color: #07FAAA;
}
</style>