#88AA9F

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

Shades of Cascade #88AA9F

Tints of Cascade #88AA9F

Color information

#88AA9F (or 0x88AA9F) is unknown color: approx Cascade. HEX triplet: 88, AA and 9F. RGB value is (136,170,159). Sum of RGB (Red+Green+Blue) = 136+170+159=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA9F is #775560. Grayscale: #9E9E9E. Windows color (decimal): -7820641 or 10463880. OLE color: 10463880.

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

Color convert

RGB136170159-
CMYK0.2000.060.33
HSL160.59º16.67%60%-
HSV(B)160.59º20%66.67%-
XYZ30.7936.4938.22-
YUV158.58128.24111.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=29.25%
G=36.56%
B=34.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701590.2000.060.33160.5916.6760
Hex88AA9F140621a1113c
Octal2102522372406412412174
Binary1000100010101010100111111010001101000011010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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