Html Css Color HEX #8FA49F Cascade

📋 copy color: '#8FA49F'

red 143 ◦ green 164 ◦ blue 159

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

Shades of Cascade #8FA49F

Tints of Cascade #8FA49F

RGB

 RED value IS 143 (56.25% from 255) = 30.69%

 GREEN value IS 164 (64.45% from 255) = 35.19%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 30.69%
G = 35.19%
B = 34.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#8FA49F (or 0x8FA49F) is known color: Cascade. HEX triplet: 8F, A4 and 9F. RGB value is (143,164,159). Sum of RGB (Red+Green+Blue) = 143+164+159=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA49F is #705B60. Grayscale: #9D9D9D. Windows color (decimal): -7363425 or 10462351. OLE color: 10462351.

HSL color Cylindrical-coordinate representation of color #8FA49F: hue angle of 165.71º 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 #8FA49F is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 164 159 -
CMYK 0.13 0 0.03 0.36
HSL 165.71º 0.1% 0.6% -
HSV(B) 165.71º 0.13% 0.64% -
XYZ 30.86 34.89 37.91 -
YUV 157.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 143 164 159 0.13 0 0.03 0.36 165.71 0.1 0.6
Hex 8F A4 9F D 0 3 24 A6 A 3C
Octal 217 244 237 15 0 3 44 246 12 74
Binary 10001111 10100100 10011111 1101 0 11 100100 10100110 1010 111100

Color Harmonies of #8FA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA49F

Black with #8FA49F

Text Example


Text Example

White with #8FA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FA49F;
 }
 .AnyTagClassName
 {
   color: #8FA49F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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