#82A89E

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

Shades of Cascade #82A89E

Tints of Cascade #82A89E

Color information

#82A89E (or 0x82A89E) is unknown color: approx Cascade. HEX triplet: 82, A8 and 9E. RGB value is (130,168,158). Sum of RGB (Red+Green+Blue) = 130+168+158=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #82A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A89E is #7D5761. Grayscale: #9B9B9B. Windows color (decimal): -8214370 or 10397826. OLE color: 10397826.

HSL color Cylindrical-coordinate representation of color #82A89E: hue angle of 164.21º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A89E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB130168158-
CMYK0.2300.060.34
HSL164.21º17.92%58.43%-
HSV(B)164.21º22.62%65.88%-
XYZ29.3835.2237.6-
YUV155.5129.41109.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=28.51%
G=36.84%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301681580.2300.060.34164.2117.9258.43
Hex82A89E170622a4123a
Octal2022502362706422442272
Binary1000001010101000100111101011101101000101010010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,158); }

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

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

 a { background-color: rgb(130,168,158); }

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

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

 span { border-color: rgb(130,168,158); }

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