Html Css Color HEX #89AD9D Cascade

📋 copy color: '#89AD9D'

red 137 ◦ green 173 ◦ blue 157

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

Shades of Cascade #89AD9D

Tints of Cascade #89AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 29.34%
G = 37.04%
B = 33.62%

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

#89AD9D (or 0x89AD9D) is known color: Cascade. HEX triplet: 89, AD and 9D. RGB value is (137,173,157). Sum of RGB (Red+Green+Blue) = 137+173+157=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AD9D is #765262. Grayscale: #A0A0A0. Windows color (decimal): -7754339 or 10333577. OLE color: 10333577.

HSL color Cylindrical-coordinate representation of color #89AD9D: hue angle of 153.33º degrees, saturation: 0.18, 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 #89AD9D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 173 157 -
CMYK 0.21 0 0.09 0.32
HSL 153.33º 0.18% 0.61% -
HSV(B) 153.33º 0.21% 0.68% -
XYZ 31.35 37.64 37.51 -
YUV 160.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 137 173 157 0.21 0 0.09 0.32 153.33 0.18 0.61
Hex 89 AD 9D 15 0 9 20 99 12 3D
Octal 211 255 235 25 0 11 40 231 22 75
Binary 10001001 10101101 10011101 10101 0 1001 100000 10011001 10010 111101

Color Harmonies of #89AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AD9D

Black with #89AD9D

Text Example


Text Example

White with #89AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,157); }

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

background-color css

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

 a { background-color: rgb(137,173,157); }

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

border-color css

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

 span { border-color: rgb(137,173,157); }

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