Html Css Color HEX #89A39C Cascade

📋 copy color: '#89A39C'

red 137 ◦ green 163 ◦ blue 156

#89A39C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #89A39C

Tints of Cascade #89A39C

RGB

 RED value IS 137 (53.91% from 255) = 30.04%

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 30.04%
G = 35.75%
B = 34.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#89A39C (or 0x89A39C) is known color: Cascade. HEX triplet: 89, A3 and 9C. RGB value is (137,163,156). Sum of RGB (Red+Green+Blue) = 137+163+156=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #89A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A39C is #765C63. Grayscale: #9A9A9A. Windows color (decimal): -7756900 or 10265481. OLE color: 10265481.

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

Color convert

RGB 137 163 156 -
CMYK 0.16 0 0.04 0.36
HSL 163.85º 0.12% 0.59% -
HSV(B) 163.85º 0.16% 0.64% -
XYZ 29.41 33.91 36.45 -
YUV 154.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 137 163 156 0.16 0 0.04 0.36 163.85 0.12 0.59
Hex 89 A3 9C 10 0 4 24 A4 C 3B
Octal 211 243 234 20 0 4 44 244 14 73
Binary 10001001 10100011 10011100 10000 0 100 100100 10100100 1100 111011

Color Harmonies of #89A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A39C

Black with #89A39C

Text Example


Text Example

White with #89A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89A39C;
 }
 .AnyTagClassName
 {
   color: #89A39C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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