Html Css Color HEX #89A59F Cascade

📋 copy color: '#89A59F'

red 137 ◦ green 165 ◦ blue 159

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

Shades of Cascade #89A59F

Tints of Cascade #89A59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 29.72%
G = 35.79%
B = 34.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#89A59F (or 0x89A59F) is known color: Cascade. HEX triplet: 89, A5 and 9F. RGB value is (137,165,159). Sum of RGB (Red+Green+Blue) = 137+165+159=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #89A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A59F is #765A60. Grayscale: #9B9B9B. Windows color (decimal): -7756385 or 10462601. OLE color: 10462601.

HSL color Cylindrical-coordinate representation of color #89A59F: hue angle of 167.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A59F is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 165 159 -
CMYK 0.17 0 0.04 0.35
HSL 167.14º 0.13% 0.59% -
HSV(B) 167.14º 0.17% 0.65% -
XYZ 30.03 34.73 37.92 -
YUV 155.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 137 165 159 0.17 0 0.04 0.35 167.14 0.13 0.59
Hex 89 A5 9F 11 0 4 23 A7 D 3B
Octal 211 245 237 21 0 4 43 247 15 73
Binary 10001001 10100101 10011111 10001 0 100 100011 10100111 1101 111011

Color Harmonies of #89A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A59F

Black with #89A59F

Text Example


Text Example

White with #89A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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