Shades of Niagara #29AB8C
Tints of Niagara #29AB8C
RGB
CMYK
RGB Variations
Color information
#29AB8C (or 0x29AB8C) is known color: Niagara. HEX triplet: 29, AB and 8C. RGB value is (41,171,140). Sum of RGB (Red+Green+Blue) = 41+171+140=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB8C is #D65473. Grayscale: #808080. Windows color (decimal): -14046324 or 9218857. OLE color: 9218857.
HSL color Cylindrical-coordinate representation of color #29AB8C: hue angle of 165.69º 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 #29AB8C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 140 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.33 |
| HSL | 165.69º | 0.61% | 0.42% | - |
| HSV(B) | 165.69º | 0.76% | 0.67% | - |
| XYZ | 20.21 | 31.49 | 29.82 | - |
| YUV | 128.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 140 | 0.76 | 0 | 0.18 | 0.33 | 165.69 | 0.61 | 0.42 |
| Hex | 29 | AB | 8C | 4C | 0 | 12 | 21 | A6 | 3D | 2A |
| Octal | 51 | 253 | 214 | 114 | 0 | 22 | 41 | 246 | 75 | 52 |
| Binary | 101001 | 10101011 | 10001100 | 1001100 | 0 | 10010 | 100001 | 10100110 | 111101 | 101010 |
Color Harmonies of #29AB8C
Complementary color
Monochromatic Colors of #29AB8C
Black with #29AB8C
Text Example
Text Example
White with #29AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB8C; }
p { color: rgb(41,171,140); }
H1.HeaderClassName
{
color: #29AB8C;
}
.AnyTagClassName
{
color: #29AB8C;
}
</style>
background-color css
<style>
a { background-color: #29AB8C; }
a { background-color: rgb(41,171,140); }
div.DivClassName
{
background-color: #29AB8C;
}
.BgClassName
{
background-color: #29AB8C;
}
</style>
border-color css
<style>
span { border-color: #29AB8C; }
span { border-color: rgb(41,171,140); }
td.TdClassName
{
border-color: #29AB8C;
}
.TagClassName
{
border-color: #29AB8C;
}
</style>