Shades of Shamrock #1DDDAC
Tints of Shamrock #1DDDAC
RGB
CMYK
RGB Variations
Color information
#1DDDAC (or 0x1DDDAC) is known color: Shamrock. HEX triplet: 1D, DD and AC. RGB value is (29,221,172). Sum of RGB (Red+Green+Blue) = 29+221+172=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDDAC is #E22253. Grayscale: #9E9E9E. Windows color (decimal): -14819924 or 11328797. OLE color: 11328797.
HSL color Cylindrical-coordinate representation of color #1DDDAC: hue angle of 164.69º 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 #1DDDAC is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 172 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.13 |
| HSL | 164.69º | 0.77% | 0.49% | - |
| HSV(B) | 164.69º | 0.87% | 0.87% | - |
| XYZ | 33.81 | 54.95 | 47.85 | - |
| YUV | 158.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 172 | 0.87 | 0 | 0.22 | 0.13 | 164.69 | 0.77 | 0.49 |
| Hex | 1D | DD | AC | 57 | 0 | 16 | D | A5 | 4D | 31 |
| Octal | 35 | 335 | 254 | 127 | 0 | 26 | 15 | 245 | 115 | 61 |
| Binary | 11101 | 11011101 | 10101100 | 1010111 | 0 | 10110 | 1101 | 10100101 | 1001101 | 110001 |
Color Harmonies of #1DDDAC
Complementary color
Monochromatic Colors of #1DDDAC
Black with #1DDDAC
Text Example
Text Example
White with #1DDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDAC; }
p { color: rgb(29,221,172); }
H1.HeaderClassName
{
color: #1DDDAC;
}
.AnyTagClassName
{
color: #1DDDAC;
}
</style>
background-color css
<style>
a { background-color: #1DDDAC; }
a { background-color: rgb(29,221,172); }
div.DivClassName
{
background-color: #1DDDAC;
}
.BgClassName
{
background-color: #1DDDAC;
}
</style>
border-color css
<style>
span { border-color: #1DDDAC; }
span { border-color: rgb(29,221,172); }
td.TdClassName
{
border-color: #1DDDAC;
}
.TagClassName
{
border-color: #1DDDAC;
}
</style>