#87AE9D

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

Shades of Cascade #87AE9D

Tints of Cascade #87AE9D

Color information

#87AE9D (or 0x87AE9D) is unknown color: approx Cascade. HEX triplet: 87, AE and 9D. RGB value is (135,174,157). Sum of RGB (Red+Green+Blue) = 135+174+157=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AE9D is #785162. Grayscale: #A0A0A0. Windows color (decimal): -7885155 or 10333831. OLE color: 10333831.

HSL color Cylindrical-coordinate representation of color #87AE9D: hue angle of 153.85º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AE9D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB135174157-
CMYK0.2200.100.32
HSL153.85º19.4%60.59%-
HSV(B)153.85º22.41%68.24%-
XYZ31.2137.8637.56-
YUV160.4126.08109.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=28.97%
G=37.34%
B=33.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741570.2200.100.32153.8519.460.59
Hex87AE9D160A209a133d
Octal20725623526012402322375
Binary10000111101011101001110110110010101000001001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,157); }

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

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

 a { background-color: rgb(135,174,157); }

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

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

 span { border-color: rgb(135,174,157); }

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