#88AB9F

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

Shades of Cascade #88AB9F

Tints of Cascade #88AB9F

Color information

#88AB9F (or 0x88AB9F) is unknown color: approx Cascade. HEX triplet: 88, AB and 9F. RGB value is (136,171,159). Sum of RGB (Red+Green+Blue) = 136+171+159=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9F is #775460. Grayscale: #9F9F9F. Windows color (decimal): -7820385 or 10464136. OLE color: 10464136.

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

Color convert

RGB136171159-
CMYK0.2000.070.33
HSL159.43º17.24%60.2%-
HSV(B)159.43º20.47%67.06%-
XYZ30.9736.8638.28-
YUV159.17127.9111.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=29.18%
G=36.70%
B=34.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361711590.2000.070.33159.4317.2460.2
Hex88AB9F1407219f113c
Octal2102532372407412372174
Binary1000100010101011100111111010001111000011001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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