Shades of Shamrock #29CCAB
Tints of Shamrock #29CCAB
RGB
CMYK
RGB Variations
Color information
#29CCAB (or 0x29CCAB) is known color: Shamrock. HEX triplet: 29, CC and AB. RGB value is (41,204,171). Sum of RGB (Red+Green+Blue) = 41+204+171=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCAB is #D63354. Grayscale: #979797. Windows color (decimal): -14037845 or 11258921. OLE color: 11258921.
HSL color Cylindrical-coordinate representation of color #29CCAB: hue angle of 167.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCAB is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 204 | 171 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.2 |
| HSL | 167.85º | 0.67% | 0.48% | - |
| HSV(B) | 167.85º | 0.8% | 0.8% | - |
| XYZ | 29.86 | 46.6 | 45.95 | - |
| YUV | 151.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 171 | 0.80 | 0 | 0.16 | 0.2 | 167.85 | 0.67 | 0.48 |
| Hex | 29 | CC | AB | 50 | 0 | 10 | 14 | A8 | 43 | 30 |
| Octal | 51 | 314 | 253 | 120 | 0 | 20 | 24 | 250 | 103 | 60 |
| Binary | 101001 | 11001100 | 10101011 | 1010000 | 0 | 10000 | 10100 | 10101000 | 1000011 | 110000 |
Color Harmonies of #29CCAB
Complementary color
Monochromatic Colors of #29CCAB
Black with #29CCAB
Text Example
Text Example
White with #29CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CCAB; }
p { color: rgb(41,204,171); }
H1.HeaderClassName
{
color: #29CCAB;
}
.AnyTagClassName
{
color: #29CCAB;
}
</style>
background-color css
<style>
a { background-color: #29CCAB; }
a { background-color: rgb(41,204,171); }
div.DivClassName
{
background-color: #29CCAB;
}
.BgClassName
{
background-color: #29CCAB;
}
</style>
border-color css
<style>
span { border-color: #29CCAB; }
span { border-color: rgb(41,204,171); }
td.TdClassName
{
border-color: #29CCAB;
}
.TagClassName
{
border-color: #29CCAB;
}
</style>