Shades of Niagara #29AB8B
Tints of Niagara #29AB8B
RGB
CMYK
RGB Variations
Color information
#29AB8B (or 0x29AB8B) is known color: Niagara. HEX triplet: 29, AB and 8B. RGB value is (41,171,139). Sum of RGB (Red+Green+Blue) = 41+171+139=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB8B is #D65474. Grayscale: #808080. Windows color (decimal): -14046325 or 9153321. OLE color: 9153321.
HSL color Cylindrical-coordinate representation of color #29AB8B: hue angle of 165.23º 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 #29AB8B is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 139 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.33 |
| HSL | 165.23º | 0.61% | 0.42% | - |
| HSV(B) | 165.23º | 0.76% | 0.67% | - |
| XYZ | 20.14 | 31.46 | 29.44 | - |
| YUV | 128.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 139 | 0.76 | 0 | 0.19 | 0.33 | 165.23 | 0.61 | 0.42 |
| Hex | 29 | AB | 8B | 4C | 0 | 13 | 21 | A5 | 3D | 2A |
| Octal | 51 | 253 | 213 | 114 | 0 | 23 | 41 | 245 | 75 | 52 |
| Binary | 101001 | 10101011 | 10001011 | 1001100 | 0 | 10011 | 100001 | 10100101 | 111101 | 101010 |
Color Harmonies of #29AB8B
Complementary color
Monochromatic Colors of #29AB8B
Black with #29AB8B
Text Example
Text Example
White with #29AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB8B; }
p { color: rgb(41,171,139); }
H1.HeaderClassName
{
color: #29AB8B;
}
.AnyTagClassName
{
color: #29AB8B;
}
</style>
background-color css
<style>
a { background-color: #29AB8B; }
a { background-color: rgb(41,171,139); }
div.DivClassName
{
background-color: #29AB8B;
}
.BgClassName
{
background-color: #29AB8B;
}
</style>
border-color css
<style>
span { border-color: #29AB8B; }
span { border-color: rgb(41,171,139); }
td.TdClassName
{
border-color: #29AB8B;
}
.TagClassName
{
border-color: #29AB8B;
}
</style>