Html Css Color HEX #89AE9E Cascade

📋 copy color: '#89AE9E'

red 137 ◦ green 174 ◦ blue 158

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

Shades of Cascade #89AE9E

Tints of Cascade #89AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 29.21%
G = 37.1%
B = 33.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#89AE9E (or 0x89AE9E) is known color: Cascade. HEX triplet: 89, AE and 9E. RGB value is (137,174,158). Sum of RGB (Red+Green+Blue) = 137+174+158=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AE9E is #765161. Grayscale: #A1A1A1. Windows color (decimal): -7754082 or 10399369. OLE color: 10399369.

HSL color Cylindrical-coordinate representation of color #89AE9E: hue angle of 154.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AE9E is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 174 158 -
CMYK 0.21 0 0.09 0.32
HSL 154.05º 0.19% 0.61% -
HSV(B) 154.05º 0.21% 0.68% -
XYZ 31.62 38.06 38.03 -
YUV 161.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 137 174 158 0.21 0 0.09 0.32 154.05 0.19 0.61
Hex 89 AE 9E 15 0 9 20 9A 13 3D
Octal 211 256 236 25 0 11 40 232 23 75
Binary 10001001 10101110 10011110 10101 0 1001 100000 10011010 10011 111101

Color Harmonies of #89AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AE9E

Black with #89AE9E

Text Example


Text Example

White with #89AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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