#82AB9C

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

Shades of Cascade #82AB9C

Tints of Cascade #82AB9C

Color information

#82AB9C (or 0x82AB9C) is unknown color: approx Cascade. HEX triplet: 82, AB and 9C. RGB value is (130,171,156). Sum of RGB (Red+Green+Blue) = 130+171+156=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB9C is #7D5463. Grayscale: #9D9D9D. Windows color (decimal): -8213604 or 10267522. OLE color: 10267522.

HSL color Cylindrical-coordinate representation of color #82AB9C: hue angle of 158.05º 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 #82AB9C is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB130171156-
CMYK0.2400.090.33
HSL158.05º19.62%59.02%-
HSV(B)158.05º23.98%67.06%-
XYZ29.7736.2736.88-
YUV157.03127.42108.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=28.45%
G=37.42%
B=34.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711560.2400.090.33158.0519.6259.02
Hex82AB9C1809219e143b
Octal20225323430011412362473
Binary10000010101010111001110011000010011000011001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,156); }

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

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

 a { background-color: rgb(130,171,156); }

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

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

 span { border-color: rgb(130,171,156); }

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