#29B598

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

Shades of Niagara #29B598

Tints of Niagara #29B598

Color information

#29B598 (or 0x29B598) is unknown color: approx Niagara. HEX triplet: 29, B5 and 98. RGB value is (41,181,152). Sum of RGB (Red+Green+Blue) = 41+181+152=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #29B598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B598 is #D64A67. Grayscale: #878787. Windows color (decimal): -14043752 or 10007849. OLE color: 10007849.

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

Color convert

RGB41181152-
CMYK0.7700.160.29
HSL167.57º63.06%43.53%-
HSV(B)167.57º77.35%70.98%-
XYZ23.1135.7935.4-
YUV135.83137.1260.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.96%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=10.96%
G=48.40%
B=40.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811520.7700.160.29167.5763.0643.53
Hex29B5984D0101Da83f2c
Octal51265230115020352507754
Binary101001101101011001100010011010100001110110101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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