#89a59e

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

Shades of Cascade #89A59E

Tints of Cascade #89A59E

Color information

#89A59E (or 0x89A59E) is unknown color: approx Cascade. HEX triplet: 89, A5 and 9E. RGB value is (137,165,158). Sum of RGB (Red+Green+Blue) = 137+165+158=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #89A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A59E is #765A61. Grayscale: #9B9B9B. Windows color (decimal): -7756386 or 10397065. OLE color: 10397065.

HSL color Cylindrical-coordinate representation of color #89A59E: hue angle of 165º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A59E is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB137165158-
CMYK0.1700.040.35
HSL165º13.46%59.22%-
HSV(B)165º16.97%64.71%-
XYZ29.9434.737.47-
YUV155.83129.22114.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=29.78%
G=35.87%
B=34.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371651580.1700.040.3516513.4659.22
Hex89A59E110423a5d3b
Octal2112452362104432451573
Binary100010011010010110011110100010100100011101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89a59e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89a59e; }

 p { color: rgb(137,165,158); }

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

<style>
 a { background-color: #89a59e; }

 a { background-color: rgb(137,165,158); }

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

<style>
 span { border-color: #89a59e; }

 span { border-color: rgb(137,165,158); }

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