Html Css Color HEX #82A19A Cascade

📋 copy color: '#82A19A'

red 130 ◦ green 161 ◦ blue 154

#82A19A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #82A19A

Tints of Cascade #82A19A

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 value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#82A19A (or 0x82A19A) is known color: 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

RGB 130 161 154 -
CMYK 0.19 0 0.04 0.37
HSL 166.45º 0.14% 0.57% -
HSV(B) 166.45º 0.19% 0.63% -
XYZ 27.78 32.57 35.39 -
YUV 150.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 130 161 154 0.19 0 0.04 0.37 166.45 0.14 0.57
Hex 82 A1 9A 13 0 4 25 A6 E 39
Octal 202 241 232 23 0 4 45 246 16 71
Binary 10000010 10100001 10011010 10011 0 100 100101 10100110 1110 111001

Color Harmonies of #82A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A19A

Black with #82A19A

Text Example


Text Example

White with #82A19A

Text Example


Text Example

HTML Codes & Css Web 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>