Shades of Medium Spring Green #00FAA5
Tints of Medium Spring Green #00FAA5
RGB
CMYK
RGB Variations
Color information
#00FAA5 (or 0x00FAA5) is known color: Medium Spring Green. HEX triplet: 00, FA and A5. RGB value is (0,250,165). Sum of RGB (Red+Green+Blue) = 0+250+165=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FAA5 is #FF055A. Grayscale: #A5A5A5. Windows color (decimal): -16713051 or 10877440. OLE color: 10877440.
HSL color Cylindrical-coordinate representation of color #00FAA5: hue angle of 159.6º 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 #00FAA5 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 165 | - |
| CMYK | 1 | 0 | 0.34 | 0.02 |
| HSL | 159.6º | 1% | 0.49% | - |
| HSV(B) | 159.6º | 1% | 0.98% | - |
| XYZ | 40.98 | 71.09 | 47.16 | - |
| YUV | 165.56 | 127.68 | 9.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 165 | 1 | 0 | 0.34 | 0.02 | 159.6 | 1 | 0.49 |
| Hex | 0 | FA | A5 | 64 | 0 | 22 | 2 | A0 | 64 | 31 |
| Octal | 0 | 372 | 245 | 144 | 0 | 42 | 2 | 240 | 144 | 61 |
| Binary | 0 | 11111010 | 10100101 | 1100100 | 0 | 100010 | 10 | 10100000 | 1100100 | 110001 |
Color Harmonies of #00FAA5
Complementary color
Monochromatic Colors of #00FAA5
Black with #00FAA5
Text Example
Text Example
White with #00FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAA5; }
p { color: rgb(0,250,165); }
H1.HeaderClassName
{
color: #00FAA5;
}
.AnyTagClassName
{
color: #00FAA5;
}
</style>
background-color css
<style>
a { background-color: #00FAA5; }
a { background-color: rgb(0,250,165); }
div.DivClassName
{
background-color: #00FAA5;
}
.BgClassName
{
background-color: #00FAA5;
}
</style>
border-color css
<style>
span { border-color: #00FAA5; }
span { border-color: rgb(0,250,165); }
td.TdClassName
{
border-color: #00FAA5;
}
.TagClassName
{
border-color: #00FAA5;
}
</style>