#87AAA1

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

Shades of Cascade #87AAA1

Tints of Cascade #87AAA1

Color information

#87AAA1 (or 0x87AAA1) is unknown color: approx Cascade. HEX triplet: 87, AA and A1. RGB value is (135,170,161). Sum of RGB (Red+Green+Blue) = 135+170+161=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #87AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAA1 is #78555E. Grayscale: #9E9E9E. Windows color (decimal): -7886175 or 10594951. OLE color: 10594951.

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

Color convert

RGB135170161-
CMYK0.2100.050.33
HSL164.57º17.07%59.8%-
HSV(B)164.57º20.59%66.67%-
XYZ30.836.4739.14-
YUV158.51129.4111.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=28.97%
G=36.48%
B=34.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351701610.2100.050.33164.5717.0759.8
Hex87AAA1150521a5113c
Octal2072522412505412452174
Binary1000011110101010101000011010101011000011010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,161); }

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

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

 a { background-color: rgb(135,170,161); }

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

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

 span { border-color: rgb(135,170,161); }

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