Shades of Shamrock #1DCDA4
Tints of Shamrock #1DCDA4
RGB
CMYK
RGB Variations
Color information
#1DCDA4 (or 0x1DCDA4) is known color: Shamrock. HEX triplet: 1D, CD and A4. RGB value is (29,205,164). Sum of RGB (Red+Green+Blue) = 29+205+164=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCDA4 is #E2325B. Grayscale: #939393. Windows color (decimal): -14824028 or 10800413. OLE color: 10800413.
HSL color Cylindrical-coordinate representation of color #1DCDA4: hue angle of 166.02º 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 #1DCDA4 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 164 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.20 |
| HSL | 166.02º | 0.75% | 0.46% | - |
| HSV(B) | 166.02º | 0.86% | 0.8% | - |
| XYZ | 29.04 | 46.6 | 42.59 | - |
| YUV | 147.7 | 137.19 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 164 | 0.86 | 0 | 0.2 | 0.20 | 166.02 | 0.75 | 0.46 |
| Hex | 1D | CD | A4 | 56 | 0 | 14 | 14 | A6 | 4B | 2E |
| Octal | 35 | 315 | 244 | 126 | 0 | 24 | 24 | 246 | 113 | 56 |
| Binary | 11101 | 11001101 | 10100100 | 1010110 | 0 | 10100 | 10100 | 10100110 | 1001011 | 101110 |
Color Harmonies of #1DCDA4
Complementary color
Monochromatic Colors of #1DCDA4
Black with #1DCDA4
Text Example
Text Example
White with #1DCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDA4; }
p { color: rgb(29,205,164); }
H1.HeaderClassName
{
color: #1DCDA4;
}
.AnyTagClassName
{
color: #1DCDA4;
}
</style>
background-color css
<style>
a { background-color: #1DCDA4; }
a { background-color: rgb(29,205,164); }
div.DivClassName
{
background-color: #1DCDA4;
}
.BgClassName
{
background-color: #1DCDA4;
}
</style>
border-color css
<style>
span { border-color: #1DCDA4; }
span { border-color: rgb(29,205,164); }
td.TdClassName
{
border-color: #1DCDA4;
}
.TagClassName
{
border-color: #1DCDA4;
}
</style>