#29A89A

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

Shades of Niagara #29A89A

Tints of Niagara #29A89A

Color information

#29A89A (or 0x29A89A) is unknown color: approx Niagara. HEX triplet: 29, A8 and 9A. RGB value is (41,168,154). Sum of RGB (Red+Green+Blue) = 41+168+154=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #29A89A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A89A is #D65765. Grayscale: #808080. Windows color (decimal): -14047078 or 10135593. OLE color: 10135593.

HSL color Cylindrical-coordinate representation of color #29A89A: hue angle of 173.39º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A89A is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB41168154-
CMYK0.7600.080.34
HSL173.39º60.77%40.98%-
HSV(B)173.39º75.6%65.88%-
XYZ20.7530.8135.43-
YUV128.43142.4265.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=11.29%
G=46.28%
B=42.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411681540.7600.080.34173.3960.7740.98
Hex29A89A4C0822ad3d29
Octal51250232114010422557551
Binary101001101010001001101010011000100010001010101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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