#29AB91

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

Shades of Niagara #29AB91

Tints of Niagara #29AB91

Color information

#29AB91 (or 0x29AB91) is unknown color: approx Niagara. HEX triplet: 29, AB and 91. RGB value is (41,171,145). Sum of RGB (Red+Green+Blue) = 41+171+145=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB91 is #D6546E. Grayscale: #818181. Windows color (decimal): -14046319 or 9546537. OLE color: 9546537.

HSL color Cylindrical-coordinate representation of color #29AB91: hue angle of 168º 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 #29AB91 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB41171145-
CMYK0.7600.150.33
HSL168º61.32%41.57%-
HSV(B)168º76.02%67.06%-
XYZ20.5931.6431.81-
YUV129.17136.9365.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 171 (67.19% from 255) = 47.90%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=11.48%
G=47.90%
B=40.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711450.7600.150.3316861.3241.57
Hex29AB914C0F21a83d2a
Octal51253221114017412507552
Binary101001101010111001000110011000111110000110101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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