#80AA9C

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

Shades of Cascade #80AA9C

Tints of Cascade #80AA9C

Color information

#80AA9C (or 0x80AA9C) is unknown color: approx Cascade. HEX triplet: 80, AA and 9C. RGB value is (128,170,156). Sum of RGB (Red+Green+Blue) = 128+170+156=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA9C is #7F5563. Grayscale: #9B9B9B. Windows color (decimal): -8344932 or 10267264. OLE color: 10267264.

HSL color Cylindrical-coordinate representation of color #80AA9C: hue angle of 160º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA9C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB128170156-
CMYK0.2500.080.33
HSL160º19.81%58.43%-
HSV(B)160º24.71%66.67%-
XYZ29.2835.7436.81-
YUV155.85128.09108.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=28.19%
G=37.44%
B=34.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701560.2500.080.3316019.8158.43
Hex80AA9C190821a0143a
Octal20025223431010412402472
Binary10000000101010101001110011001010001000011010000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,156); }

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

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

 a { background-color: rgb(128,170,156); }

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

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

 span { border-color: rgb(128,170,156); }

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