#8FA29F

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

Shades of Cascade #8FA29F

Tints of Cascade #8FA29F

Color information

#8FA29F (or 0x8FA29F) is unknown color: approx Cascade. HEX triplet: 8F, A2 and 9F. RGB value is (143,162,159). Sum of RGB (Red+Green+Blue) = 143+162+159=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA29F is #705D60. Grayscale: #9B9B9B. Windows color (decimal): -7363937 or 10461839. OLE color: 10461839.

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

Color convert

RGB143162159-
CMYK0.1200.020.36
HSL170.53º9.27%59.8%-
HSV(B)170.53º11.73%63.53%-
XYZ30.5134.1837.79-
YUV155.98129.71118.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=30.82%
G=34.91%
B=34.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621590.1200.020.36170.539.2759.8
Hex8FA29FC0224ab93c
Octal2172422371402442531174
Binary1000111110100010100111111100010100100101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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