Shades of Shamrock #1DDD9F
Tints of Shamrock #1DDD9F
RGB
CMYK
RGB Variations
Color information
#1DDD9F (or 0x1DDD9F) is known color: Shamrock. HEX triplet: 1D, DD and 9F. RGB value is (29,221,159). Sum of RGB (Red+Green+Blue) = 29+221+159=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDD9F is #E22260. Grayscale: #9C9C9C. Windows color (decimal): -14819937 or 10476829. OLE color: 10476829.
HSL color Cylindrical-coordinate representation of color #1DDD9F: hue angle of 160.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD9F is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 159 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.13 |
| HSL | 160.63º | 0.77% | 0.49% | - |
| HSV(B) | 160.63º | 0.87% | 0.87% | - |
| XYZ | 32.62 | 54.48 | 41.6 | - |
| YUV | 156.52 | 129.39 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 159 | 0.87 | 0 | 0.28 | 0.13 | 160.63 | 0.77 | 0.49 |
| Hex | 1D | DD | 9F | 57 | 0 | 1C | D | A1 | 4D | 31 |
| Octal | 35 | 335 | 237 | 127 | 0 | 34 | 15 | 241 | 115 | 61 |
| Binary | 11101 | 11011101 | 10011111 | 1010111 | 0 | 11100 | 1101 | 10100001 | 1001101 | 110001 |
Color Harmonies of #1DDD9F
Complementary color
Monochromatic Colors of #1DDD9F
Black with #1DDD9F
Text Example
Text Example
White with #1DDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD9F; }
p { color: rgb(29,221,159); }
H1.HeaderClassName
{
color: #1DDD9F;
}
.AnyTagClassName
{
color: #1DDD9F;
}
</style>
background-color css
<style>
a { background-color: #1DDD9F; }
a { background-color: rgb(29,221,159); }
div.DivClassName
{
background-color: #1DDD9F;
}
.BgClassName
{
background-color: #1DDD9F;
}
</style>
border-color css
<style>
span { border-color: #1DDD9F; }
span { border-color: rgb(29,221,159); }
td.TdClassName
{
border-color: #1DDD9F;
}
.TagClassName
{
border-color: #1DDD9F;
}
</style>