#29A18B

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

Shades of Niagara #29A18B

Tints of Niagara #29A18B

Color information

#29A18B (or 0x29A18B) is unknown color: approx Niagara. HEX triplet: 29, A1 and 8B. RGB value is (41,161,139). Sum of RGB (Red+Green+Blue) = 41+161+139=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #29A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A18B is #D65E74. Grayscale: #7A7A7A. Windows color (decimal): -14048885 or 9150761. OLE color: 9150761.

HSL color Cylindrical-coordinate representation of color #29A18B: hue angle of 169º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A18B is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB41161139-
CMYK0.7500.140.37
HSL169º59.41%39.61%-
HSV(B)169º74.53%63.14%-
XYZ18.3227.8328.83-
YUV122.61137.2469.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=12.02%
G=47.21%
B=40.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411611390.7500.140.3716959.4139.61
Hex29A18B4B0E25a93b28
Octal51241213113016452517350
Binary101001101000011000101110010110111010010110101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,161,139); }

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

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

 a { background-color: rgb(41,161,139); }

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

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

 span { border-color: rgb(41,161,139); }

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