Shades of Niagara #29A68F
Tints of Niagara #29A68F
RGB
CMYK
RGB Variations
Color information
#29A68F (or 0x29A68F) is known color: Niagara. HEX triplet: 29, A6 and 8F. RGB value is (41,166,143). Sum of RGB (Red+Green+Blue) = 41+166+143=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #29A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A68F is #D65970. Grayscale: #7D7D7D. Windows color (decimal): -14047601 or 9414185. OLE color: 9414185.
HSL color Cylindrical-coordinate representation of color #29A68F: hue angle of 168.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A68F is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 166 | 143 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.35 |
| HSL | 168.96º | 0.6% | 0.41% | - |
| HSV(B) | 168.96º | 0.75% | 0.65% | - |
| XYZ | 19.51 | 29.73 | 30.7 | - |
| YUV | 126 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 166 | 143 | 0.75 | 0 | 0.14 | 0.35 | 168.96 | 0.6 | 0.41 |
| Hex | 29 | A6 | 8F | 4B | 0 | E | 23 | A9 | 3C | 29 |
| Octal | 51 | 246 | 217 | 113 | 0 | 16 | 43 | 251 | 74 | 51 |
| Binary | 101001 | 10100110 | 10001111 | 1001011 | 0 | 1110 | 100011 | 10101001 | 111100 | 101001 |
Color Harmonies of #29A68F
Complementary color
Monochromatic Colors of #29A68F
Black with #29A68F
Text Example
Text Example
White with #29A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A68F; }
p { color: rgb(41,166,143); }
H1.HeaderClassName
{
color: #29A68F;
}
.AnyTagClassName
{
color: #29A68F;
}
</style>
background-color css
<style>
a { background-color: #29A68F; }
a { background-color: rgb(41,166,143); }
div.DivClassName
{
background-color: #29A68F;
}
.BgClassName
{
background-color: #29A68F;
}
</style>
border-color css
<style>
span { border-color: #29A68F; }
span { border-color: rgb(41,166,143); }
td.TdClassName
{
border-color: #29A68F;
}
.TagClassName
{
border-color: #29A68F;
}
</style>