Shades of Shamrock #1DDFAB
Tints of Shamrock #1DDFAB
RGB
CMYK
RGB Variations
Color information
#1DDFAB (or 0x1DDFAB) is known color: Shamrock. HEX triplet: 1D, DF and AB. RGB value is (29,223,171). Sum of RGB (Red+Green+Blue) = 29+223+171=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDFAB is #E22054. Grayscale: #9F9F9F. Windows color (decimal): -14819413 or 11263773. OLE color: 11263773.
HSL color Cylindrical-coordinate representation of color #1DDFAB: hue angle of 163.92º 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 #1DDFAB is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 171 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.13 |
| HSL | 163.92º | 0.77% | 0.49% | - |
| HSV(B) | 163.92º | 0.87% | 0.87% | - |
| XYZ | 34.25 | 55.98 | 47.53 | - |
| YUV | 159.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 171 | 0.87 | 0 | 0.23 | 0.13 | 163.92 | 0.77 | 0.49 |
| Hex | 1D | DF | AB | 57 | 0 | 17 | D | A4 | 4D | 31 |
| Octal | 35 | 337 | 253 | 127 | 0 | 27 | 15 | 244 | 115 | 61 |
| Binary | 11101 | 11011111 | 10101011 | 1010111 | 0 | 10111 | 1101 | 10100100 | 1001101 | 110001 |
Color Harmonies of #1DDFAB
Complementary color
Monochromatic Colors of #1DDFAB
Black with #1DDFAB
Text Example
Text Example
White with #1DDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFAB; }
p { color: rgb(29,223,171); }
H1.HeaderClassName
{
color: #1DDFAB;
}
.AnyTagClassName
{
color: #1DDFAB;
}
</style>
background-color css
<style>
a { background-color: #1DDFAB; }
a { background-color: rgb(29,223,171); }
div.DivClassName
{
background-color: #1DDFAB;
}
.BgClassName
{
background-color: #1DDFAB;
}
</style>
border-color css
<style>
span { border-color: #1DDFAB; }
span { border-color: rgb(29,223,171); }
td.TdClassName
{
border-color: #1DDFAB;
}
.TagClassName
{
border-color: #1DDFAB;
}
</style>