Shades of Medium Spring Green #07F9BC
Tints of Medium Spring Green #07F9BC
RGB
CMYK
RGB Variations
Color information
#07F9BC (or 0x07F9BC) is known color: Medium Spring Green. HEX triplet: 07, F9 and BC. RGB value is (7,249,188). Sum of RGB (Red+Green+Blue) = 7+249+188=444 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #07F9BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F9BC is #F80643. Grayscale: #A9A9A9. Windows color (decimal): -16254532 or 12384519. OLE color: 12384519.
HSL color Cylindrical-coordinate representation of color #07F9BC: hue angle of 164.88º degrees, saturation: 0.95, 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 #07F9BC is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 249 | 188 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.02 |
| HSL | 164.88º | 0.95% | 0.5% | - |
| HSV(B) | 164.88º | 0.97% | 0.98% | - |
| XYZ | 43.04 | 71.43 | 59.1 | - |
| YUV | 169.69 | 138.33 | 11.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 249 | 188 | 0.97 | 0 | 0.24 | 0.02 | 164.88 | 0.95 | 0.5 |
| Hex | 7 | F9 | BC | 61 | 0 | 18 | 2 | A5 | 5F | 32 |
| Octal | 7 | 371 | 274 | 141 | 0 | 30 | 2 | 245 | 137 | 62 |
| Binary | 111 | 11111001 | 10111100 | 1100001 | 0 | 11000 | 10 | 10100101 | 1011111 | 110010 |
Color Harmonies of #07F9BC
Complementary color
Monochromatic Colors of #07F9BC
Black with #07F9BC
Text Example
Text Example
White with #07F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F9BC; }
p { color: rgb(7,249,188); }
H1.HeaderClassName
{
color: #07F9BC;
}
.AnyTagClassName
{
color: #07F9BC;
}
</style>
background-color css
<style>
a { background-color: #07F9BC; }
a { background-color: rgb(7,249,188); }
div.DivClassName
{
background-color: #07F9BC;
}
.BgClassName
{
background-color: #07F9BC;
}
</style>
border-color css
<style>
span { border-color: #07F9BC; }
span { border-color: rgb(7,249,188); }
td.TdClassName
{
border-color: #07F9BC;
}
.TagClassName
{
border-color: #07F9BC;
}
</style>