#8DA097

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

Shades of Cascade #8DA097

Tints of Cascade #8DA097

Color information

#8DA097 (or 0x8DA097) is unknown color: approx Cascade. HEX triplet: 8D, A0 and 97. RGB value is (141,160,151). Sum of RGB (Red+Green+Blue) = 141+160+151=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA097 is #725F68. Grayscale: #999999. Windows color (decimal): -7495529 or 9937037. OLE color: 9937037.

HSL color Cylindrical-coordinate representation of color #8DA097: hue angle of 151.58º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA097 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB141160151-
CMYK0.1200.060.37
HSL151.58º9.09%59.02%-
HSV(B)151.58º11.87%62.75%-
XYZ29.1433.0434.12-
YUV153.29126.71119.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=31.19%
G=35.40%
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.37
SystemRedGreenBlueCMYKHSL
Decimal1411601510.1200.060.37151.589.0959.02
Hex8DA097C06259893b
Octal2152402271406452301173
Binary10001101101000001001011111000110100101100110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,151); }

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

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

 a { background-color: rgb(141,160,151); }

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

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

 span { border-color: rgb(141,160,151); }

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