#88A99D

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

Shades of Cascade #88A99D

Tints of Cascade #88A99D

Color information

#88A99D (or 0x88A99D) is unknown color: approx Cascade. HEX triplet: 88, A9 and 9D. RGB value is (136,169,157). Sum of RGB (Red+Green+Blue) = 136+169+157=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #88A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A99D is #775662. Grayscale: #9D9D9D. Windows color (decimal): -7820899 or 10332552. OLE color: 10332552.

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

Color convert

RGB136169157-
CMYK0.2000.070.34
HSL158.18º16.1%59.8%-
HSV(B)158.18º19.53%66.27%-
XYZ30.4336.0437.25-
YUV157.76127.57112.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=29.44%
G=36.58%
B=33.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361691570.2000.070.34158.1816.159.8
Hex88A99D1407229e103c
Octal2102512352407422362074
Binary1000100010101001100111011010001111000101001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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