Shades of Medium Spring Green #00FAAC
Tints of Medium Spring Green #00FAAC
RGB
CMYK
RGB Variations
Color information
#00FAAC (or 0x00FAAC) is known color: Medium Spring Green. HEX triplet: 00, FA and AC. RGB value is (0,250,172). Sum of RGB (Red+Green+Blue) = 0+250+172=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FAAC is #FF0553. Grayscale: #A6A6A6. Windows color (decimal): -16713044 or 11336192. OLE color: 11336192.
HSL color Cylindrical-coordinate representation of color #00FAAC: hue angle of 161.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAAC is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 172 | - |
| CMYK | 1 | 0 | 0.31 | 0.02 |
| HSL | 161.28º | 1% | 0.49% | - |
| HSV(B) | 161.28º | 1% | 0.98% | - |
| XYZ | 41.63 | 71.35 | 50.61 | - |
| YUV | 166.36 | 131.18 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 172 | 1 | 0 | 0.31 | 0.02 | 161.28 | 1 | 0.49 |
| Hex | 0 | FA | AC | 64 | 0 | 1F | 2 | A1 | 64 | 31 |
| Octal | 0 | 372 | 254 | 144 | 0 | 37 | 2 | 241 | 144 | 61 |
| Binary | 0 | 11111010 | 10101100 | 1100100 | 0 | 11111 | 10 | 10100001 | 1100100 | 110001 |
Color Harmonies of #00FAAC
Complementary color
Monochromatic Colors of #00FAAC
Black with #00FAAC
Text Example
Text Example
White with #00FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAAC; }
p { color: rgb(0,250,172); }
H1.HeaderClassName
{
color: #00FAAC;
}
.AnyTagClassName
{
color: #00FAAC;
}
</style>
background-color css
<style>
a { background-color: #00FAAC; }
a { background-color: rgb(0,250,172); }
div.DivClassName
{
background-color: #00FAAC;
}
.BgClassName
{
background-color: #00FAAC;
}
</style>
border-color css
<style>
span { border-color: #00FAAC; }
span { border-color: rgb(0,250,172); }
td.TdClassName
{
border-color: #00FAAC;
}
.TagClassName
{
border-color: #00FAAC;
}
</style>