Html Css Color HEX #87AAA0 Cascade

📋 copy color: '#87AAA0'

red 135 ◦ green 170 ◦ blue 160

#87AAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #87AAA0

Tints of Cascade #87AAA0

RGB

 RED value IS 135 (53.13% from 255) = 29.03%

 GREEN value IS 170 (66.8% from 255) = 36.56%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 29.03%
G = 36.56%
B = 34.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#87AAA0 (or 0x87AAA0) is known color: Cascade. HEX triplet: 87, AA and A0. RGB value is (135,170,160). Sum of RGB (Red+Green+Blue) = 135+170+160=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #87AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAA0 is #78555F. Grayscale: #9E9E9E. Windows color (decimal): -7886176 or 10529415. OLE color: 10529415.

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

Color convert

RGB 135 170 160 -
CMYK 0.21 0 0.06 0.33
HSL 162.86º 0.17% 0.6% -
HSV(B) 162.86º 0.21% 0.67% -
XYZ 30.71 36.44 38.67 -
YUV 158.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 135 170 160 0.21 0 0.06 0.33 162.86 0.17 0.6
Hex 87 AA A0 15 0 6 21 A3 11 3C
Octal 207 252 240 25 0 6 41 243 21 74
Binary 10000111 10101010 10100000 10101 0 110 100001 10100011 10001 111100

Color Harmonies of #87AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAA0

Black with #87AAA0

Text Example


Text Example

White with #87AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87AAA0;
 }
 .AnyTagClassName
 {
   color: #87AAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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