Shades of Niagara #29AA8B
Tints of Niagara #29AA8B
RGB
CMYK
RGB Variations
Color information
#29AA8B (or 0x29AA8B) is known color: Niagara. HEX triplet: 29, AA and 8B. RGB value is (41,170,139). Sum of RGB (Red+Green+Blue) = 41+170+139=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA8B is #D65574. Grayscale: #7F7F7F. Windows color (decimal): -14046581 or 9153065. OLE color: 9153065.
HSL color Cylindrical-coordinate representation of color #29AA8B: hue angle of 165.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA8B is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 170 | 139 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.33 |
| HSL | 165.58º | 0.61% | 0.41% | - |
| HSV(B) | 165.58º | 0.76% | 0.67% | - |
| XYZ | 19.95 | 31.08 | 29.37 | - |
| YUV | 127.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 139 | 0.76 | 0 | 0.18 | 0.33 | 165.58 | 0.61 | 0.41 |
| Hex | 29 | AA | 8B | 4C | 0 | 12 | 21 | A6 | 3D | 29 |
| Octal | 51 | 252 | 213 | 114 | 0 | 22 | 41 | 246 | 75 | 51 |
| Binary | 101001 | 10101010 | 10001011 | 1001100 | 0 | 10010 | 100001 | 10100110 | 111101 | 101001 |
Color Harmonies of #29AA8B
Complementary color
Monochromatic Colors of #29AA8B
Black with #29AA8B
Text Example
Text Example
White with #29AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AA8B; }
p { color: rgb(41,170,139); }
H1.HeaderClassName
{
color: #29AA8B;
}
.AnyTagClassName
{
color: #29AA8B;
}
</style>
background-color css
<style>
a { background-color: #29AA8B; }
a { background-color: rgb(41,170,139); }
div.DivClassName
{
background-color: #29AA8B;
}
.BgClassName
{
background-color: #29AA8B;
}
</style>
border-color css
<style>
span { border-color: #29AA8B; }
span { border-color: rgb(41,170,139); }
td.TdClassName
{
border-color: #29AA8B;
}
.TagClassName
{
border-color: #29AA8B;
}
</style>