Html Css Color HEX #1DFCBC Medium Spring Green
📋 copy color: '#1DFCBC'red 29 ◦ green 252 ◦ blue 188
Shades of Medium Spring Green #1DFCBC
Tints of Medium Spring Green #1DFCBC
RGB
CMYK
RGB Variations
Color information
#1DFCBC (or 0x1DFCBC) is known color: Medium Spring Green. HEX triplet: 1D, FC and BC. RGB value is (29,252,188). Sum of RGB (Red+Green+Blue) = 29+252+188=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFCBC is #E20343. Grayscale: #B2B2B2. Windows color (decimal): -14811972 or 12385309. OLE color: 12385309.
HSL color Cylindrical-coordinate representation of color #1DFCBC: hue angle of 162.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFCBC is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 188 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.01 |
| HSL | 162.78º | 0.97% | 0.55% | - |
| HSV(B) | 162.78º | 0.88% | 0.99% | - |
| XYZ | 44.39 | 73.51 | 59.43 | - |
| YUV | 178.03 | 133.62 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 188 | 0.88 | 0 | 0.25 | 0.01 | 162.78 | 0.97 | 0.55 |
| Hex | 1D | FC | BC | 58 | 0 | 19 | 1 | A3 | 61 | 37 |
| Octal | 35 | 374 | 274 | 130 | 0 | 31 | 1 | 243 | 141 | 67 |
| Binary | 11101 | 11111100 | 10111100 | 1011000 | 0 | 11001 | 1 | 10100011 | 1100001 | 110111 |
Color Harmonies of #1DFCBC
Complementary color
Monochromatic Colors of #1DFCBC
Black with #1DFCBC
Text Example
Text Example
White with #1DFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFCBC; }
p { color: rgb(29,252,188); }
H1.HeaderClassName
{
color: #1DFCBC;
}
.AnyTagClassName
{
color: #1DFCBC;
}
</style>
background-color css
<style>
a { background-color: #1DFCBC; }
a { background-color: rgb(29,252,188); }
div.DivClassName
{
background-color: #1DFCBC;
}
.BgClassName
{
background-color: #1DFCBC;
}
</style>
border-color css
<style>
span { border-color: #1DFCBC; }
span { border-color: rgb(29,252,188); }
td.TdClassName
{
border-color: #1DFCBC;
}
.TagClassName
{
border-color: #1DFCBC;
}
</style>