Shades of Medium Spring Green #00FAAB
Tints of Medium Spring Green #00FAAB
RGB
CMYK
RGB Variations
Color information
#00FAAB (or 0x00FAAB) is known color: Medium Spring Green. HEX triplet: 00, FA and AB. RGB value is (0,250,171). Sum of RGB (Red+Green+Blue) = 0+250+171=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FAAB is #FF0554. Grayscale: #A6A6A6. Windows color (decimal): -16713045 or 11270656. OLE color: 11270656.
HSL color Cylindrical-coordinate representation of color #00FAAB: hue angle of 161.04º 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 #00FAAB is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 171 | - |
| CMYK | 1 | 0 | 0.32 | 0.02 |
| HSL | 161.04º | 1% | 0.49% | - |
| HSV(B) | 161.04º | 1% | 0.98% | - |
| XYZ | 41.54 | 71.31 | 50.1 | - |
| YUV | 166.24 | 130.68 | 9.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 171 | 1 | 0 | 0.32 | 0.02 | 161.04 | 1 | 0.49 |
| Hex | 0 | FA | AB | 64 | 0 | 20 | 2 | A1 | 64 | 31 |
| Octal | 0 | 372 | 253 | 144 | 0 | 40 | 2 | 241 | 144 | 61 |
| Binary | 0 | 11111010 | 10101011 | 1100100 | 0 | 100000 | 10 | 10100001 | 1100100 | 110001 |
Color Harmonies of #00FAAB
Complementary color
Monochromatic Colors of #00FAAB
Black with #00FAAB
Text Example
Text Example
White with #00FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAAB; }
p { color: rgb(0,250,171); }
H1.HeaderClassName
{
color: #00FAAB;
}
.AnyTagClassName
{
color: #00FAAB;
}
</style>
background-color css
<style>
a { background-color: #00FAAB; }
a { background-color: rgb(0,250,171); }
div.DivClassName
{
background-color: #00FAAB;
}
.BgClassName
{
background-color: #00FAAB;
}
</style>
border-color css
<style>
span { border-color: #00FAAB; }
span { border-color: rgb(0,250,171); }
td.TdClassName
{
border-color: #00FAAB;
}
.TagClassName
{
border-color: #00FAAB;
}
</style>