Html Css Color HEX #1EFFBA Medium Spring Green
📋 copy color: '#1EFFBA'red 30 ◦ green 255 ◦ blue 186
Shades of Medium Spring Green #1EFFBA
Tints of Medium Spring Green #1EFFBA
RGB
CMYK
RGB Variations
Color information
#1EFFBA (or 0x1EFFBA) is known color: Medium Spring Green. HEX triplet: 1E, FF and BA. RGB value is (30,255,186). Sum of RGB (Red+Green+Blue) = 30+255+186=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFBA is #E10045. Grayscale: #B3B3B3. Windows color (decimal): -14745670 or 12255006. OLE color: 12255006.
HSL color Cylindrical-coordinate representation of color #1EFFBA: hue angle of 161.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFBA is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 186 | - |
| CMYK | 0.88 | 0 | 0.27 | 0 |
| HSL | 161.6º | 1% | 0.56% | - |
| HSV(B) | 161.6º | 0.88% | 1% | - |
| XYZ | 45.16 | 75.34 | 58.62 | - |
| YUV | 179.86 | 131.46 | 21.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 186 | 0.88 | 0 | 0.27 | 0 | 161.6 | 1 | 0.56 |
| Hex | 1E | FF | BA | 58 | 0 | 1B | 0 | A2 | 64 | 38 |
| Octal | 36 | 377 | 272 | 130 | 0 | 33 | 0 | 242 | 144 | 70 |
| Binary | 11110 | 11111111 | 10111010 | 1011000 | 0 | 11011 | 0 | 10100010 | 1100100 | 111000 |
Color Harmonies of #1EFFBA
Complementary color
Monochromatic Colors of #1EFFBA
Black with #1EFFBA
Text Example
Text Example
White with #1EFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFBA; }
p { color: rgb(30,255,186); }
H1.HeaderClassName
{
color: #1EFFBA;
}
.AnyTagClassName
{
color: #1EFFBA;
}
</style>
background-color css
<style>
a { background-color: #1EFFBA; }
a { background-color: rgb(30,255,186); }
div.DivClassName
{
background-color: #1EFFBA;
}
.BgClassName
{
background-color: #1EFFBA;
}
</style>
border-color css
<style>
span { border-color: #1EFFBA; }
span { border-color: rgb(30,255,186); }
td.TdClassName
{
border-color: #1EFFBA;
}
.TagClassName
{
border-color: #1EFFBA;
}
</style>