Html Css Color HEX #1DEDB6 Medium Spring Green
📋 copy color: '#1DEDB6'red 29 ◦ green 237 ◦ blue 182
Shades of Medium Spring Green #1DEDB6
Tints of Medium Spring Green #1DEDB6
RGB
CMYK
RGB Variations
Color information
#1DEDB6 (or 0x1DEDB6) is known color: Medium Spring Green. HEX triplet: 1D, ED and B6. RGB value is (29,237,182). Sum of RGB (Red+Green+Blue) = 29+237+182=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDB6 is #E21249. Grayscale: #A8A8A8. Windows color (decimal): -14815818 or 11988253. OLE color: 11988253.
HSL color Cylindrical-coordinate representation of color #1DEDB6: hue angle of 164.13º degrees, saturation: 0.85, 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 #1DEDB6 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 182 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.07 |
| HSL | 164.13º | 0.85% | 0.52% | - |
| HSV(B) | 164.13º | 0.88% | 0.93% | - |
| XYZ | 39.23 | 64.21 | 54.58 | - |
| YUV | 168.54 | 135.59 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 182 | 0.88 | 0 | 0.23 | 0.07 | 164.13 | 0.85 | 0.52 |
| Hex | 1D | ED | B6 | 58 | 0 | 17 | 7 | A4 | 55 | 34 |
| Octal | 35 | 355 | 266 | 130 | 0 | 27 | 7 | 244 | 125 | 64 |
| Binary | 11101 | 11101101 | 10110110 | 1011000 | 0 | 10111 | 111 | 10100100 | 1010101 | 110100 |
Color Harmonies of #1DEDB6
Complementary color
Monochromatic Colors of #1DEDB6
Black with #1DEDB6
Text Example
Text Example
White with #1DEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDB6; }
p { color: rgb(29,237,182); }
H1.HeaderClassName
{
color: #1DEDB6;
}
.AnyTagClassName
{
color: #1DEDB6;
}
</style>
background-color css
<style>
a { background-color: #1DEDB6; }
a { background-color: rgb(29,237,182); }
div.DivClassName
{
background-color: #1DEDB6;
}
.BgClassName
{
background-color: #1DEDB6;
}
</style>
border-color css
<style>
span { border-color: #1DEDB6; }
span { border-color: rgb(29,237,182); }
td.TdClassName
{
border-color: #1DEDB6;
}
.TagClassName
{
border-color: #1DEDB6;
}
</style>