#87AC9B

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

Shades of Cascade #87AC9B

Tints of Cascade #87AC9B

Color information

#87AC9B (or 0x87AC9B) is unknown color: approx Cascade. HEX triplet: 87, AC and 9B. RGB value is (135,172,155). Sum of RGB (Red+Green+Blue) = 135+172+155=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AC9B is #785364. Grayscale: #9F9F9F. Windows color (decimal): -7885669 or 10202247. OLE color: 10202247.

HSL color Cylindrical-coordinate representation of color #87AC9B: hue angle of 152.43º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AC9B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB135172155-
CMYK0.2200.100.33
HSL152.43º18.23%60.2%-
HSV(B)152.43º21.51%67.45%-
XYZ30.6637.0236.54-
YUV159125.74110.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=29.22%
G=37.23%
B=33.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721550.2200.100.33152.4318.2360.2
Hex87AC9B160A2198123c
Octal20725423326012412302274
Binary10000111101011001001101110110010101000011001100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AC9B; }

 p { color: rgb(135,172,155); }

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

<style>
 a { background-color: #87AC9B; }

 a { background-color: rgb(135,172,155); }

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

<style>
 span { border-color: #87AC9B; }

 span { border-color: rgb(135,172,155); }

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