Shades of Shamrock #29E0AB
Tints of Shamrock #29E0AB
RGB
CMYK
RGB Variations
Color information
#29E0AB (or 0x29E0AB) is known color: Shamrock. HEX triplet: 29, E0 and AB. RGB value is (41,224,171). Sum of RGB (Red+Green+Blue) = 41+224+171=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #29E0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29E0AB is #D61F54. Grayscale: #A3A3A3. Windows color (decimal): -14032725 or 11264041. OLE color: 11264041.
HSL color Cylindrical-coordinate representation of color #29E0AB: hue angle of 162.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E0AB is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 171 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.12 |
| HSL | 162.62º | 0.75% | 0.52% | - |
| HSV(B) | 162.62º | 0.82% | 0.88% | - |
| XYZ | 34.92 | 56.72 | 47.64 | - |
| YUV | 163.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 171 | 0.82 | 0 | 0.24 | 0.12 | 162.62 | 0.75 | 0.52 |
| Hex | 29 | E0 | AB | 52 | 0 | 18 | C | A3 | 4B | 34 |
| Octal | 51 | 340 | 253 | 122 | 0 | 30 | 14 | 243 | 113 | 64 |
| Binary | 101001 | 11100000 | 10101011 | 1010010 | 0 | 11000 | 1100 | 10100011 | 1001011 | 110100 |
Color Harmonies of #29E0AB
Complementary color
Monochromatic Colors of #29E0AB
Black with #29E0AB
Text Example
Text Example
White with #29E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E0AB; }
p { color: rgb(41,224,171); }
H1.HeaderClassName
{
color: #29E0AB;
}
.AnyTagClassName
{
color: #29E0AB;
}
</style>
background-color css
<style>
a { background-color: #29E0AB; }
a { background-color: rgb(41,224,171); }
div.DivClassName
{
background-color: #29E0AB;
}
.BgClassName
{
background-color: #29E0AB;
}
</style>
border-color css
<style>
span { border-color: #29E0AB; }
span { border-color: rgb(41,224,171); }
td.TdClassName
{
border-color: #29E0AB;
}
.TagClassName
{
border-color: #29E0AB;
}
</style>