Shades of Shamrock #1DDCB6
Tints of Shamrock #1DDCB6
RGB
CMYK
RGB Variations
Color information
#1DDCB6 (or 0x1DDCB6) is known color: Shamrock. HEX triplet: 1D, DC and B6. RGB value is (29,220,182). Sum of RGB (Red+Green+Blue) = 29+220+182=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCB6 is #E22349. Grayscale: #9E9E9E. Windows color (decimal): -14820170 or 11983901. OLE color: 11983901.
HSL color Cylindrical-coordinate representation of color #1DDCB6: hue angle of 168.06º 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 #1DDCB6 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 182 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.14 |
| HSL | 168.06º | 0.77% | 0.49% | - |
| HSV(B) | 168.06º | 0.87% | 0.86% | - |
| XYZ | 34.54 | 54.83 | 53.02 | - |
| YUV | 158.56 | 141.22 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 182 | 0.87 | 0 | 0.17 | 0.14 | 168.06 | 0.77 | 0.49 |
| Hex | 1D | DC | B6 | 57 | 0 | 11 | E | A8 | 4D | 31 |
| Octal | 35 | 334 | 266 | 127 | 0 | 21 | 16 | 250 | 115 | 61 |
| Binary | 11101 | 11011100 | 10110110 | 1010111 | 0 | 10001 | 1110 | 10101000 | 1001101 | 110001 |
Color Harmonies of #1DDCB6
Complementary color
Monochromatic Colors of #1DDCB6
Black with #1DDCB6
Text Example
Text Example
White with #1DDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCB6; }
p { color: rgb(29,220,182); }
H1.HeaderClassName
{
color: #1DDCB6;
}
.AnyTagClassName
{
color: #1DDCB6;
}
</style>
background-color css
<style>
a { background-color: #1DDCB6; }
a { background-color: rgb(29,220,182); }
div.DivClassName
{
background-color: #1DDCB6;
}
.BgClassName
{
background-color: #1DDCB6;
}
</style>
border-color css
<style>
span { border-color: #1DDCB6; }
span { border-color: rgb(29,220,182); }
td.TdClassName
{
border-color: #1DDCB6;
}
.TagClassName
{
border-color: #1DDCB6;
}
</style>