Shades of Niagara #29A28B
Tints of Niagara #29A28B
RGB
CMYK
RGB Variations
Color information
#29A28B (or 0x29A28B) is known color: Niagara. HEX triplet: 29, A2 and 8B. RGB value is (41,162,139). Sum of RGB (Red+Green+Blue) = 41+162+139=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #29A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A28B is #D65D74. Grayscale: #7B7B7B. Windows color (decimal): -14048629 or 9151017. OLE color: 9151017.
HSL color Cylindrical-coordinate representation of color #29A28B: hue angle of 168.6º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A28B is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 162 | 139 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.36 |
| HSL | 168.6º | 0.6% | 0.4% | - |
| HSV(B) | 168.6º | 0.75% | 0.64% | - |
| XYZ | 18.49 | 28.18 | 28.89 | - |
| YUV | 123.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 139 | 0.75 | 0 | 0.14 | 0.36 | 168.6 | 0.6 | 0.4 |
| Hex | 29 | A2 | 8B | 4B | 0 | E | 24 | A9 | 3C | 28 |
| Octal | 51 | 242 | 213 | 113 | 0 | 16 | 44 | 251 | 74 | 50 |
| Binary | 101001 | 10100010 | 10001011 | 1001011 | 0 | 1110 | 100100 | 10101001 | 111100 | 101000 |
Color Harmonies of #29A28B
Complementary color
Monochromatic Colors of #29A28B
Black with #29A28B
Text Example
Text Example
White with #29A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A28B; }
p { color: rgb(41,162,139); }
H1.HeaderClassName
{
color: #29A28B;
}
.AnyTagClassName
{
color: #29A28B;
}
</style>
background-color css
<style>
a { background-color: #29A28B; }
a { background-color: rgb(41,162,139); }
div.DivClassName
{
background-color: #29A28B;
}
.BgClassName
{
background-color: #29A28B;
}
</style>
border-color css
<style>
span { border-color: #29A28B; }
span { border-color: rgb(41,162,139); }
td.TdClassName
{
border-color: #29A28B;
}
.TagClassName
{
border-color: #29A28B;
}
</style>