Html Css Color HEX #87A09A Cascade

📋 copy color: '#87A09A'

red 135 ◦ green 160 ◦ blue 154

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

Shades of Cascade #87A09A

Tints of Cascade #87A09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 30.07%
G = 35.63%
B = 34.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#87A09A (or 0x87A09A) is known color: Cascade. HEX triplet: 87, A0 and 9A. RGB value is (135,160,154). Sum of RGB (Red+Green+Blue) = 135+160+154=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #87A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A09A is #785F65. Grayscale: #979797. Windows color (decimal): -7888742 or 10133639. OLE color: 10133639.

HSL color Cylindrical-coordinate representation of color #87A09A: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A09A is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 160 154 -
CMYK 0.16 0 0.04 0.37
HSL 165.6º 0.12% 0.58% -
HSV(B) 165.6º 0.16% 0.63% -
XYZ 28.4 32.63 35.37 -
YUV 151.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 135 160 154 0.16 0 0.04 0.37 165.6 0.12 0.58
Hex 87 A0 9A 10 0 4 25 A6 C 3A
Octal 207 240 232 20 0 4 45 246 14 72
Binary 10000111 10100000 10011010 10000 0 100 100101 10100110 1100 111010

Color Harmonies of #87A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A09A

Black with #87A09A

Text Example


Text Example

White with #87A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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