Shades of Shamrock #1DCDA5
Tints of Shamrock #1DCDA5
RGB
CMYK
RGB Variations
Color information
#1DCDA5 (or 0x1DCDA5) is known color: Shamrock. HEX triplet: 1D, CD and A5. RGB value is (29,205,165). Sum of RGB (Red+Green+Blue) = 29+205+165=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDA5 is #E2325A. Grayscale: #939393. Windows color (decimal): -14824027 or 10865949. OLE color: 10865949.
HSL color Cylindrical-coordinate representation of color #1DCDA5: hue angle of 166.36º 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 #1DCDA5 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 165 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.20 |
| HSL | 166.36º | 0.75% | 0.46% | - |
| HSV(B) | 166.36º | 0.86% | 0.8% | - |
| XYZ | 29.13 | 46.64 | 43.06 | - |
| YUV | 147.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 165 | 0.86 | 0 | 0.20 | 0.20 | 166.36 | 0.75 | 0.46 |
| Hex | 1D | CD | A5 | 56 | 0 | 14 | 14 | A6 | 4B | 2E |
| Octal | 35 | 315 | 245 | 126 | 0 | 24 | 24 | 246 | 113 | 56 |
| Binary | 11101 | 11001101 | 10100101 | 1010110 | 0 | 10100 | 10100 | 10100110 | 1001011 | 101110 |
Color Harmonies of #1DCDA5
Complementary color
Monochromatic Colors of #1DCDA5
Black with #1DCDA5
Text Example
Text Example
White with #1DCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDA5; }
p { color: rgb(29,205,165); }
H1.HeaderClassName
{
color: #1DCDA5;
}
.AnyTagClassName
{
color: #1DCDA5;
}
</style>
background-color css
<style>
a { background-color: #1DCDA5; }
a { background-color: rgb(29,205,165); }
div.DivClassName
{
background-color: #1DCDA5;
}
.BgClassName
{
background-color: #1DCDA5;
}
</style>
border-color css
<style>
span { border-color: #1DCDA5; }
span { border-color: rgb(29,205,165); }
td.TdClassName
{
border-color: #1DCDA5;
}
.TagClassName
{
border-color: #1DCDA5;
}
</style>