#8FA29A

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

Shades of Cascade #8FA29A

Tints of Cascade #8FA29A

Color information

#8FA29A (or 0x8FA29A) is unknown color: approx Cascade. HEX triplet: 8F, A2 and 9A. RGB value is (143,162,154). Sum of RGB (Red+Green+Blue) = 143+162+154=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA29A is #705D65. Grayscale: #9B9B9B. Windows color (decimal): -7363942 or 10134159. OLE color: 10134159.

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

Color convert

RGB143162154-
CMYK0.1200.050.36
HSL154.74º9.27%59.8%-
HSV(B)154.74º11.73%63.53%-
XYZ30.0834.0135.55-
YUV155.41127.21119.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=31.15%
G=35.29%
B=33.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621540.1200.050.36154.749.2759.8
Hex8FA29AC05249b93c
Octal2172422321405442331174
Binary10001111101000101001101011000101100100100110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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