#29AA95

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

Shades of Niagara #29AA95

Tints of Niagara #29AA95

Color information

#29AA95 (or 0x29AA95) is unknown color: approx Niagara. HEX triplet: 29, AA and 95. RGB value is (41,170,149). Sum of RGB (Red+Green+Blue) = 41+170+149=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA95 is #D6556A. Grayscale: #808080. Windows color (decimal): -14046571 or 9808425. OLE color: 9808425.

HSL color Cylindrical-coordinate representation of color #29AA95: hue angle of 170.23º 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 #29AA95 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB41170149-
CMYK0.7600.120.33
HSL170.23º61.14%41.37%-
HSV(B)170.23º75.88%66.67%-
XYZ20.7131.3933.4-
YUV129.04139.2665.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.39%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=11.39%
G=47.22%
B=41.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701490.7600.120.33170.2361.1441.37
Hex29AA954C0C21aa3d29
Octal51252225114014412527551
Binary101001101010101001010110011000110010000110101010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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