Shades of Shamrock #29CEA6
Tints of Shamrock #29CEA6
RGB
CMYK
RGB Variations
Color information
#29CEA6 (or 0x29CEA6) is known color: Shamrock. HEX triplet: 29, CE and A6. RGB value is (41,206,166). Sum of RGB (Red+Green+Blue) = 41+206+166=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CEA6 is #D63159. Grayscale: #989898. Windows color (decimal): -14037338 or 10931753. OLE color: 10931753.
HSL color Cylindrical-coordinate representation of color #29CEA6: hue angle of 165.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CEA6 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 166 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.19 |
| HSL | 165.45º | 0.67% | 0.48% | - |
| HSV(B) | 165.45º | 0.8% | 0.81% | - |
| XYZ | 29.87 | 47.37 | 43.64 | - |
| YUV | 152.11 | 135.84 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 166 | 0.80 | 0 | 0.19 | 0.19 | 165.45 | 0.67 | 0.48 |
| Hex | 29 | CE | A6 | 50 | 0 | 13 | 13 | A5 | 43 | 30 |
| Octal | 51 | 316 | 246 | 120 | 0 | 23 | 23 | 245 | 103 | 60 |
| Binary | 101001 | 11001110 | 10100110 | 1010000 | 0 | 10011 | 10011 | 10100101 | 1000011 | 110000 |
Color Harmonies of #29CEA6
Complementary color
Monochromatic Colors of #29CEA6
Black with #29CEA6
Text Example
Text Example
White with #29CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEA6; }
p { color: rgb(41,206,166); }
H1.HeaderClassName
{
color: #29CEA6;
}
.AnyTagClassName
{
color: #29CEA6;
}
</style>
background-color css
<style>
a { background-color: #29CEA6; }
a { background-color: rgb(41,206,166); }
div.DivClassName
{
background-color: #29CEA6;
}
.BgClassName
{
background-color: #29CEA6;
}
</style>
border-color css
<style>
span { border-color: #29CEA6; }
span { border-color: rgb(41,206,166); }
td.TdClassName
{
border-color: #29CEA6;
}
.TagClassName
{
border-color: #29CEA6;
}
</style>