Html Css Color HEX #1DEEAA Medium Spring Green
📋 copy color: '#1DEEAA'red 29 ◦ green 238 ◦ blue 170
Shades of Medium Spring Green #1DEEAA
Tints of Medium Spring Green #1DEEAA
RGB
CMYK
RGB Variations
Color information
#1DEEAA (or 0x1DEEAA) is known color: Medium Spring Green. HEX triplet: 1D, EE and AA. RGB value is (29,238,170). Sum of RGB (Red+Green+Blue) = 29+238+170=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 238 (93.36% from 255 or 54.46% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEEAA is #E21155. Grayscale: #A7A7A7. Windows color (decimal): -14815574 or 11202077. OLE color: 11202077.
HSL color Cylindrical-coordinate representation of color #1DEEAA: hue angle of 160.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEEAA is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 170 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.07 |
| HSL | 160.48º | 0.86% | 0.52% | - |
| HSV(B) | 160.48º | 0.88% | 0.93% | - |
| XYZ | 38.34 | 64.31 | 48.42 | - |
| YUV | 167.76 | 129.26 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 170 | 0.88 | 0 | 0.29 | 0.07 | 160.48 | 0.86 | 0.52 |
| Hex | 1D | EE | AA | 58 | 0 | 1D | 7 | A0 | 56 | 34 |
| Octal | 35 | 356 | 252 | 130 | 0 | 35 | 7 | 240 | 126 | 64 |
| Binary | 11101 | 11101110 | 10101010 | 1011000 | 0 | 11101 | 111 | 10100000 | 1010110 | 110100 |
Color Harmonies of #1DEEAA
Complementary color
Monochromatic Colors of #1DEEAA
Black with #1DEEAA
Text Example
Text Example
White with #1DEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEAA; }
p { color: rgb(29,238,170); }
H1.HeaderClassName
{
color: #1DEEAA;
}
.AnyTagClassName
{
color: #1DEEAA;
}
</style>
background-color css
<style>
a { background-color: #1DEEAA; }
a { background-color: rgb(29,238,170); }
div.DivClassName
{
background-color: #1DEEAA;
}
.BgClassName
{
background-color: #1DEEAA;
}
</style>
border-color css
<style>
span { border-color: #1DEEAA; }
span { border-color: rgb(29,238,170); }
td.TdClassName
{
border-color: #1DEEAA;
}
.TagClassName
{
border-color: #1DEEAA;
}
</style>