#8EAAA4

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

Shades of Cascade #8EAAA4

Tints of Cascade #8EAAA4

Color information

#8EAAA4 (or 0x8EAAA4) is unknown color: approx Cascade. HEX triplet: 8E, AA and A4. RGB value is (142,170,164). Sum of RGB (Red+Green+Blue) = 142+170+164=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAA4 is #71555B. Grayscale: #A0A0A0. Windows color (decimal): -7427420 or 10791566. OLE color: 10791566.

HSL color Cylindrical-coordinate representation of color #8EAAA4: hue angle of 167.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 #8EAAA4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB142170164-
CMYK0.1600.040.33
HSL167.14º14.14%61.18%-
HSV(B)167.14º16.47%66.67%-
XYZ32.2337.1840.6-
YUV160.94129.72114.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=29.83%
G=35.71%
B=34.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701640.1600.040.33167.1414.1461.18
Hex8EAAA4100421a7e3d
Octal2162522442004412471675
Binary100011101010101010100100100000100100001101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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