Html Css Color HEX #89AA9F Cascade

📋 copy color: '#89AA9F'

red 137 ◦ green 170 ◦ blue 159

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

Shades of Cascade #89AA9F

Tints of Cascade #89AA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 29.4%
G = 36.48%
B = 34.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#89AA9F (or 0x89AA9F) is known color: Cascade. HEX triplet: 89, AA and 9F. RGB value is (137,170,159). Sum of RGB (Red+Green+Blue) = 137+170+159=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA9F is #765560. Grayscale: #9E9E9E. Windows color (decimal): -7755105 or 10463881. OLE color: 10463881.

HSL color Cylindrical-coordinate representation of color #89AA9F: hue angle of 160º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AA9F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 170 159 -
CMYK 0.19 0 0.06 0.33
HSL 160º 0.16% 0.6% -
HSV(B) 160º 0.19% 0.67% -
XYZ 30.95 36.57 38.23 -
YUV 158.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 137 170 159 0.19 0 0.06 0.33 160 0.16 0.6
Hex 89 AA 9F 13 0 6 21 A0 10 3C
Octal 211 252 237 23 0 6 41 240 20 74
Binary 10001001 10101010 10011111 10011 0 110 100001 10100000 10000 111100

Color Harmonies of #89AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AA9F

Black with #89AA9F

Text Example


Text Example

White with #89AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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