#80A29A

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

Shades of Cascade #80A29A

Tints of Cascade #80A29A

Color information

#80A29A (or 0x80A29A) is unknown color: approx Cascade. HEX triplet: 80, A2 and 9A. RGB value is (128,162,154). Sum of RGB (Red+Green+Blue) = 128+162+154=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #80A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A29A is #7F5D65. Grayscale: #969696. Windows color (decimal): -8346982 or 10134144. OLE color: 10134144.

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

Color convert

RGB128162154-
CMYK0.2100.050.36
HSL165.88º15.45%56.86%-
HSV(B)165.88º20.99%63.53%-
XYZ27.6632.7635.44-
YUV150.92129.74111.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=28.83%
G=36.49%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281621540.2100.050.36165.8815.4556.86
Hex80A29A150524a6f39
Octal2002422322505442461771
Binary100000001010001010011010101010101100100101001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,162,154); }

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

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

 a { background-color: rgb(128,162,154); }

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

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

 span { border-color: rgb(128,162,154); }

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