#89A39E

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

Shades of Cascade #89A39E

Tints of Cascade #89A39E

Color information

#89A39E (or 0x89A39E) is unknown color: approx Cascade. HEX triplet: 89, A3 and 9E. RGB value is (137,163,158). Sum of RGB (Red+Green+Blue) = 137+163+158=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #89A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A39E is #765C61. Grayscale: #9A9A9A. Windows color (decimal): -7756898 or 10396553. OLE color: 10396553.

HSL color Cylindrical-coordinate representation of color #89A39E: hue angle of 168.46º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A39E is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB137163158-
CMYK0.1600.030.36
HSL168.46º12.38%58.82%-
HSV(B)168.46º15.95%63.92%-
XYZ29.5933.9837.35-
YUV154.66129.89115.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=29.91%
G=35.59%
B=34.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631580.1600.030.36168.4612.3858.82
Hex89A39E100324a8c3b
Octal2112432362003442501473
Binary10001001101000111001111010000011100100101010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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