Html Css Color HEX #1FFAAA Medium Spring Green
📋 copy color: '#1FFAAA'red 31 ◦ green 250 ◦ blue 170
Shades of Medium Spring Green #1FFAAA
Tints of Medium Spring Green #1FFAAA
RGB
CMYK
RGB Variations
Color information
#1FFAAA (or 0x1FFAAA) is known color: Medium Spring Green. HEX triplet: 1F, FA and AA. RGB value is (31,250,170). Sum of RGB (Red+Green+Blue) = 31+250+170=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFAAA is #E00555. Grayscale: #AFAFAF. Windows color (decimal): -14681430 or 11205151. OLE color: 11205151.
HSL color Cylindrical-coordinate representation of color #1FFAAA: hue angle of 158.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAAA is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 170 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.02 |
| HSL | 158.08º | 0.96% | 0.55% | - |
| HSV(B) | 158.08º | 0.88% | 0.98% | - |
| XYZ | 42.01 | 71.56 | 49.63 | - |
| YUV | 175.4 | 124.95 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 170 | 0.88 | 0 | 0.32 | 0.02 | 158.08 | 0.96 | 0.55 |
| Hex | 1F | FA | AA | 58 | 0 | 20 | 2 | 9E | 60 | 37 |
| Octal | 37 | 372 | 252 | 130 | 0 | 40 | 2 | 236 | 140 | 67 |
| Binary | 11111 | 11111010 | 10101010 | 1011000 | 0 | 100000 | 10 | 10011110 | 1100000 | 110111 |
Color Harmonies of #1FFAAA
Complementary color
Monochromatic Colors of #1FFAAA
Black with #1FFAAA
Text Example
Text Example
White with #1FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAAA; }
p { color: rgb(31,250,170); }
H1.HeaderClassName
{
color: #1FFAAA;
}
.AnyTagClassName
{
color: #1FFAAA;
}
</style>
background-color css
<style>
a { background-color: #1FFAAA; }
a { background-color: rgb(31,250,170); }
div.DivClassName
{
background-color: #1FFAAA;
}
.BgClassName
{
background-color: #1FFAAA;
}
</style>
border-color css
<style>
span { border-color: #1FFAAA; }
span { border-color: rgb(31,250,170); }
td.TdClassName
{
border-color: #1FFAAA;
}
.TagClassName
{
border-color: #1FFAAA;
}
</style>