Shades of Shamrock #1DDDA5
Tints of Shamrock #1DDDA5
RGB
CMYK
RGB Variations
Color information
#1DDDA5 (or 0x1DDDA5) is known color: Shamrock. HEX triplet: 1D, DD and A5. RGB value is (29,221,165). Sum of RGB (Red+Green+Blue) = 29+221+165=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDDA5 is #E2225A. Grayscale: #9D9D9D. Windows color (decimal): -14819931 or 10870045. OLE color: 10870045.
HSL color Cylindrical-coordinate representation of color #1DDDA5: hue angle of 162.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDDA5 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 165 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.13 |
| HSL | 162.5º | 0.77% | 0.49% | - |
| HSV(B) | 162.5º | 0.87% | 0.87% | - |
| XYZ | 33.15 | 54.69 | 44.41 | - |
| YUV | 157.21 | 132.39 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 165 | 0.87 | 0 | 0.25 | 0.13 | 162.5 | 0.77 | 0.49 |
| Hex | 1D | DD | A5 | 57 | 0 | 19 | D | A2 | 4D | 31 |
| Octal | 35 | 335 | 245 | 127 | 0 | 31 | 15 | 242 | 115 | 61 |
| Binary | 11101 | 11011101 | 10100101 | 1010111 | 0 | 11001 | 1101 | 10100010 | 1001101 | 110001 |
Color Harmonies of #1DDDA5
Complementary color
Monochromatic Colors of #1DDDA5
Black with #1DDDA5
Text Example
Text Example
White with #1DDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDA5; }
p { color: rgb(29,221,165); }
H1.HeaderClassName
{
color: #1DDDA5;
}
.AnyTagClassName
{
color: #1DDDA5;
}
</style>
background-color css
<style>
a { background-color: #1DDDA5; }
a { background-color: rgb(29,221,165); }
div.DivClassName
{
background-color: #1DDDA5;
}
.BgClassName
{
background-color: #1DDDA5;
}
</style>
border-color css
<style>
span { border-color: #1DDDA5; }
span { border-color: rgb(29,221,165); }
td.TdClassName
{
border-color: #1DDDA5;
}
.TagClassName
{
border-color: #1DDDA5;
}
</style>