#89A6A1

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

Shades of Cascade #89A6A1

Tints of Cascade #89A6A1

Color information

#89A6A1 (or 0x89A6A1) is unknown color: approx Cascade. HEX triplet: 89, A6 and A1. RGB value is (137,166,161). Sum of RGB (Red+Green+Blue) = 137+166+161=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #89A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A6A1 is #76595E. Grayscale: #9C9C9C. Windows color (decimal): -7756127 or 10593929. OLE color: 10593929.

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

Color convert

RGB137166161-
CMYK0.1700.030.35
HSL169.66º14.01%59.41%-
HSV(B)169.66º17.47%65.1%-
XYZ30.3935.1638.9-
YUV156.76130.39113.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=29.53%
G=35.78%
B=34.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371661610.1700.030.35169.6614.0159.41
Hex89A6A1110323aae3b
Octal2112462412103432521673
Binary10001001101001101010000110001011100011101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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