Shades of Medium Spring Green #00FAA8
Tints of Medium Spring Green #00FAA8
RGB
CMYK
RGB Variations
Color information
#00FAA8 (or 0x00FAA8) is known color: Medium Spring Green. HEX triplet: 00, FA and A8. RGB value is (0,250,168). Sum of RGB (Red+Green+Blue) = 0+250+168=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FAA8 is #FF0557. Grayscale: #A5A5A5. Windows color (decimal): -16713048 or 11074048. OLE color: 11074048.
HSL color Cylindrical-coordinate representation of color #00FAA8: hue angle of 160.32º 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 #00FAA8 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 168 | - |
| CMYK | 1 | 0 | 0.33 | 0.02 |
| HSL | 160.32º | 1% | 0.49% | - |
| HSV(B) | 160.32º | 1% | 0.98% | - |
| XYZ | 41.25 | 71.2 | 48.61 | - |
| YUV | 165.9 | 129.18 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 168 | 1 | 0 | 0.33 | 0.02 | 160.32 | 1 | 0.49 |
| Hex | 0 | FA | A8 | 64 | 0 | 21 | 2 | A0 | 64 | 31 |
| Octal | 0 | 372 | 250 | 144 | 0 | 41 | 2 | 240 | 144 | 61 |
| Binary | 0 | 11111010 | 10101000 | 1100100 | 0 | 100001 | 10 | 10100000 | 1100100 | 110001 |
Color Harmonies of #00FAA8
Complementary color
Monochromatic Colors of #00FAA8
Black with #00FAA8
Text Example
Text Example
White with #00FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAA8; }
p { color: rgb(0,250,168); }
H1.HeaderClassName
{
color: #00FAA8;
}
.AnyTagClassName
{
color: #00FAA8;
}
</style>
background-color css
<style>
a { background-color: #00FAA8; }
a { background-color: rgb(0,250,168); }
div.DivClassName
{
background-color: #00FAA8;
}
.BgClassName
{
background-color: #00FAA8;
}
</style>
border-color css
<style>
span { border-color: #00FAA8; }
span { border-color: rgb(0,250,168); }
td.TdClassName
{
border-color: #00FAA8;
}
.TagClassName
{
border-color: #00FAA8;
}
</style>