Shades of Shamrock #29DAB0
Tints of Shamrock #29DAB0
RGB
CMYK
RGB Variations
Color information
#29DAB0 (or 0x29DAB0) is known color: Shamrock. HEX triplet: 29, DA and B0. RGB value is (41,218,176). Sum of RGB (Red+Green+Blue) = 41+218+176=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DAB0 is #D6254F. Grayscale: #A0A0A0. Windows color (decimal): -14034256 or 11590185. OLE color: 11590185.
HSL color Cylindrical-coordinate representation of color #29DAB0: hue angle of 165.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 218 | 176 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.15 |
| HSL | 165.76º | 0.71% | 0.51% | - |
| HSV(B) | 165.76º | 0.81% | 0.85% | - |
| XYZ | 33.82 | 53.75 | 49.67 | - |
| YUV | 160.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 176 | 0.81 | 0 | 0.19 | 0.15 | 165.76 | 0.71 | 0.51 |
| Hex | 29 | DA | B0 | 51 | 0 | 13 | F | A6 | 47 | 33 |
| Octal | 51 | 332 | 260 | 121 | 0 | 23 | 17 | 246 | 107 | 63 |
| Binary | 101001 | 11011010 | 10110000 | 1010001 | 0 | 10011 | 1111 | 10100110 | 1000111 | 110011 |
Color Harmonies of #29DAB0
Complementary color
Monochromatic Colors of #29DAB0
Black with #29DAB0
Text Example
Text Example
White with #29DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DAB0; }
p { color: rgb(41,218,176); }
H1.HeaderClassName
{
color: #29DAB0;
}
.AnyTagClassName
{
color: #29DAB0;
}
</style>
background-color css
<style>
a { background-color: #29DAB0; }
a { background-color: rgb(41,218,176); }
div.DivClassName
{
background-color: #29DAB0;
}
.BgClassName
{
background-color: #29DAB0;
}
</style>
border-color css
<style>
span { border-color: #29DAB0; }
span { border-color: rgb(41,218,176); }
td.TdClassName
{
border-color: #29DAB0;
}
.TagClassName
{
border-color: #29DAB0;
}
</style>