#88AAA0

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

Shades of Cascade #88AAA0

Tints of Cascade #88AAA0

Color information

#88AAA0 (or 0x88AAA0) is unknown color: approx Cascade. HEX triplet: 88, AA and A0. RGB value is (136,170,160). Sum of RGB (Red+Green+Blue) = 136+170+160=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA0 is #77555F. Grayscale: #9E9E9E. Windows color (decimal): -7820640 or 10529416. OLE color: 10529416.

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

Color convert

RGB136170160-
CMYK0.2000.060.33
HSL162.35º16.67%60%-
HSV(B)162.35º20%66.67%-
XYZ30.8736.5238.68-
YUV158.69128.74111.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=29.18%
G=36.48%
B=34.33%

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
Decimal1361701600.2000.060.33162.3516.6760
Hex88AAA0140621a2113c
Octal2102522402406412422174
Binary1000100010101010101000001010001101000011010001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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