Shades of Niagara #29A892
Tints of Niagara #29A892
RGB
CMYK
RGB Variations
Color information
#29A892 (or 0x29A892) is known color: Niagara. HEX triplet: 29, A8 and 92. RGB value is (41,168,146). Sum of RGB (Red+Green+Blue) = 41+168+146=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #29A892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A892 is #D6576D. Grayscale: #7F7F7F. Windows color (decimal): -14047086 or 9611305. OLE color: 9611305.
HSL color Cylindrical-coordinate representation of color #29A892: hue angle of 169.61º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A892 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 168 | 146 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.34 |
| HSL | 169.61º | 0.61% | 0.41% | - |
| HSV(B) | 169.61º | 0.76% | 0.66% | - |
| XYZ | 20.11 | 30.55 | 32.03 | - |
| YUV | 127.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 146 | 0.76 | 0 | 0.13 | 0.34 | 169.61 | 0.61 | 0.41 |
| Hex | 29 | A8 | 92 | 4C | 0 | D | 22 | AA | 3D | 29 |
| Octal | 51 | 250 | 222 | 114 | 0 | 15 | 42 | 252 | 75 | 51 |
| Binary | 101001 | 10101000 | 10010010 | 1001100 | 0 | 1101 | 100010 | 10101010 | 111101 | 101001 |
Color Harmonies of #29A892
Complementary color
Monochromatic Colors of #29A892
Black with #29A892
Text Example
Text Example
White with #29A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A892; }
p { color: rgb(41,168,146); }
H1.HeaderClassName
{
color: #29A892;
}
.AnyTagClassName
{
color: #29A892;
}
</style>
background-color css
<style>
a { background-color: #29A892; }
a { background-color: rgb(41,168,146); }
div.DivClassName
{
background-color: #29A892;
}
.BgClassName
{
background-color: #29A892;
}
</style>
border-color css
<style>
span { border-color: #29A892; }
span { border-color: rgb(41,168,146); }
td.TdClassName
{
border-color: #29A892;
}
.TagClassName
{
border-color: #29A892;
}
</style>