#88AA9D

Color #88AA9D Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #88AA9D

Tints of Cascade #88AA9D

Color information

#88AA9D (or 0x88AA9D) is unknown color: approx Cascade. HEX triplet: 88, AA and 9D. RGB value is (136,170,157). Sum of RGB (Red+Green+Blue) = 136+170+157=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA9D is #775562. Grayscale: #9E9E9E. Windows color (decimal): -7820643 or 10332808. OLE color: 10332808.

HSL color Cylindrical-coordinate representation of color #88AA9D: hue angle of 157.06º 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 #88AA9D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB136170157-
CMYK0.2000.080.33
HSL157.06º16.67%60%-
HSV(B)157.06º20%66.67%-
XYZ30.6136.4237.31-
YUV158.35127.24112.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=29.37%
G=36.72%
B=33.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701570.2000.080.33157.0616.6760
Hex88AA9D1408219d113c
Octal21025223524010412352174
Binary10001000101010101001110110100010001000011001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AA9D; }

 p { color: rgb(136,170,157); }

 H1.HeaderClassName
 {
   color: #88AA9D;
 }
 .AnyTagClassName
 {
   color: #88AA9D;
 }
</style>
background-color css

<style>
 a { background-color: #88AA9D; }

 a { background-color: rgb(136,170,157); }

 div.DivClassName
 {
   background-color: #88AA9D;
 }
 .BgClassName
 {
   background-color: #88AA9D;
 }
</style>
border-color css

<style>
 span { border-color: #88AA9D; }

 span { border-color: rgb(136,170,157); }

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