Html Css Color HEX #87AA9B Cascade

📋 copy color: '#87AA9B'

red 135 ◦ green 170 ◦ blue 155

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

Shades of Cascade #87AA9B

Tints of Cascade #87AA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.7%

R = 29.35%
G = 36.96%
B = 33.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#87AA9B (or 0x87AA9B) is known color: Cascade. HEX triplet: 87, AA and 9B. RGB value is (135,170,155). Sum of RGB (Red+Green+Blue) = 135+170+155=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AA9B is #785564. Grayscale: #9D9D9D. Windows color (decimal): -7886181 or 10201735. OLE color: 10201735.

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

Color convert

RGB 135 170 155 -
CMYK 0.21 0 0.09 0.33
HSL 154.29º 0.17% 0.6% -
HSV(B) 154.29º 0.21% 0.67% -
XYZ 30.28 36.27 36.41 -
YUV 157.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 135 170 155 0.21 0 0.09 0.33 154.29 0.17 0.6
Hex 87 AA 9B 15 0 9 21 9A 11 3C
Octal 207 252 233 25 0 11 41 232 21 74
Binary 10000111 10101010 10011011 10101 0 1001 100001 10011010 10001 111100

Color Harmonies of #87AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AA9B

Black with #87AA9B

Text Example


Text Example

White with #87AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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