Shades of Shamrock #29DBAA
Tints of Shamrock #29DBAA
RGB
CMYK
RGB Variations
Color information
#29DBAA (or 0x29DBAA) is known color: Shamrock. HEX triplet: 29, DB and AA. RGB value is (41,219,170). Sum of RGB (Red+Green+Blue) = 41+219+170=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DBAA is #D62455. Grayscale: #A0A0A0. Windows color (decimal): -14034006 or 11197225. OLE color: 11197225.
HSL color Cylindrical-coordinate representation of color #29DBAA: hue angle of 163.48º degrees, saturation: 0.71, 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 #29DBAA is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 170 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.14 |
| HSL | 163.48º | 0.71% | 0.51% | - |
| HSV(B) | 163.48º | 0.81% | 0.86% | - |
| XYZ | 33.5 | 54.04 | 46.69 | - |
| YUV | 160.19 | 133.53 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 170 | 0.81 | 0 | 0.22 | 0.14 | 163.48 | 0.71 | 0.51 |
| Hex | 29 | DB | AA | 51 | 0 | 16 | E | A3 | 47 | 33 |
| Octal | 51 | 333 | 252 | 121 | 0 | 26 | 16 | 243 | 107 | 63 |
| Binary | 101001 | 11011011 | 10101010 | 1010001 | 0 | 10110 | 1110 | 10100011 | 1000111 | 110011 |
Color Harmonies of #29DBAA
Complementary color
Monochromatic Colors of #29DBAA
Black with #29DBAA
Text Example
Text Example
White with #29DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBAA; }
p { color: rgb(41,219,170); }
H1.HeaderClassName
{
color: #29DBAA;
}
.AnyTagClassName
{
color: #29DBAA;
}
</style>
background-color css
<style>
a { background-color: #29DBAA; }
a { background-color: rgb(41,219,170); }
div.DivClassName
{
background-color: #29DBAA;
}
.BgClassName
{
background-color: #29DBAA;
}
</style>
border-color css
<style>
span { border-color: #29DBAA; }
span { border-color: rgb(41,219,170); }
td.TdClassName
{
border-color: #29DBAA;
}
.TagClassName
{
border-color: #29DBAA;
}
</style>