#29b595

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

Shades of Niagara #29B595

Tints of Niagara #29B595

Color information

#29B595 (or 0x29B595) is unknown color: approx Niagara. HEX triplet: 29, B5 and 95. RGB value is (41,181,149). Sum of RGB (Red+Green+Blue) = 41+181+149=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #29B595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B595 is #D64A6A. Grayscale: #878787. Windows color (decimal): -14043755 or 9811241. OLE color: 9811241.

HSL color Cylindrical-coordinate representation of color #29B595: hue angle of 166.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B595 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB41181149-
CMYK0.7700.180.29
HSL166.29º63.06%43.53%-
HSV(B)166.29º77.35%70.98%-
XYZ22.8635.6934.12-
YUV135.49135.6260.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=11.05%
G=48.79%
B=40.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811490.7700.180.29166.2963.0643.53
Hex29B5954D0121Da63f2c
Octal51265225115022352467754
Binary101001101101011001010110011010100101110110100110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29b595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,181,149); }

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

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

 a { background-color: rgb(41,181,149); }

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

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

 span { border-color: rgb(41,181,149); }

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