Shades of Shamrock #1DDFAC
Tints of Shamrock #1DDFAC
RGB
CMYK
RGB Variations
Color information
#1DDFAC (or 0x1DDFAC) is known color: Shamrock. HEX triplet: 1D, DF and AC. RGB value is (29,223,172). Sum of RGB (Red+Green+Blue) = 29+223+172=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDFAC is #E22053. Grayscale: #9F9F9F. Windows color (decimal): -14819412 or 11329309. OLE color: 11329309.
HSL color Cylindrical-coordinate representation of color #1DDFAC: hue angle of 164.23º 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 #1DDFAC is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 172 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.13 |
| HSL | 164.23º | 0.77% | 0.49% | - |
| HSV(B) | 164.23º | 0.87% | 0.87% | - |
| XYZ | 34.34 | 56.02 | 48.03 | - |
| YUV | 159.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 172 | 0.87 | 0 | 0.23 | 0.13 | 164.23 | 0.77 | 0.49 |
| Hex | 1D | DF | AC | 57 | 0 | 17 | D | A4 | 4D | 31 |
| Octal | 35 | 337 | 254 | 127 | 0 | 27 | 15 | 244 | 115 | 61 |
| Binary | 11101 | 11011111 | 10101100 | 1010111 | 0 | 10111 | 1101 | 10100100 | 1001101 | 110001 |
Color Harmonies of #1DDFAC
Complementary color
Monochromatic Colors of #1DDFAC
Black with #1DDFAC
Text Example
Text Example
White with #1DDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFAC; }
p { color: rgb(29,223,172); }
H1.HeaderClassName
{
color: #1DDFAC;
}
.AnyTagClassName
{
color: #1DDFAC;
}
</style>
background-color css
<style>
a { background-color: #1DDFAC; }
a { background-color: rgb(29,223,172); }
div.DivClassName
{
background-color: #1DDFAC;
}
.BgClassName
{
background-color: #1DDFAC;
}
</style>
border-color css
<style>
span { border-color: #1DDFAC; }
span { border-color: rgb(29,223,172); }
td.TdClassName
{
border-color: #1DDFAC;
}
.TagClassName
{
border-color: #1DDFAC;
}
</style>