#29AA91

Color #29AA91 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #29AA91

Tints of Niagara #29AA91

Color information

#29AA91 (or 0x29AA91) is unknown color: approx Niagara. HEX triplet: 29, AA and 91. RGB value is (41,170,145). Sum of RGB (Red+Green+Blue) = 41+170+145=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA91 is #D6556E. Grayscale: #808080. Windows color (decimal): -14046575 or 9546281. OLE color: 9546281.

HSL color Cylindrical-coordinate representation of color #29AA91: hue angle of 168.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA91 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB41170145-
CMYK0.7600.150.33
HSL168.37º61.14%41.37%-
HSV(B)168.37º75.88%66.67%-
XYZ20.431.2731.75-
YUV128.58137.2665.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=11.52%
G=47.75%
B=40.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701450.7600.150.33168.3761.1441.37
Hex29AA914C0F21a83d29
Octal51252221114017412507551
Binary101001101010101001000110011000111110000110101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AA91; }

 p { color: rgb(41,170,145); }

 H1.HeaderClassName
 {
   color: #29AA91;
 }
 .AnyTagClassName
 {
   color: #29AA91;
 }
</style>
background-color css

<style>
 a { background-color: #29AA91; }

 a { background-color: rgb(41,170,145); }

 div.DivClassName
 {
   background-color: #29AA91;
 }
 .BgClassName
 {
   background-color: #29AA91;
 }
</style>
border-color css

<style>
 span { border-color: #29AA91; }

 span { border-color: rgb(41,170,145); }

 td.TdClassName
 {
   border-color: #29AA91;
 }
 .TagClassName
 {
   border-color: #29AA91;
 }
</style>