#8DAA9E

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

Shades of Cascade #8DAA9E

Tints of Cascade #8DAA9E

Color information

#8DAA9E (or 0x8DAA9E) is unknown color: approx Cascade. HEX triplet: 8D, AA and 9E. RGB value is (141,170,158). Sum of RGB (Red+Green+Blue) = 141+170+158=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA9E is #725561. Grayscale: #9F9F9F. Windows color (decimal): -7492962 or 10398349. OLE color: 10398349.

HSL color Cylindrical-coordinate representation of color #8DAA9E: hue angle of 155.17º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA9E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB141170158-
CMYK0.1700.070.33
HSL155.17º14.57%60.98%-
HSV(B)155.17º17.06%66.67%-
XYZ31.5336.8837.8-
YUV159.96126.89114.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=30.06%
G=36.25%
B=33.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701580.1700.070.33155.1714.5760.98
Hex8DAA9E1107219bf3d
Octal2152522362107412331775
Binary100011011010101010011110100010111100001100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,158); }

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

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

 a { background-color: rgb(141,170,158); }

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

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

 span { border-color: rgb(141,170,158); }

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