Html Css Color HEX #1DECB0 Medium Spring Green
📋 copy color: '#1DECB0'red 29 ◦ green 236 ◦ blue 176
Shades of Medium Spring Green #1DECB0
Tints of Medium Spring Green #1DECB0
RGB
CMYK
RGB Variations
Color information
#1DECB0 (or 0x1DECB0) is known color: Medium Spring Green. HEX triplet: 1D, EC and B0. RGB value is (29,236,176). Sum of RGB (Red+Green+Blue) = 29+236+176=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DECB0 is #E2134F. Grayscale: #A7A7A7. Windows color (decimal): -14816080 or 11594781. OLE color: 11594781.
HSL color Cylindrical-coordinate representation of color #1DECB0: hue angle of 162.61º degrees, saturation: 0.84, 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 #1DECB0 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 176 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.07 |
| HSL | 162.61º | 0.84% | 0.52% | - |
| HSV(B) | 162.61º | 0.88% | 0.93% | - |
| XYZ | 38.34 | 63.39 | 51.29 | - |
| YUV | 167.27 | 132.92 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 176 | 0.88 | 0 | 0.25 | 0.07 | 162.61 | 0.84 | 0.52 |
| Hex | 1D | EC | B0 | 58 | 0 | 19 | 7 | A3 | 54 | 34 |
| Octal | 35 | 354 | 260 | 130 | 0 | 31 | 7 | 243 | 124 | 64 |
| Binary | 11101 | 11101100 | 10110000 | 1011000 | 0 | 11001 | 111 | 10100011 | 1010100 | 110100 |
Color Harmonies of #1DECB0
Complementary color
Monochromatic Colors of #1DECB0
Black with #1DECB0
Text Example
Text Example
White with #1DECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECB0; }
p { color: rgb(29,236,176); }
H1.HeaderClassName
{
color: #1DECB0;
}
.AnyTagClassName
{
color: #1DECB0;
}
</style>
background-color css
<style>
a { background-color: #1DECB0; }
a { background-color: rgb(29,236,176); }
div.DivClassName
{
background-color: #1DECB0;
}
.BgClassName
{
background-color: #1DECB0;
}
</style>
border-color css
<style>
span { border-color: #1DECB0; }
span { border-color: rgb(29,236,176); }
td.TdClassName
{
border-color: #1DECB0;
}
.TagClassName
{
border-color: #1DECB0;
}
</style>