#88AA9A

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

Shades of Cascade #88AA9A

Tints of Cascade #88AA9A

Color information

#88AA9A (or 0x88AA9A) is unknown color: approx Cascade. HEX triplet: 88, AA and 9A. RGB value is (136,170,154). Sum of RGB (Red+Green+Blue) = 136+170+154=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA9A is #775565. Grayscale: #9E9E9E. Windows color (decimal): -7820646 or 10136200. OLE color: 10136200.

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

Color convert

RGB136170154-
CMYK0.2000.090.33
HSL151.76º16.67%60%-
HSV(B)151.76º20%66.67%-
XYZ30.3636.3235.98-
YUV158.01125.74112.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=29.57%
G=36.96%
B=33.48%

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
Decimal1361701540.2000.090.33151.7616.6760
Hex88AA9A14092198113c
Octal21025223224011412302174
Binary10001000101010101001101010100010011000011001100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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