#29B192

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

Shades of Niagara #29B192

Tints of Niagara #29B192

Color information

#29B192 (or 0x29B192) is unknown color: approx Niagara. HEX triplet: 29, B1 and 92. RGB value is (41,177,146). Sum of RGB (Red+Green+Blue) = 41+177+146=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #29B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B192 is #D64E6D. Grayscale: #848484. Windows color (decimal): -14044782 or 9613609. OLE color: 9613609.

HSL color Cylindrical-coordinate representation of color #29B192: hue angle of 166.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B192 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB41177146-
CMYK0.7700.180.31
HSL166.32º62.39%42.75%-
HSV(B)166.32º76.84%69.41%-
XYZ21.8233.9932.6-
YUV132.8135.4462.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.26%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=11.26%
G=48.63%
B=40.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411771460.7700.180.31166.3262.3942.75
Hex29B1924D0121Fa63e2b
Octal51261222115022372467653
Binary101001101100011001001010011010100101111110100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,177,146); }

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

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

 a { background-color: rgb(41,177,146); }

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

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

 span { border-color: rgb(41,177,146); }

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