Shades of Shamrock #1DCDA6
Tints of Shamrock #1DCDA6
RGB
CMYK
RGB Variations
Color information
#1DCDA6 (or 0x1DCDA6) is known color: Shamrock. HEX triplet: 1D, CD and A6. RGB value is (29,205,166). Sum of RGB (Red+Green+Blue) = 29+205+166=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDA6 is #E23259. Grayscale: #939393. Windows color (decimal): -14824026 or 10931485. OLE color: 10931485.
HSL color Cylindrical-coordinate representation of color #1DCDA6: hue angle of 166.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCDA6 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 166 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.20 |
| HSL | 166.7º | 0.75% | 0.46% | - |
| HSV(B) | 166.7º | 0.86% | 0.8% | - |
| XYZ | 29.22 | 46.68 | 43.55 | - |
| YUV | 147.93 | 138.19 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 166 | 0.86 | 0 | 0.19 | 0.20 | 166.7 | 0.75 | 0.46 |
| Hex | 1D | CD | A6 | 56 | 0 | 13 | 14 | A7 | 4B | 2E |
| Octal | 35 | 315 | 246 | 126 | 0 | 23 | 24 | 247 | 113 | 56 |
| Binary | 11101 | 11001101 | 10100110 | 1010110 | 0 | 10011 | 10100 | 10100111 | 1001011 | 101110 |
Color Harmonies of #1DCDA6
Complementary color
Monochromatic Colors of #1DCDA6
Black with #1DCDA6
Text Example
Text Example
White with #1DCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDA6; }
p { color: rgb(29,205,166); }
H1.HeaderClassName
{
color: #1DCDA6;
}
.AnyTagClassName
{
color: #1DCDA6;
}
</style>
background-color css
<style>
a { background-color: #1DCDA6; }
a { background-color: rgb(29,205,166); }
div.DivClassName
{
background-color: #1DCDA6;
}
.BgClassName
{
background-color: #1DCDA6;
}
</style>
border-color css
<style>
span { border-color: #1DCDA6; }
span { border-color: rgb(29,205,166); }
td.TdClassName
{
border-color: #1DCDA6;
}
.TagClassName
{
border-color: #1DCDA6;
}
</style>