#80A197

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

Shades of Cascade #80A197

Tints of Cascade #80A197

Color information

#80A197 (or 0x80A197) is unknown color: approx Cascade. HEX triplet: 80, A1 and 97. RGB value is (128,161,151). Sum of RGB (Red+Green+Blue) = 128+161+151=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #80A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A197 is #7F5E68. Grayscale: #969696. Windows color (decimal): -8347241 or 9937280. OLE color: 9937280.

HSL color Cylindrical-coordinate representation of color #80A197: hue angle of 161.82º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A197 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB128161151-
CMYK0.2000.060.37
HSL161.82º14.93%56.67%-
HSV(B)161.82º20.5%63.14%-
XYZ27.2332.3134.08-
YUV149.99128.57112.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=29.09%
G=36.59%
B=34.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1281611510.2000.060.37161.8214.9356.67
Hex80A197140625a2f39
Octal2002412272406452421771
Binary100000001010000110010111101000110100101101000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,151); }

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

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

 a { background-color: rgb(128,161,151); }

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

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

 span { border-color: rgb(128,161,151); }

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