#86AA9C

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

Shades of Cascade #86AA9C

Tints of Cascade #86AA9C

Color information

#86AA9C (or 0x86AA9C) is unknown color: approx Cascade. HEX triplet: 86, AA and 9C. RGB value is (134,170,156). Sum of RGB (Red+Green+Blue) = 134+170+156=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA9C is #795563. Grayscale: #9D9D9D. Windows color (decimal): -7951716 or 10267270. OLE color: 10267270.

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

Color convert

RGB134170156-
CMYK0.2100.080.33
HSL156.67º17.48%59.61%-
HSV(B)156.67º21.18%66.67%-
XYZ30.2136.2236.85-
YUV157.64127.07111.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=29.13%
G=36.96%
B=33.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701560.2100.080.33156.6717.4859.61
Hex86AA9C1508219d113c
Octal20625223425010412352174
Binary10000110101010101001110010101010001000011001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AA9C; }

 p { color: rgb(134,170,156); }

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

<style>
 a { background-color: #86AA9C; }

 a { background-color: rgb(134,170,156); }

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

<style>
 span { border-color: #86AA9C; }

 span { border-color: rgb(134,170,156); }

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