Shades of Medium Spring Green #03FAA0
Tints of Medium Spring Green #03FAA0
RGB
CMYK
RGB Variations
Color information
#03FAA0 (or 0x03FAA0) is known color: Medium Spring Green. HEX triplet: 03, FA and A0. RGB value is (3,250,160). Sum of RGB (Red+Green+Blue) = 3+250+160=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #03FAA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FAA0 is #FC055F. Grayscale: #A6A6A6. Windows color (decimal): -16516448 or 10549763. OLE color: 10549763.
HSL color Cylindrical-coordinate representation of color #03FAA0: hue angle of 158.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FAA0 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 160 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.02 |
| HSL | 158.14º | 0.98% | 0.5% | - |
| HSV(B) | 158.14º | 0.99% | 0.98% | - |
| XYZ | 40.57 | 70.93 | 44.81 | - |
| YUV | 165.89 | 124.67 | 11.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 160 | 0.99 | 0 | 0.36 | 0.02 | 158.14 | 0.98 | 0.5 |
| Hex | 3 | FA | A0 | 63 | 0 | 24 | 2 | 9E | 62 | 32 |
| Octal | 3 | 372 | 240 | 143 | 0 | 44 | 2 | 236 | 142 | 62 |
| Binary | 11 | 11111010 | 10100000 | 1100011 | 0 | 100100 | 10 | 10011110 | 1100010 | 110010 |
Color Harmonies of #03FAA0
Complementary color
Monochromatic Colors of #03FAA0
Black with #03FAA0
Text Example
Text Example
White with #03FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FAA0; }
p { color: rgb(3,250,160); }
H1.HeaderClassName
{
color: #03FAA0;
}
.AnyTagClassName
{
color: #03FAA0;
}
</style>
background-color css
<style>
a { background-color: #03FAA0; }
a { background-color: rgb(3,250,160); }
div.DivClassName
{
background-color: #03FAA0;
}
.BgClassName
{
background-color: #03FAA0;
}
</style>
border-color css
<style>
span { border-color: #03FAA0; }
span { border-color: rgb(3,250,160); }
td.TdClassName
{
border-color: #03FAA0;
}
.TagClassName
{
border-color: #03FAA0;
}
</style>