#29A58E

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

Shades of Niagara #29A58E

Tints of Niagara #29A58E

Color information

#29A58E (or 0x29A58E) is unknown color: approx Niagara. HEX triplet: 29, A5 and 8E. RGB value is (41,165,142). Sum of RGB (Red+Green+Blue) = 41+165+142=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #29A58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A58E is #D65A71. Grayscale: #7D7D7D. Windows color (decimal): -14047858 or 9348393. OLE color: 9348393.

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

Color convert

RGB41165142-
CMYK0.7500.140.35
HSL168.87º60.19%40.39%-
HSV(B)168.87º75.15%64.71%-
XYZ19.2529.3330.24-
YUV125.3137.4267.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 165 (64.84% from 255) = 47.41%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=11.78%
G=47.41%
B=40.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411651420.7500.140.35168.8760.1940.39
Hex29A58E4B0E23a93c28
Octal51245216113016432517450
Binary101001101001011000111010010110111010001110101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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