Html Css Color HEX #89A39E Cascade

📋 copy color: '#89A39E'

red 137 ◦ green 163 ◦ blue 158

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

Shades of Cascade #89A39E

Tints of Cascade #89A39E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 29.91%
G = 35.59%
B = 34.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#89A39E (or 0x89A39E) is known color: Cascade. HEX triplet: 89, A3 and 9E. RGB value is (137,163,158). Sum of RGB (Red+Green+Blue) = 137+163+158=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #89A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A39E is #765C61. Grayscale: #9A9A9A. Windows color (decimal): -7756898 or 10396553. OLE color: 10396553.

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

Color convert

RGB 137 163 158 -
CMYK 0.16 0 0.03 0.36
HSL 168.46º 0.12% 0.59% -
HSV(B) 168.46º 0.16% 0.64% -
XYZ 29.59 33.98 37.35 -
YUV 154.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 137 163 158 0.16 0 0.03 0.36 168.46 0.12 0.59
Hex 89 A3 9E 10 0 3 24 A8 C 3B
Octal 211 243 236 20 0 3 44 250 14 73
Binary 10001001 10100011 10011110 10000 0 11 100100 10101000 1100 111011

Color Harmonies of #89A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A39E

Black with #89A39E

Text Example


Text Example

White with #89A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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