#29A58D

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

Shades of Niagara #29A58D

Tints of Niagara #29A58D

Color information

#29A58D (or 0x29A58D) is unknown color: approx Niagara. HEX triplet: 29, A5 and 8D. RGB value is (41,165,141). Sum of RGB (Red+Green+Blue) = 41+165+141=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #29A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A58D is #D65A72. Grayscale: #7D7D7D. Windows color (decimal): -14047859 or 9282857. OLE color: 9282857.

HSL color Cylindrical-coordinate representation of color #29A58D: hue angle of 168.39º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A58D is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB41165141-
CMYK0.7500.150.35
HSL168.39º60.19%40.39%-
HSV(B)168.39º75.15%64.71%-
XYZ19.1829.329.84-
YUV125.19136.9267.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=11.82%
G=47.55%
B=40.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411651410.7500.150.35168.3960.1940.39
Hex29A58D4B0F23a83c28
Octal51245215113017432507450
Binary101001101001011000110110010110111110001110101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,165,141); }

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

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

 a { background-color: rgb(41,165,141); }

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

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

 span { border-color: rgb(41,165,141); }

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