Shades of Shamrock #29DCA6
Tints of Shamrock #29DCA6
RGB
CMYK
RGB Variations
Color information
#29DCA6 (or 0x29DCA6) is known color: Shamrock. HEX triplet: 29, DC and A6. RGB value is (41,220,166). Sum of RGB (Red+Green+Blue) = 41+220+166=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DCA6 is #D62359. Grayscale: #A0A0A0. Windows color (decimal): -14033754 or 10935337. OLE color: 10935337.
HSL color Cylindrical-coordinate representation of color #29DCA6: hue angle of 161.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCA6 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 166 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.14 |
| HSL | 161.9º | 0.72% | 0.51% | - |
| HSV(B) | 161.9º | 0.81% | 0.86% | - |
| XYZ | 33.39 | 54.41 | 44.82 | - |
| YUV | 160.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 166 | 0.81 | 0 | 0.25 | 0.14 | 161.9 | 0.72 | 0.51 |
| Hex | 29 | DC | A6 | 51 | 0 | 19 | E | A2 | 48 | 33 |
| Octal | 51 | 334 | 246 | 121 | 0 | 31 | 16 | 242 | 110 | 63 |
| Binary | 101001 | 11011100 | 10100110 | 1010001 | 0 | 11001 | 1110 | 10100010 | 1001000 | 110011 |
Color Harmonies of #29DCA6
Complementary color
Monochromatic Colors of #29DCA6
Black with #29DCA6
Text Example
Text Example
White with #29DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCA6; }
p { color: rgb(41,220,166); }
H1.HeaderClassName
{
color: #29DCA6;
}
.AnyTagClassName
{
color: #29DCA6;
}
</style>
background-color css
<style>
a { background-color: #29DCA6; }
a { background-color: rgb(41,220,166); }
div.DivClassName
{
background-color: #29DCA6;
}
.BgClassName
{
background-color: #29DCA6;
}
</style>
border-color css
<style>
span { border-color: #29DCA6; }
span { border-color: rgb(41,220,166); }
td.TdClassName
{
border-color: #29DCA6;
}
.TagClassName
{
border-color: #29DCA6;
}
</style>