Html Css Color HEX #1EFAAA Medium Spring Green
📋 copy color: '#1EFAAA'red 30 ◦ green 250 ◦ blue 170
Shades of Medium Spring Green #1EFAAA
Tints of Medium Spring Green #1EFAAA
RGB
CMYK
RGB Variations
Color information
#1EFAAA (or 0x1EFAAA) is known color: Medium Spring Green. HEX triplet: 1E, FA and AA. RGB value is (30,250,170). Sum of RGB (Red+Green+Blue) = 30+250+170=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFAAA is #E10555. Grayscale: #AFAFAF. Windows color (decimal): -14746966 or 11205150. OLE color: 11205150.
HSL color Cylindrical-coordinate representation of color #1EFAAA: hue angle of 158.18º 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 #1EFAAA is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 170 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.02 |
| HSL | 158.18º | 0.96% | 0.55% | - |
| HSV(B) | 158.18º | 0.88% | 0.98% | - |
| XYZ | 41.98 | 71.55 | 49.63 | - |
| YUV | 175.1 | 125.11 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 170 | 0.88 | 0 | 0.32 | 0.02 | 158.18 | 0.96 | 0.55 |
| Hex | 1E | FA | AA | 58 | 0 | 20 | 2 | 9E | 60 | 37 |
| Octal | 36 | 372 | 252 | 130 | 0 | 40 | 2 | 236 | 140 | 67 |
| Binary | 11110 | 11111010 | 10101010 | 1011000 | 0 | 100000 | 10 | 10011110 | 1100000 | 110111 |
Color Harmonies of #1EFAAA
Complementary color
Monochromatic Colors of #1EFAAA
Black with #1EFAAA
Text Example
Text Example
White with #1EFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFAAA; }
p { color: rgb(30,250,170); }
H1.HeaderClassName
{
color: #1EFAAA;
}
.AnyTagClassName
{
color: #1EFAAA;
}
</style>
background-color css
<style>
a { background-color: #1EFAAA; }
a { background-color: rgb(30,250,170); }
div.DivClassName
{
background-color: #1EFAAA;
}
.BgClassName
{
background-color: #1EFAAA;
}
</style>
border-color css
<style>
span { border-color: #1EFAAA; }
span { border-color: rgb(30,250,170); }
td.TdClassName
{
border-color: #1EFAAA;
}
.TagClassName
{
border-color: #1EFAAA;
}
</style>