Shades of Niagara #29A488
Tints of Niagara #29A488
RGB
CMYK
RGB Variations
Color information
#29A488 (or 0x29A488) is known color: Niagara. HEX triplet: 29, A4 and 88. RGB value is (41,164,136). Sum of RGB (Red+Green+Blue) = 41+164+136=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #29A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A488 is #D65B77. Grayscale: #7C7C7C. Windows color (decimal): -14048120 or 8954921. OLE color: 8954921.
HSL color Cylindrical-coordinate representation of color #29A488: hue angle of 166.34º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A488 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 164 | 136 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.36 |
| HSL | 166.34º | 0.6% | 0.4% | - |
| HSV(B) | 166.34º | 0.75% | 0.64% | - |
| XYZ | 18.63 | 28.8 | 27.87 | - |
| YUV | 124.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 164 | 136 | 0.75 | 0 | 0.17 | 0.36 | 166.34 | 0.6 | 0.4 |
| Hex | 29 | A4 | 88 | 4B | 0 | 11 | 24 | A6 | 3C | 28 |
| Octal | 51 | 244 | 210 | 113 | 0 | 21 | 44 | 246 | 74 | 50 |
| Binary | 101001 | 10100100 | 10001000 | 1001011 | 0 | 10001 | 100100 | 10100110 | 111100 | 101000 |
Color Harmonies of #29A488
Complementary color
Monochromatic Colors of #29A488
Black with #29A488
Text Example
Text Example
White with #29A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A488; }
p { color: rgb(41,164,136); }
H1.HeaderClassName
{
color: #29A488;
}
.AnyTagClassName
{
color: #29A488;
}
</style>
background-color css
<style>
a { background-color: #29A488; }
a { background-color: rgb(41,164,136); }
div.DivClassName
{
background-color: #29A488;
}
.BgClassName
{
background-color: #29A488;
}
</style>
border-color css
<style>
span { border-color: #29A488; }
span { border-color: rgb(41,164,136); }
td.TdClassName
{
border-color: #29A488;
}
.TagClassName
{
border-color: #29A488;
}
</style>