Shades of Niagara #29AB9A
Tints of Niagara #29AB9A
RGB
CMYK
RGB Variations
Color information
#29AB9A (or 0x29AB9A) is known color: Niagara. HEX triplet: 29, AB and 9A. RGB value is (41,171,154). Sum of RGB (Red+Green+Blue) = 41+171+154=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB9A is #D65465. Grayscale: #828282. Windows color (decimal): -14046310 or 10136361. OLE color: 10136361.
HSL color Cylindrical-coordinate representation of color #29AB9A: hue angle of 172.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB9A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 154 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.33 |
| HSL | 172.15º | 0.61% | 0.42% | - |
| HSV(B) | 172.15º | 0.76% | 0.67% | - |
| XYZ | 21.31 | 31.93 | 35.61 | - |
| YUV | 130.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 154 | 0.76 | 0 | 0.10 | 0.33 | 172.15 | 0.61 | 0.42 |
| Hex | 29 | AB | 9A | 4C | 0 | A | 21 | AC | 3D | 2A |
| Octal | 51 | 253 | 232 | 114 | 0 | 12 | 41 | 254 | 75 | 52 |
| Binary | 101001 | 10101011 | 10011010 | 1001100 | 0 | 1010 | 100001 | 10101100 | 111101 | 101010 |
Color Harmonies of #29AB9A
Complementary color
Monochromatic Colors of #29AB9A
Black with #29AB9A
Text Example
Text Example
White with #29AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB9A; }
p { color: rgb(41,171,154); }
H1.HeaderClassName
{
color: #29AB9A;
}
.AnyTagClassName
{
color: #29AB9A;
}
</style>
background-color css
<style>
a { background-color: #29AB9A; }
a { background-color: rgb(41,171,154); }
div.DivClassName
{
background-color: #29AB9A;
}
.BgClassName
{
background-color: #29AB9A;
}
</style>
border-color css
<style>
span { border-color: #29AB9A; }
span { border-color: rgb(41,171,154); }
td.TdClassName
{
border-color: #29AB9A;
}
.TagClassName
{
border-color: #29AB9A;
}
</style>