Html Css Color HEX #87ABA0 Cascade

📋 copy color: '#87ABA0'

red 135 ◦ green 171 ◦ blue 160

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

Shades of Cascade #87ABA0

Tints of Cascade #87ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 28.97%
G = 36.7%
B = 34.33%

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

#87ABA0 (or 0x87ABA0) is known color: Cascade. HEX triplet: 87, AB and A0. RGB value is (135,171,160). Sum of RGB (Red+Green+Blue) = 135+171+160=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #87ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABA0 is #78545F. Grayscale: #9E9E9E. Windows color (decimal): -7885920 or 10529671. OLE color: 10529671.

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

Color convert

RGB 135 171 160 -
CMYK 0.21 0 0.06 0.33
HSL 161.67º 0.18% 0.6% -
HSV(B) 161.67º 0.21% 0.67% -
XYZ 30.9 36.81 38.74 -
YUV 158.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 135 171 160 0.21 0 0.06 0.33 161.67 0.18 0.6
Hex 87 AB A0 15 0 6 21 A2 12 3C
Octal 207 253 240 25 0 6 41 242 22 74
Binary 10000111 10101011 10100000 10101 0 110 100001 10100010 10010 111100

Color Harmonies of #87ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABA0

Black with #87ABA0

Text Example


Text Example

White with #87ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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