Shades of Medium Spring Green #07ECAC
Tints of Medium Spring Green #07ECAC
RGB
CMYK
RGB Variations
Color information
#07ECAC (or 0x07ECAC) is known color: Medium Spring Green. HEX triplet: 07, EC and AC. RGB value is (7,236,172). Sum of RGB (Red+Green+Blue) = 7+236+172=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 236 (92.58% from 255 or 56.87% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07ECAC is #F81353. Grayscale: #A0A0A0. Windows color (decimal): -16257876 or 11332615. OLE color: 11332615.
HSL color Cylindrical-coordinate representation of color #07ECAC: hue angle of 163.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ECAC is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 172 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.07 |
| HSL | 163.23º | 0.94% | 0.48% | - |
| HSV(B) | 163.23º | 0.97% | 0.93% | - |
| XYZ | 37.53 | 63.01 | 49.21 | - |
| YUV | 160.23 | 134.63 | 18.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 172 | 0.97 | 0 | 0.27 | 0.07 | 163.23 | 0.94 | 0.48 |
| Hex | 7 | EC | AC | 61 | 0 | 1B | 7 | A3 | 5E | 30 |
| Octal | 7 | 354 | 254 | 141 | 0 | 33 | 7 | 243 | 136 | 60 |
| Binary | 111 | 11101100 | 10101100 | 1100001 | 0 | 11011 | 111 | 10100011 | 1011110 | 110000 |
Color Harmonies of #07ECAC
Complementary color
Monochromatic Colors of #07ECAC
Black with #07ECAC
Text Example
Text Example
White with #07ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECAC; }
p { color: rgb(7,236,172); }
H1.HeaderClassName
{
color: #07ECAC;
}
.AnyTagClassName
{
color: #07ECAC;
}
</style>
background-color css
<style>
a { background-color: #07ECAC; }
a { background-color: rgb(7,236,172); }
div.DivClassName
{
background-color: #07ECAC;
}
.BgClassName
{
background-color: #07ECAC;
}
</style>
border-color css
<style>
span { border-color: #07ECAC; }
span { border-color: rgb(7,236,172); }
td.TdClassName
{
border-color: #07ECAC;
}
.TagClassName
{
border-color: #07ECAC;
}
</style>