Html Css Color HEX #89AB9B Cascade

📋 copy color: '#89AB9B'

red 137 ◦ green 171 ◦ blue 155

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

Shades of Cascade #89AB9B

Tints of Cascade #89AB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 29.59%
G = 36.93%
B = 33.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#89AB9B (or 0x89AB9B) is known color: Cascade. HEX triplet: 89, AB and 9B. RGB value is (137,171,155). Sum of RGB (Red+Green+Blue) = 137+171+155=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AB9B is #765464. Grayscale: #9F9F9F. Windows color (decimal): -7754853 or 10201993. OLE color: 10201993.

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

Color convert

RGB 137 171 155 -
CMYK 0.20 0 0.09 0.33
HSL 151.76º 0.17% 0.6% -
HSV(B) 151.76º 0.2% 0.67% -
XYZ 30.8 36.81 36.49 -
YUV 159.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 137 171 155 0.20 0 0.09 0.33 151.76 0.17 0.6
Hex 89 AB 9B 14 0 9 21 98 11 3C
Octal 211 253 233 24 0 11 41 230 21 74
Binary 10001001 10101011 10011011 10100 0 1001 100001 10011000 10001 111100

Color Harmonies of #89AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AB9B

Black with #89AB9B

Text Example


Text Example

White with #89AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,171,155); }

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

background-color css

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

 a { background-color: rgb(137,171,155); }

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

border-color css

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

 span { border-color: rgb(137,171,155); }

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