Html Css Color HEX #89AC9F Cascade

📋 copy color: '#89AC9F'

red 137 ◦ green 172 ◦ blue 159

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

Shades of Cascade #89AC9F

Tints of Cascade #89AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 29.27%
G = 36.75%
B = 33.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#89AC9F (or 0x89AC9F) is known color: Cascade. HEX triplet: 89, AC and 9F. RGB value is (137,172,159). Sum of RGB (Red+Green+Blue) = 137+172+159=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AC9F is #765360. Grayscale: #A0A0A0. Windows color (decimal): -7754593 or 10464393. OLE color: 10464393.

HSL color Cylindrical-coordinate representation of color #89AC9F: hue angle of 157.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AC9F is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 172 159 -
CMYK 0.20 0 0.08 0.33
HSL 157.71º 0.17% 0.61% -
HSV(B) 157.71º 0.2% 0.67% -
XYZ 31.33 37.33 38.35 -
YUV 160.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 137 172 159 0.20 0 0.08 0.33 157.71 0.17 0.61
Hex 89 AC 9F 14 0 8 21 9E 11 3D
Octal 211 254 237 24 0 10 41 236 21 75
Binary 10001001 10101100 10011111 10100 0 1000 100001 10011110 10001 111101

Color Harmonies of #89AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AC9F

Black with #89AC9F

Text Example


Text Example

White with #89AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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