#89A69C

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

Shades of Cascade #89A69C

Tints of Cascade #89A69C

Color information

#89A69C (or 0x89A69C) is unknown color: approx Cascade. HEX triplet: 89, A6 and 9C. RGB value is (137,166,156). Sum of RGB (Red+Green+Blue) = 137+166+156=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #89A69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A69C is #765963. Grayscale: #9C9C9C. Windows color (decimal): -7756132 or 10266249. OLE color: 10266249.

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

Color convert

RGB137166156-
CMYK0.1700.060.35
HSL159.31º14.01%59.41%-
HSV(B)159.31º17.47%65.1%-
XYZ29.9534.9936.63-
YUV156.19127.89114.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=29.85%
G=36.17%
B=33.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371661560.1700.060.35159.3114.0159.41
Hex89A69C1106239fe3b
Octal2112462342106432371673
Binary100010011010011010011100100010110100011100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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