Html Css Color HEX #8FA89F Cascade

📋 copy color: '#8FA89F'

red 143 ◦ green 168 ◦ blue 159

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

Shades of Cascade #8FA89F

Tints of Cascade #8FA89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 30.43%
G = 35.74%
B = 33.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#8FA89F (or 0x8FA89F) is known color: Cascade. HEX triplet: 8F, A8 and 9F. RGB value is (143,168,159). Sum of RGB (Red+Green+Blue) = 143+168+159=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA89F is #705760. Grayscale: #9F9F9F. Windows color (decimal): -7362401 or 10463375. OLE color: 10463375.

HSL color Cylindrical-coordinate representation of color #8FA89F: hue angle of 158.4º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA89F is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 143 168 159 -
CMYK 0.15 0 0.05 0.34
HSL 158.4º 0.13% 0.61% -
HSV(B) 158.4º 0.15% 0.66% -
XYZ 31.59 36.35 38.15 -
YUV 159.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 143 168 159 0.15 0 0.05 0.34 158.4 0.13 0.61
Hex 8F A8 9F F 0 5 22 9E D 3D
Octal 217 250 237 17 0 5 42 236 15 75
Binary 10001111 10101000 10011111 1111 0 101 100010 10011110 1101 111101

Color Harmonies of #8FA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA89F

Black with #8FA89F

Text Example


Text Example

White with #8FA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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