Html Css Color HEX #1DECB2 Medium Spring Green
📋 copy color: '#1DECB2'red 29 ◦ green 236 ◦ blue 178
Shades of Medium Spring Green #1DECB2
Tints of Medium Spring Green #1DECB2
RGB
CMYK
RGB Variations
Color information
#1DECB2 (or 0x1DECB2) is known color: Medium Spring Green. HEX triplet: 1D, EC and B2. RGB value is (29,236,178). Sum of RGB (Red+Green+Blue) = 29+236+178=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DECB2 is #E2134D. Grayscale: #A7A7A7. Windows color (decimal): -14816078 or 11725853. OLE color: 11725853.
HSL color Cylindrical-coordinate representation of color #1DECB2: hue angle of 163.19º 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 #1DECB2 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 178 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.07 |
| HSL | 163.19º | 0.84% | 0.52% | - |
| HSV(B) | 163.19º | 0.88% | 0.93% | - |
| XYZ | 38.54 | 63.47 | 52.34 | - |
| YUV | 167.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 178 | 0.88 | 0 | 0.25 | 0.07 | 163.19 | 0.84 | 0.52 |
| Hex | 1D | EC | B2 | 58 | 0 | 19 | 7 | A3 | 54 | 34 |
| Octal | 35 | 354 | 262 | 130 | 0 | 31 | 7 | 243 | 124 | 64 |
| Binary | 11101 | 11101100 | 10110010 | 1011000 | 0 | 11001 | 111 | 10100011 | 1010100 | 110100 |
Color Harmonies of #1DECB2
Complementary color
Monochromatic Colors of #1DECB2
Black with #1DECB2
Text Example
Text Example
White with #1DECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECB2; }
p { color: rgb(29,236,178); }
H1.HeaderClassName
{
color: #1DECB2;
}
.AnyTagClassName
{
color: #1DECB2;
}
</style>
background-color css
<style>
a { background-color: #1DECB2; }
a { background-color: rgb(29,236,178); }
div.DivClassName
{
background-color: #1DECB2;
}
.BgClassName
{
background-color: #1DECB2;
}
</style>
border-color css
<style>
span { border-color: #1DECB2; }
span { border-color: rgb(29,236,178); }
td.TdClassName
{
border-color: #1DECB2;
}
.TagClassName
{
border-color: #1DECB2;
}
</style>