#89AA9F

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

Shades of Cascade #89AA9F

Tints of Cascade #89AA9F

Color information

#89AA9F (or 0x89AA9F) is unknown color: approx Cascade. HEX triplet: 89, AA and 9F. RGB value is (137,170,159). Sum of RGB (Red+Green+Blue) = 137+170+159=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA9F is #765560. Grayscale: #9E9E9E. Windows color (decimal): -7755105 or 10463881. OLE color: 10463881.

HSL color Cylindrical-coordinate representation of color #89AA9F: hue angle of 160º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA9F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB137170159-
CMYK0.1900.060.33
HSL160º16.26%60.2%-
HSV(B)160º19.41%66.67%-
XYZ30.9536.5738.23-
YUV158.88128.07112.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=29.40%
G=36.48%
B=34.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701590.1900.060.3316016.2660.2
Hex89AA9F130621a0103c
Octal2112522372306412402074
Binary1000100110101010100111111001101101000011010000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,159); }

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

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

 a { background-color: rgb(137,170,159); }

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

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

 span { border-color: rgb(137,170,159); }

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