#88AB9C

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

Shades of Cascade #88AB9C

Tints of Cascade #88AB9C

Color information

#88AB9C (or 0x88AB9C) is unknown color: approx Cascade. HEX triplet: 88, AB and 9C. RGB value is (136,171,156). Sum of RGB (Red+Green+Blue) = 136+171+156=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB9C is #775463. Grayscale: #9E9E9E. Windows color (decimal): -7820388 or 10267528. OLE color: 10267528.

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

Color convert

RGB136171156-
CMYK0.2000.090.33
HSL154.29º17.24%60.2%-
HSV(B)154.29º20.47%67.06%-
XYZ30.7236.7636.93-
YUV158.82126.4111.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=29.37%
G=36.93%
B=33.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361711560.2000.090.33154.2917.2460.2
Hex88AB9C1409219a113c
Octal21025323424011412322174
Binary10001000101010111001110010100010011000011001101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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