Shades of Shamrock #29D6B0
Tints of Shamrock #29D6B0
RGB
CMYK
RGB Variations
Color information
#29D6B0 (or 0x29D6B0) is known color: Shamrock. HEX triplet: 29, D6 and B0. RGB value is (41,214,176). Sum of RGB (Red+Green+Blue) = 41+214+176=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D6B0 is #D6294F. Grayscale: #9D9D9D. Windows color (decimal): -14035280 or 11589161. OLE color: 11589161.
HSL color Cylindrical-coordinate representation of color #29D6B0: hue angle of 166.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D6B0 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 176 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.16 |
| HSL | 166.82º | 0.68% | 0.5% | - |
| HSV(B) | 166.82º | 0.81% | 0.84% | - |
| XYZ | 32.8 | 51.7 | 49.32 | - |
| YUV | 157.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 176 | 0.81 | 0 | 0.18 | 0.16 | 166.82 | 0.68 | 0.5 |
| Hex | 29 | D6 | B0 | 51 | 0 | 12 | 10 | A7 | 44 | 32 |
| Octal | 51 | 326 | 260 | 121 | 0 | 22 | 20 | 247 | 104 | 62 |
| Binary | 101001 | 11010110 | 10110000 | 1010001 | 0 | 10010 | 10000 | 10100111 | 1000100 | 110010 |
Color Harmonies of #29D6B0
Complementary color
Monochromatic Colors of #29D6B0
Black with #29D6B0
Text Example
Text Example
White with #29D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D6B0; }
p { color: rgb(41,214,176); }
H1.HeaderClassName
{
color: #29D6B0;
}
.AnyTagClassName
{
color: #29D6B0;
}
</style>
background-color css
<style>
a { background-color: #29D6B0; }
a { background-color: rgb(41,214,176); }
div.DivClassName
{
background-color: #29D6B0;
}
.BgClassName
{
background-color: #29D6B0;
}
</style>
border-color css
<style>
span { border-color: #29D6B0; }
span { border-color: rgb(41,214,176); }
td.TdClassName
{
border-color: #29D6B0;
}
.TagClassName
{
border-color: #29D6B0;
}
</style>