#29B599

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

Shades of Niagara #29B599

Tints of Niagara #29B599

Color information

#29B599 (or 0x29B599) is unknown color: approx Niagara. HEX triplet: 29, B5 and 99. RGB value is (41,181,153). Sum of RGB (Red+Green+Blue) = 41+181+153=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #29B599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B599 is #D64A66. Grayscale: #878787. Windows color (decimal): -14043751 or 10073385. OLE color: 10073385.

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

Color convert

RGB41181153-
CMYK0.7700.150.29
HSL168º63.06%43.53%-
HSV(B)168º77.35%70.98%-
XYZ23.1935.8235.83-
YUV135.95137.6260.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=10.93%
G=48.27%
B=40.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811530.7700.150.2916863.0643.53
Hex29B5994D0F1Da83f2c
Octal51265231115017352507754
Binary10100110110101100110011001101011111110110101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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