Html Css Color HEX #82A49D Cascade

📋 copy color: '#82A49D'

red 130 ◦ green 164 ◦ blue 157

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

Shades of Cascade #82A49D

Tints of Cascade #82A49D

RGB

 RED value IS 130 (51.17% from 255) = 28.82%

 GREEN value IS 164 (64.45% from 255) = 36.36%

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 28.82%
G = 36.36%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#82A49D (or 0x82A49D) is known color: Cascade. HEX triplet: 82, A4 and 9D. RGB value is (130,164,157). Sum of RGB (Red+Green+Blue) = 130+164+157=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #82A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A49D is #7D5B62. Grayscale: #999999. Windows color (decimal): -8215395 or 10331266. OLE color: 10331266.

HSL color Cylindrical-coordinate representation of color #82A49D: hue angle of 167.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A49D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 157 -
CMYK 0.21 0 0.04 0.36
HSL 167.65º 0.16% 0.58% -
HSV(B) 167.65º 0.21% 0.64% -
XYZ 28.57 33.73 36.9 -
YUV 153.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 130 164 157 0.21 0 0.04 0.36 167.65 0.16 0.58
Hex 82 A4 9D 15 0 4 24 A8 10 3A
Octal 202 244 235 25 0 4 44 250 20 72
Binary 10000010 10100100 10011101 10101 0 100 100100 10101000 10000 111010

Color Harmonies of #82A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A49D

Black with #82A49D

Text Example


Text Example

White with #82A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,157); }

 H1.HeaderClassName
 {
   color: #82A49D;
 }
 .AnyTagClassName
 {
   color: #82A49D;
 }
</style>

background-color css

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

 a { background-color: rgb(130,164,157); }

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

border-color css

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

 span { border-color: rgb(130,164,157); }

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