#8FA299

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

Shades of Cascade #8FA299

Tints of Cascade #8FA299

Color information

#8FA299 (or 0x8FA299) is unknown color: approx Cascade. HEX triplet: 8F, A2 and 99. RGB value is (143,162,153). Sum of RGB (Red+Green+Blue) = 143+162+153=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA299 is #705D66. Grayscale: #9B9B9B. Windows color (decimal): -7363943 or 10068623. OLE color: 10068623.

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

Color convert

RGB143162153-
CMYK0.1200.060.36
HSL151.58º9.27%59.8%-
HSV(B)151.58º11.73%63.53%-
XYZ3033.9835.11-
YUV155.29126.71119.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=31.22%
G=35.37%
B=33.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621530.1200.060.36151.589.2759.8
Hex8FA299C06249893c
Octal2172422311406442301174
Binary10001111101000101001100111000110100100100110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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