Html Css Color HEX #8FA09C Cascade

📋 copy color: '#8FA09C'

red 143 ◦ green 160 ◦ blue 156

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

Shades of Cascade #8FA09C

Tints of Cascade #8FA09C

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 value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#8FA09C (or 0x8FA09C) is known color: 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

RGB 143 160 156 -
CMYK 0.11 0 0.02 0.37
HSL 165.88º 0.08% 0.59% -
HSV(B) 165.88º 0.11% 0.63% -
XYZ 29.9 33.38 36.32 -
YUV 154.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 143 160 156 0.11 0 0.02 0.37 165.88 0.08 0.59
Hex 8F A0 9C B 0 2 25 A6 8 3B
Octal 217 240 234 13 0 2 45 246 10 73
Binary 10001111 10100000 10011100 1011 0 10 100101 10100110 1000 111011

Color Harmonies of #8FA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA09C

Black with #8FA09C

Text Example


Text Example

White with #8FA09C

Text Example


Text Example

HTML Codes & Css Web 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>