#8FA09C

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

Shades of Cascade #8FA09C

Tints of Cascade #8FA09C

Color information

#8FA09C (or 0x8FA09C) is unknown color: approx Cascade. HEX triplet: 8F, A0 and 9C. RGB value is (143,160,156). Sum of RGB (Red+Green+Blue) = 143+160+156=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA09C is #705F63. Grayscale: #9A9A9A. Windows color (decimal): -7364452 or 10264719. OLE color: 10264719.

HSL color Cylindrical-coordinate representation of color #8FA09C: hue angle of 165.88º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA09C is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB143160156-
CMYK0.1100.020.37
HSL165.88º8.21%59.41%-
HSV(B)165.88º10.63%62.75%-
XYZ29.933.3836.32-
YUV154.46128.87119.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=31.15%
G=34.86%
B=33.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431601560.1100.020.37165.888.2159.41
Hex8FA09CB0225a683b
Octal2172402341302452461073
Binary1000111110100000100111001011010100101101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,156); }

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

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

 a { background-color: rgb(143,160,156); }

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

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

 span { border-color: rgb(143,160,156); }

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