Shades of Shamrock #1DDBA2
Tints of Shamrock #1DDBA2
RGB
CMYK
RGB Variations
Color information
#1DDBA2 (or 0x1DDBA2) is known color: Shamrock. HEX triplet: 1D, DB and A2. RGB value is (29,219,162). Sum of RGB (Red+Green+Blue) = 29+219+162=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDBA2 is #E2245D. Grayscale: #9B9B9B. Windows color (decimal): -14820446 or 10672925. OLE color: 10672925.
HSL color Cylindrical-coordinate representation of color #1DDBA2: hue angle of 162º 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 #1DDBA2 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 162 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.14 |
| HSL | 162º | 0.77% | 0.49% | - |
| HSV(B) | 162º | 0.87% | 0.86% | - |
| XYZ | 32.36 | 53.53 | 42.81 | - |
| YUV | 155.69 | 131.55 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 162 | 0.87 | 0 | 0.26 | 0.14 | 162 | 0.77 | 0.49 |
| Hex | 1D | DB | A2 | 57 | 0 | 1A | E | A2 | 4D | 31 |
| Octal | 35 | 333 | 242 | 127 | 0 | 32 | 16 | 242 | 115 | 61 |
| Binary | 11101 | 11011011 | 10100010 | 1010111 | 0 | 11010 | 1110 | 10100010 | 1001101 | 110001 |
Color Harmonies of #1DDBA2
Complementary color
Monochromatic Colors of #1DDBA2
Black with #1DDBA2
Text Example
Text Example
White with #1DDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBA2; }
p { color: rgb(29,219,162); }
H1.HeaderClassName
{
color: #1DDBA2;
}
.AnyTagClassName
{
color: #1DDBA2;
}
</style>
background-color css
<style>
a { background-color: #1DDBA2; }
a { background-color: rgb(29,219,162); }
div.DivClassName
{
background-color: #1DDBA2;
}
.BgClassName
{
background-color: #1DDBA2;
}
</style>
border-color css
<style>
span { border-color: #1DDBA2; }
span { border-color: rgb(29,219,162); }
td.TdClassName
{
border-color: #1DDBA2;
}
.TagClassName
{
border-color: #1DDBA2;
}
</style>