#80A49F

Color #80A49F Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #80A49F

Tints of Cascade #80A49F

Color information

#80A49F (or 0x80A49F) is unknown color: approx Cascade. HEX triplet: 80, A4 and 9F. RGB value is (128,164,159). Sum of RGB (Red+Green+Blue) = 128+164+159=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #80A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A49F is #7F5B60. Grayscale: #989898. Windows color (decimal): -8346465 or 10462336. OLE color: 10462336.

HSL color Cylindrical-coordinate representation of color #80A49F: hue angle of 171.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A49F is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB128164159-
CMYK0.2200.030.36
HSL171.67º16.51%57.25%-
HSV(B)171.67º21.95%64.31%-
XYZ28.4433.6437.8-
YUV152.67131.57110.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=28.38%
G=36.36%
B=35.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281641590.2200.030.36171.6716.5157.25
Hex80A49F160324ac1139
Octal2002442372603442542171
Binary100000001010010010011111101100111001001010110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A49F; }

 p { color: rgb(128,164,159); }

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

<style>
 a { background-color: #80A49F; }

 a { background-color: rgb(128,164,159); }

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

<style>
 span { border-color: #80A49F; }

 span { border-color: rgb(128,164,159); }

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