Shades of Shamrock #1DDBAC
Tints of Shamrock #1DDBAC
RGB
CMYK
RGB Variations
Color information
#1DDBAC (or 0x1DDBAC) is known color: Shamrock. HEX triplet: 1D, DB and AC. RGB value is (29,219,172). Sum of RGB (Red+Green+Blue) = 29+219+172=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDBAC is #E22453. Grayscale: #9C9C9C. Windows color (decimal): -14820436 or 11328285. OLE color: 11328285.
HSL color Cylindrical-coordinate representation of color #1DDBAC: hue angle of 165.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBAC is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 172 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.14 |
| HSL | 165.16º | 0.77% | 0.49% | - |
| HSV(B) | 165.16º | 0.87% | 0.86% | - |
| XYZ | 33.28 | 53.9 | 47.68 | - |
| YUV | 156.83 | 136.55 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 172 | 0.87 | 0 | 0.21 | 0.14 | 165.16 | 0.77 | 0.49 |
| Hex | 1D | DB | AC | 57 | 0 | 15 | E | A5 | 4D | 31 |
| Octal | 35 | 333 | 254 | 127 | 0 | 25 | 16 | 245 | 115 | 61 |
| Binary | 11101 | 11011011 | 10101100 | 1010111 | 0 | 10101 | 1110 | 10100101 | 1001101 | 110001 |
Color Harmonies of #1DDBAC
Complementary color
Monochromatic Colors of #1DDBAC
Black with #1DDBAC
Text Example
Text Example
White with #1DDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBAC; }
p { color: rgb(29,219,172); }
H1.HeaderClassName
{
color: #1DDBAC;
}
.AnyTagClassName
{
color: #1DDBAC;
}
</style>
background-color css
<style>
a { background-color: #1DDBAC; }
a { background-color: rgb(29,219,172); }
div.DivClassName
{
background-color: #1DDBAC;
}
.BgClassName
{
background-color: #1DDBAC;
}
</style>
border-color css
<style>
span { border-color: #1DDBAC; }
span { border-color: rgb(29,219,172); }
td.TdClassName
{
border-color: #1DDBAC;
}
.TagClassName
{
border-color: #1DDBAC;
}
</style>