#29B496

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

Shades of Niagara #29B496

Tints of Niagara #29B496

Color information

#29B496 (or 0x29B496) is unknown color: approx Niagara. HEX triplet: 29, B4 and 96. RGB value is (41,180,150). Sum of RGB (Red+Green+Blue) = 41+180+150=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #29B496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B496 is #D64B69. Grayscale: #878787. Windows color (decimal): -14044010 or 9876521. OLE color: 9876521.

HSL color Cylindrical-coordinate representation of color #29B496: hue angle of 167.05º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B496 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB41180150-
CMYK0.7700.170.29
HSL167.05º62.9%43.33%-
HSV(B)167.05º77.22%70.59%-
XYZ22.7435.3234.47-
YUV135.02136.4560.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=11.05%
G=48.52%
B=40.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411801500.7700.170.29167.0562.943.33
Hex29B4964D0111Da73f2b
Octal51264226115021352477753
Binary101001101101001001011010011010100011110110100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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