#29AB8D

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

Shades of Niagara #29AB8D

Tints of Niagara #29AB8D

Color information

#29AB8D (or 0x29AB8D) is unknown color: approx Niagara. HEX triplet: 29, AB and 8D. RGB value is (41,171,141). Sum of RGB (Red+Green+Blue) = 41+171+141=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB8D is #D65472. Grayscale: #808080. Windows color (decimal): -14046323 or 9284393. OLE color: 9284393.

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

Color convert

RGB41171141-
CMYK0.7600.180.33
HSL166.15º61.32%41.57%-
HSV(B)166.15º76.02%67.06%-
XYZ20.2931.5230.21-
YUV128.71134.9365.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.61%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=11.61%
G=48.44%
B=39.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711410.7600.180.33166.1561.3241.57
Hex29AB8D4C01221a63d2a
Octal51253215114022412467552
Binary1010011010101110001101100110001001010000110100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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