Html Css Color HEX #1DF0BA Medium Spring Green
📋 copy color: '#1DF0BA'red 29 ◦ green 240 ◦ blue 186
Shades of Medium Spring Green #1DF0BA
Tints of Medium Spring Green #1DF0BA
RGB
CMYK
RGB Variations
Color information
#1DF0BA (or 0x1DF0BA) is known color: Medium Spring Green. HEX triplet: 1D, F0 and BA. RGB value is (29,240,186). Sum of RGB (Red+Green+Blue) = 29+240+186=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF0BA is #E20F45. Grayscale: #AAAAAA. Windows color (decimal): -14815046 or 12251165. OLE color: 12251165.
HSL color Cylindrical-coordinate representation of color #1DF0BA: hue angle of 164.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF0BA is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 186 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.06 |
| HSL | 164.64º | 0.88% | 0.53% | - |
| HSV(B) | 164.64º | 0.88% | 0.94% | - |
| XYZ | 40.53 | 66.13 | 57.08 | - |
| YUV | 170.76 | 136.6 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 186 | 0.88 | 0 | 0.22 | 0.06 | 164.64 | 0.88 | 0.53 |
| Hex | 1D | F0 | BA | 58 | 0 | 16 | 6 | A5 | 58 | 35 |
| Octal | 35 | 360 | 272 | 130 | 0 | 26 | 6 | 245 | 130 | 65 |
| Binary | 11101 | 11110000 | 10111010 | 1011000 | 0 | 10110 | 110 | 10100101 | 1011000 | 110101 |
Color Harmonies of #1DF0BA
Complementary color
Monochromatic Colors of #1DF0BA
Black with #1DF0BA
Text Example
Text Example
White with #1DF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0BA; }
p { color: rgb(29,240,186); }
H1.HeaderClassName
{
color: #1DF0BA;
}
.AnyTagClassName
{
color: #1DF0BA;
}
</style>
background-color css
<style>
a { background-color: #1DF0BA; }
a { background-color: rgb(29,240,186); }
div.DivClassName
{
background-color: #1DF0BA;
}
.BgClassName
{
background-color: #1DF0BA;
}
</style>
border-color css
<style>
span { border-color: #1DF0BA; }
span { border-color: rgb(29,240,186); }
td.TdClassName
{
border-color: #1DF0BA;
}
.TagClassName
{
border-color: #1DF0BA;
}
</style>