Shades of Niagara #29AB8F
Tints of Niagara #29AB8F
RGB
CMYK
RGB Variations
Color information
#29AB8F (or 0x29AB8F) is known color: Niagara. HEX triplet: 29, AB and 8F. RGB value is (41,171,143). Sum of RGB (Red+Green+Blue) = 41+171+143=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB8F is #D65470. Grayscale: #808080. Windows color (decimal): -14046321 or 9415465. OLE color: 9415465.
HSL color Cylindrical-coordinate representation of color #29AB8F: hue angle of 167.08º 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 #29AB8F is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 143 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.33 |
| HSL | 167.08º | 0.61% | 0.42% | - |
| HSV(B) | 167.08º | 0.76% | 0.67% | - |
| XYZ | 20.44 | 31.58 | 31.01 | - |
| YUV | 128.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 143 | 0.76 | 0 | 0.16 | 0.33 | 167.08 | 0.61 | 0.42 |
| Hex | 29 | AB | 8F | 4C | 0 | 10 | 21 | A7 | 3D | 2A |
| Octal | 51 | 253 | 217 | 114 | 0 | 20 | 41 | 247 | 75 | 52 |
| Binary | 101001 | 10101011 | 10001111 | 1001100 | 0 | 10000 | 100001 | 10100111 | 111101 | 101010 |
Color Harmonies of #29AB8F
Complementary color
Monochromatic Colors of #29AB8F
Black with #29AB8F
Text Example
Text Example
White with #29AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB8F; }
p { color: rgb(41,171,143); }
H1.HeaderClassName
{
color: #29AB8F;
}
.AnyTagClassName
{
color: #29AB8F;
}
</style>
background-color css
<style>
a { background-color: #29AB8F; }
a { background-color: rgb(41,171,143); }
div.DivClassName
{
background-color: #29AB8F;
}
.BgClassName
{
background-color: #29AB8F;
}
</style>
border-color css
<style>
span { border-color: #29AB8F; }
span { border-color: rgb(41,171,143); }
td.TdClassName
{
border-color: #29AB8F;
}
.TagClassName
{
border-color: #29AB8F;
}
</style>