Html Css Color HEX #82AC9D Cascade

📋 copy color: '#82AC9D'

red 130 ◦ green 172 ◦ blue 157

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

Shades of Cascade #82AC9D

Tints of Cascade #82AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 28.32%
G = 37.47%
B = 34.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#82AC9D (or 0x82AC9D) is known color: Cascade. HEX triplet: 82, AC and 9D. RGB value is (130,172,157). Sum of RGB (Red+Green+Blue) = 130+172+157=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AC9D is #7D5362. Grayscale: #9D9D9D. Windows color (decimal): -8213347 or 10333314. OLE color: 10333314.

HSL color Cylindrical-coordinate representation of color #82AC9D: hue angle of 158.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AC9D is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 157 -
CMYK 0.24 0 0.09 0.33
HSL 158.57º 0.2% 0.59% -
HSV(B) 158.57º 0.24% 0.67% -
XYZ 30.04 36.69 37.4 -
YUV 157.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 130 172 157 0.24 0 0.09 0.33 158.57 0.2 0.59
Hex 82 AC 9D 18 0 9 21 9F 14 3B
Octal 202 254 235 30 0 11 41 237 24 73
Binary 10000010 10101100 10011101 11000 0 1001 100001 10011111 10100 111011

Color Harmonies of #82AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC9D

Black with #82AC9D

Text Example


Text Example

White with #82AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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