#89A69D

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

Shades of Cascade #89A69D

Tints of Cascade #89A69D

Color information

#89A69D (or 0x89A69D) is unknown color: approx Cascade. HEX triplet: 89, A6 and 9D. RGB value is (137,166,157). Sum of RGB (Red+Green+Blue) = 137+166+157=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #89A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A69D is #765962. Grayscale: #9C9C9C. Windows color (decimal): -7756131 or 10331785. OLE color: 10331785.

HSL color Cylindrical-coordinate representation of color #89A69D: hue angle of 161.38º degrees, saturation: 0.14, 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 #89A69D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB137166157-
CMYK0.1700.050.35
HSL161.38º14.01%59.41%-
HSV(B)161.38º17.47%65.1%-
XYZ30.0435.0337.08-
YUV156.3128.39114.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=29.78%
G=36.09%
B=34.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371661570.1700.050.35161.3814.0159.41
Hex89A69D110523a1e3b
Octal2112462352105432411673
Binary100010011010011010011101100010101100011101000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,166,157); }

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

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

 a { background-color: rgb(137,166,157); }

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

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

 span { border-color: rgb(137,166,157); }

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