#88A69F

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

Shades of Cascade #88A69F

Tints of Cascade #88A69F

Color information

#88A69F (or 0x88A69F) is unknown color: approx Cascade. HEX triplet: 88, A6 and 9F. RGB value is (136,166,159). Sum of RGB (Red+Green+Blue) = 136+166+159=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #88A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A69F is #775960. Grayscale: #9C9C9C. Windows color (decimal): -7821665 or 10462856. OLE color: 10462856.

HSL color Cylindrical-coordinate representation of color #88A69F: hue angle of 166º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A69F is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB136166159-
CMYK0.1800.040.35
HSL166º14.42%59.22%-
HSV(B)166º18.07%65.1%-
XYZ30.0535.0137.97-
YUV156.23129.56113.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=29.50%
G=36.01%
B=34.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361661590.1800.040.3516614.4259.22
Hex88A69F120423a6e3b
Octal2102462372204432461673
Binary100010001010011010011111100100100100011101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,159); }

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

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

 a { background-color: rgb(136,166,159); }

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

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

 span { border-color: rgb(136,166,159); }

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