Shades of Niagara #29A898
Tints of Niagara #29A898
RGB
CMYK
RGB Variations
Color information
#29A898 (or 0x29A898) is known color: Niagara. HEX triplet: 29, A8 and 98. RGB value is (41,168,152). Sum of RGB (Red+Green+Blue) = 41+168+152=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #29A898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A898 is #D65767. Grayscale: #808080. Windows color (decimal): -14047080 or 10004521. OLE color: 10004521.
HSL color Cylindrical-coordinate representation of color #29A898: hue angle of 172.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A898 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 168 | 152 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.34 |
| HSL | 172.44º | 0.61% | 0.41% | - |
| HSV(B) | 172.44º | 0.76% | 0.66% | - |
| XYZ | 20.58 | 30.74 | 34.55 | - |
| YUV | 128.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 152 | 0.76 | 0 | 0.10 | 0.34 | 172.44 | 0.61 | 0.41 |
| Hex | 29 | A8 | 98 | 4C | 0 | A | 22 | AC | 3D | 29 |
| Octal | 51 | 250 | 230 | 114 | 0 | 12 | 42 | 254 | 75 | 51 |
| Binary | 101001 | 10101000 | 10011000 | 1001100 | 0 | 1010 | 100010 | 10101100 | 111101 | 101001 |
Color Harmonies of #29A898
Complementary color
Monochromatic Colors of #29A898
Black with #29A898
Text Example
Text Example
White with #29A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A898; }
p { color: rgb(41,168,152); }
H1.HeaderClassName
{
color: #29A898;
}
.AnyTagClassName
{
color: #29A898;
}
</style>
background-color css
<style>
a { background-color: #29A898; }
a { background-color: rgb(41,168,152); }
div.DivClassName
{
background-color: #29A898;
}
.BgClassName
{
background-color: #29A898;
}
</style>
border-color css
<style>
span { border-color: #29A898; }
span { border-color: rgb(41,168,152); }
td.TdClassName
{
border-color: #29A898;
}
.TagClassName
{
border-color: #29A898;
}
</style>