Shades of Niagara #29B59A
Tints of Niagara #29B59A
RGB
CMYK
RGB Variations
Color information
#29B59A (or 0x29B59A) is known color: Niagara. HEX triplet: 29, B5 and 9A. RGB value is (41,181,154). Sum of RGB (Red+Green+Blue) = 41+181+154=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #29B59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B59A is #D64A65. Grayscale: #888888. Windows color (decimal): -14043750 or 10138921. OLE color: 10138921.
HSL color Cylindrical-coordinate representation of color #29B59A: hue angle of 168.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B59A is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 181 | 154 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.29 |
| HSL | 168.43º | 0.63% | 0.44% | - |
| HSV(B) | 168.43º | 0.77% | 0.71% | - |
| XYZ | 23.27 | 35.85 | 36.27 | - |
| YUV | 136.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 181 | 154 | 0.77 | 0 | 0.15 | 0.29 | 168.43 | 0.63 | 0.44 |
| Hex | 29 | B5 | 9A | 4D | 0 | F | 1D | A8 | 3F | 2C |
| Octal | 51 | 265 | 232 | 115 | 0 | 17 | 35 | 250 | 77 | 54 |
| Binary | 101001 | 10110101 | 10011010 | 1001101 | 0 | 1111 | 11101 | 10101000 | 111111 | 101100 |
Color Harmonies of #29B59A
Complementary color
Monochromatic Colors of #29B59A
Black with #29B59A
Text Example
Text Example
White with #29B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B59A; }
p { color: rgb(41,181,154); }
H1.HeaderClassName
{
color: #29B59A;
}
.AnyTagClassName
{
color: #29B59A;
}
</style>
background-color css
<style>
a { background-color: #29B59A; }
a { background-color: rgb(41,181,154); }
div.DivClassName
{
background-color: #29B59A;
}
.BgClassName
{
background-color: #29B59A;
}
</style>
border-color css
<style>
span { border-color: #29B59A; }
span { border-color: rgb(41,181,154); }
td.TdClassName
{
border-color: #29B59A;
}
.TagClassName
{
border-color: #29B59A;
}
</style>