#29AB9A

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

Shades of Niagara #29AB9A

Tints of Niagara #29AB9A

Color information

#29AB9A (or 0x29AB9A) is unknown color: approx Niagara. HEX triplet: 29, AB and 9A. RGB value is (41,171,154). Sum of RGB (Red+Green+Blue) = 41+171+154=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB9A is #D65465. Grayscale: #828282. Windows color (decimal): -14046310 or 10136361. OLE color: 10136361.

HSL color Cylindrical-coordinate representation of color #29AB9A: hue angle of 172.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB9A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB41171154-
CMYK0.7600.100.33
HSL172.15º61.32%41.57%-
HSV(B)172.15º76.02%67.06%-
XYZ21.3131.9335.61-
YUV130.19141.4364.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.20%
GREEN value IS 171 (67.19% from 255) = 46.72%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=11.20%
G=46.72%
B=42.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711540.7600.100.33172.1561.3241.57
Hex29AB9A4C0A21ac3d2a
Octal51253232114012412547552
Binary101001101010111001101010011000101010000110101100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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