#29B096

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

Shades of Niagara #29B096

Tints of Niagara #29B096

Color information

#29B096 (or 0x29B096) is unknown color: approx Niagara. HEX triplet: 29, B0 and 96. RGB value is (41,176,150). Sum of RGB (Red+Green+Blue) = 41+176+150=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #29B096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B096 is #D64F69. Grayscale: #848484. Windows color (decimal): -14045034 or 9875497. OLE color: 9875497.

HSL color Cylindrical-coordinate representation of color #29B096: hue angle of 168.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B096 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB41176150-
CMYK0.7700.150.31
HSL168.44º62.21%42.55%-
HSV(B)168.44º76.7%69.02%-
XYZ21.9433.7234.21-
YUV132.67137.7762.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.17%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=11.17%
G=47.96%
B=40.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411761500.7700.150.31168.4462.2142.55
Hex29B0964D0F1Fa83e2b
Octal51260226115017372507653
Binary10100110110000100101101001101011111111110101000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,176,150); }

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

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

 a { background-color: rgb(41,176,150); }

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

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

 span { border-color: rgb(41,176,150); }

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