#29B49A

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

Shades of Niagara #29B49A

Tints of Niagara #29B49A

Color information

#29B49A (or 0x29B49A) is unknown color: approx Niagara. HEX triplet: 29, B4 and 9A. RGB value is (41,180,154). Sum of RGB (Red+Green+Blue) = 41+180+154=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #29B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B49A is #D64B65. Grayscale: #878787. Windows color (decimal): -14044006 or 10138665. OLE color: 10138665.

HSL color Cylindrical-coordinate representation of color #29B49A: hue angle of 168.78º 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 #29B49A is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB41180154-
CMYK0.7700.140.29
HSL168.78º62.9%43.33%-
HSV(B)168.78º77.22%70.59%-
XYZ23.0735.4536.2-
YUV135.48138.4560.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=10.93%
G=48%
B=41.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411801540.7700.140.29168.7862.943.33
Hex29B49A4D0E1Da93f2b
Octal51264232115016352517753
Binary10100110110100100110101001101011101110110101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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