#29AE8E

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

Shades of Niagara #29AE8E

Tints of Niagara #29AE8E

Color information

#29AE8E (or 0x29AE8E) is unknown color: approx Niagara. HEX triplet: 29, AE and 8E. RGB value is (41,174,142). Sum of RGB (Red+Green+Blue) = 41+174+142=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #29AE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AE8E is #D65171. Grayscale: #828282. Windows color (decimal): -14045554 or 9350697. OLE color: 9350697.

HSL color Cylindrical-coordinate representation of color #29AE8E: hue angle of 165.56º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AE8E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB41174142-
CMYK0.7600.180.32
HSL165.56º61.86%42.16%-
HSV(B)165.56º76.44%68.24%-
XYZ20.9332.730.8-
YUV130.58134.4464.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=11.48%
G=48.74%
B=39.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411741420.7600.180.32165.5661.8642.16
Hex29AE8E4C01220a63e2a
Octal51256216114022402467652
Binary1010011010111010001110100110001001010000010100110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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