#8FA49D

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

Shades of Cascade #8FA49D

Tints of Cascade #8FA49D

Color information

#8FA49D (or 0x8FA49D) is unknown color: approx Cascade. HEX triplet: 8F, A4 and 9D. RGB value is (143,164,157). Sum of RGB (Red+Green+Blue) = 143+164+157=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA49D is #705B62. Grayscale: #9C9C9C. Windows color (decimal): -7363427 or 10331279. OLE color: 10331279.

HSL color Cylindrical-coordinate representation of color #8FA49D: hue angle of 160º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA49D is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB143164157-
CMYK0.1300.040.36
HSL160º10.34%60.2%-
HSV(B)160º12.8%64.31%-
XYZ30.6934.8237-
YUV156.92128.04118.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=30.82%
G=35.34%
B=33.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641570.1300.040.3616010.3460.2
Hex8FA49DD0424a0a3c
Octal2172442351504442401274
Binary10001111101001001001110111010100100100101000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA49D; }

 p { color: rgb(143,164,157); }

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

<style>
 a { background-color: #8FA49D; }

 a { background-color: rgb(143,164,157); }

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

<style>
 span { border-color: #8FA49D; }

 span { border-color: rgb(143,164,157); }

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