#29AA90

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

Shades of Niagara #29AA90

Tints of Niagara #29AA90

Color information

#29AA90 (or 0x29AA90) is unknown color: approx Niagara. HEX triplet: 29, AA and 90. RGB value is (41,170,144). Sum of RGB (Red+Green+Blue) = 41+170+144=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA90 is #D6556F. Grayscale: #808080. Windows color (decimal): -14046576 or 9480745. OLE color: 9480745.

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

Color convert

RGB41170144-
CMYK0.7600.150.33
HSL167.91º61.14%41.37%-
HSV(B)167.91º75.88%66.67%-
XYZ20.3231.2331.34-
YUV128.46136.7665.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.55%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=11.55%
G=47.89%
B=40.56%

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
Decimal411701440.7600.150.33167.9161.1441.37
Hex29AA904C0F21a83d29
Octal51252220114017412507551
Binary101001101010101001000010011000111110000110101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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