#82A39B

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

Shades of Cascade #82A39B

Tints of Cascade #82A39B

Color information

#82A39B (or 0x82A39B) is unknown color: approx Cascade. HEX triplet: 82, A3 and 9B. RGB value is (130,163,155). Sum of RGB (Red+Green+Blue) = 130+163+155=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #82A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A39B is #7D5C64. Grayscale: #989898. Windows color (decimal): -8215653 or 10199938. OLE color: 10199938.

HSL color Cylindrical-coordinate representation of color #82A39B: hue angle of 165.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A39B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB130163155-
CMYK0.2000.050.36
HSL165.45º15.21%57.45%-
HSV(B)165.45º20.25%63.92%-
XYZ28.2233.3135.95-
YUV152.22129.57112.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=29.02%
G=36.38%
B=34.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301631550.2000.050.36165.4515.2157.45
Hex82A39B140524a5f39
Octal2022432332405442451771
Binary100000101010001110011011101000101100100101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,163,155); }

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

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

 a { background-color: rgb(130,163,155); }

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

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

 span { border-color: rgb(130,163,155); }

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