Shades of Shamrock #1DDCB0
Tints of Shamrock #1DDCB0
RGB
CMYK
RGB Variations
Color information
#1DDCB0 (or 0x1DDCB0) is known color: Shamrock. HEX triplet: 1D, DC and B0. RGB value is (29,220,176). Sum of RGB (Red+Green+Blue) = 29+220+176=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDCB0 is #E2234F. Grayscale: #9D9D9D. Windows color (decimal): -14820176 or 11590685. OLE color: 11590685.
HSL color Cylindrical-coordinate representation of color #1DDCB0: hue angle of 166.18º 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 #1DDCB0 is Cyan = 0.87, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 176 | - |
| CMYK | 0.87 | 0 | 0.2 | 0.14 |
| HSL | 166.18º | 0.77% | 0.49% | - |
| HSV(B) | 166.18º | 0.87% | 0.86% | - |
| XYZ | 33.94 | 54.58 | 49.82 | - |
| YUV | 157.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 176 | 0.87 | 0 | 0.2 | 0.14 | 166.18 | 0.77 | 0.49 |
| Hex | 1D | DC | B0 | 57 | 0 | 14 | E | A6 | 4D | 31 |
| Octal | 35 | 334 | 260 | 127 | 0 | 24 | 16 | 246 | 115 | 61 |
| Binary | 11101 | 11011100 | 10110000 | 1010111 | 0 | 10100 | 1110 | 10100110 | 1001101 | 110001 |
Color Harmonies of #1DDCB0
Complementary color
Monochromatic Colors of #1DDCB0
Black with #1DDCB0
Text Example
Text Example
White with #1DDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCB0; }
p { color: rgb(29,220,176); }
H1.HeaderClassName
{
color: #1DDCB0;
}
.AnyTagClassName
{
color: #1DDCB0;
}
</style>
background-color css
<style>
a { background-color: #1DDCB0; }
a { background-color: rgb(29,220,176); }
div.DivClassName
{
background-color: #1DDCB0;
}
.BgClassName
{
background-color: #1DDCB0;
}
</style>
border-color css
<style>
span { border-color: #1DDCB0; }
span { border-color: rgb(29,220,176); }
td.TdClassName
{
border-color: #1DDCB0;
}
.TagClassName
{
border-color: #1DDCB0;
}
</style>