#89A39F

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

Shades of Cascade #89A39F

Tints of Cascade #89A39F

Color information

#89A39F (or 0x89A39F) is unknown color: approx Cascade. HEX triplet: 89, A3 and 9F. RGB value is (137,163,159). Sum of RGB (Red+Green+Blue) = 137+163+159=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #89A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A39F is #765C60. Grayscale: #9A9A9A. Windows color (decimal): -7756897 or 10462089. OLE color: 10462089.

HSL color Cylindrical-coordinate representation of color #89A39F: hue angle of 170.77º 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 #89A39F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB137163159-
CMYK0.1600.020.36
HSL170.77º12.38%58.82%-
HSV(B)170.77º15.95%63.92%-
XYZ29.6734.0237.8-
YUV154.77130.39115.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=29.85%
G=35.51%
B=34.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631590.1600.020.36170.7712.3858.82
Hex89A39F100224abc3b
Octal2112432372002442531473
Binary10001001101000111001111110000010100100101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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