#88A9A1

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

Shades of Cascade #88A9A1

Tints of Cascade #88A9A1

Color information

#88A9A1 (or 0x88A9A1) is unknown color: approx Cascade. HEX triplet: 88, A9 and A1. RGB value is (136,169,161). Sum of RGB (Red+Green+Blue) = 136+169+161=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #88A9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A9A1 is #77565E. Grayscale: #9E9E9E. Windows color (decimal): -7820895 or 10594696. OLE color: 10594696.

HSL color Cylindrical-coordinate representation of color #88A9A1: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A9A1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB136169161-
CMYK0.2000.050.34
HSL165.45º16.1%59.8%-
HSV(B)165.45º19.53%66.27%-
XYZ30.7736.1839.08-
YUV158.22129.57112.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=29.18%
G=36.27%
B=34.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361691610.2000.050.34165.4516.159.8
Hex88A9A1140522a5103c
Octal2102512412405422452074
Binary1000100010101001101000011010001011000101010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,169,161); }

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

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

 a { background-color: rgb(136,169,161); }

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

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

 span { border-color: rgb(136,169,161); }

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