#8EAA9D

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

Shades of Cascade #8EAA9D

Tints of Cascade #8EAA9D

Color information

#8EAA9D (or 0x8EAA9D) is unknown color: approx Cascade. HEX triplet: 8E, AA and 9D. RGB value is (142,170,157). Sum of RGB (Red+Green+Blue) = 142+170+157=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA9D is #715562. Grayscale: #A0A0A0. Windows color (decimal): -7427427 or 10332814. OLE color: 10332814.

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

Color convert

RGB142170157-
CMYK0.1600.080.33
HSL152.14º14.14%61.18%-
HSV(B)152.14º16.47%66.67%-
XYZ31.6236.9337.36-
YUV160.15126.22115.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=30.28%
G=36.25%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701570.1600.080.33152.1414.1461.18
Hex8EAA9D10082198e3d
Octal21625223520010412301675
Binary1000111010101010100111011000001000100001100110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,157); }

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

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

 a { background-color: rgb(142,170,157); }

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

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

 span { border-color: rgb(142,170,157); }

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