#82A19A

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

Shades of Cascade #82A19A

Tints of Cascade #82A19A

Color information

#82A19A (or 0x82A19A) is unknown color: approx Cascade. HEX triplet: 82, A1 and 9A. RGB value is (130,161,154). Sum of RGB (Red+Green+Blue) = 130+161+154=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #82A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A19A is #7D5E65. Grayscale: #969696. Windows color (decimal): -8216166 or 10133890. OLE color: 10133890.

HSL color Cylindrical-coordinate representation of color #82A19A: hue angle of 166.45º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A19A is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB130161154-
CMYK0.1900.040.37
HSL166.45º14.16%57.06%-
HSV(B)166.45º19.25%63.14%-
XYZ27.7832.5735.39-
YUV150.93129.73113.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=29.21%
G=36.18%
B=34.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301611540.1900.040.37166.4514.1657.06
Hex82A19A130425a6e39
Octal2022412322304452461671
Binary100000101010000110011010100110100100101101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A19A; }

 p { color: rgb(130,161,154); }

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

<style>
 a { background-color: #82A19A; }

 a { background-color: rgb(130,161,154); }

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

<style>
 span { border-color: #82A19A; }

 span { border-color: rgb(130,161,154); }

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