#88ABA0

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

Shades of Cascade #88ABA0

Tints of Cascade #88ABA0

Color information

#88ABA0 (or 0x88ABA0) is unknown color: approx Cascade. HEX triplet: 88, AB and A0. RGB value is (136,171,160). Sum of RGB (Red+Green+Blue) = 136+171+160=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #88ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ABA0 is #77545F. Grayscale: #9F9F9F. Windows color (decimal): -7820384 or 10529672. OLE color: 10529672.

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

Color convert

RGB136171160-
CMYK0.2000.060.33
HSL161.14º17.24%60.2%-
HSV(B)161.14º20.47%67.06%-
XYZ31.0636.938.74-
YUV159.28128.4111.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=29.12%
G=36.62%
B=34.26%

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
Decimal1361711600.2000.060.33161.1417.2460.2
Hex88ABA0140621a1113c
Octal2102532402406412412174
Binary1000100010101011101000001010001101000011010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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