Shades of Shamrock #1DDBAB
Tints of Shamrock #1DDBAB
RGB
CMYK
RGB Variations
Color information
#1DDBAB (or 0x1DDBAB) is known color: Shamrock. HEX triplet: 1D, DB and AB. RGB value is (29,219,171). Sum of RGB (Red+Green+Blue) = 29+219+171=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDBAB is #E22454. Grayscale: #9C9C9C. Windows color (decimal): -14820437 or 11262749. OLE color: 11262749.
HSL color Cylindrical-coordinate representation of color #1DDBAB: hue angle of 164.84º 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 #1DDBAB is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 171 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.14 |
| HSL | 164.84º | 0.77% | 0.49% | - |
| HSV(B) | 164.84º | 0.87% | 0.86% | - |
| XYZ | 33.19 | 53.86 | 47.18 | - |
| YUV | 156.72 | 136.05 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 171 | 0.87 | 0 | 0.22 | 0.14 | 164.84 | 0.77 | 0.49 |
| Hex | 1D | DB | AB | 57 | 0 | 16 | E | A5 | 4D | 31 |
| Octal | 35 | 333 | 253 | 127 | 0 | 26 | 16 | 245 | 115 | 61 |
| Binary | 11101 | 11011011 | 10101011 | 1010111 | 0 | 10110 | 1110 | 10100101 | 1001101 | 110001 |
Color Harmonies of #1DDBAB
Complementary color
Monochromatic Colors of #1DDBAB
Black with #1DDBAB
Text Example
Text Example
White with #1DDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBAB; }
p { color: rgb(29,219,171); }
H1.HeaderClassName
{
color: #1DDBAB;
}
.AnyTagClassName
{
color: #1DDBAB;
}
</style>
background-color css
<style>
a { background-color: #1DDBAB; }
a { background-color: rgb(29,219,171); }
div.DivClassName
{
background-color: #1DDBAB;
}
.BgClassName
{
background-color: #1DDBAB;
}
</style>
border-color css
<style>
span { border-color: #1DDBAB; }
span { border-color: rgb(29,219,171); }
td.TdClassName
{
border-color: #1DDBAB;
}
.TagClassName
{
border-color: #1DDBAB;
}
</style>