#8EABA2

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

Shades of Cascade #8EABA2

Tints of Cascade #8EABA2

Color information

#8EABA2 (or 0x8EABA2) is unknown color: approx Cascade. HEX triplet: 8E, AB and A2. RGB value is (142,171,162). Sum of RGB (Red+Green+Blue) = 142+171+162=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #8EABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABA2 is #71545D. Grayscale: #A1A1A1. Windows color (decimal): -7427166 or 10660750. OLE color: 10660750.

HSL color Cylindrical-coordinate representation of color #8EABA2: hue angle of 161.38º 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 #8EABA2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB142171162-
CMYK0.1700.050.33
HSL161.38º14.72%61.37%-
HSV(B)161.38º16.96%67.06%-
XYZ32.2437.4939.72-
YUV161.3128.39114.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=29.89%
G=36%
B=34.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711620.1700.050.33161.3814.7261.37
Hex8EABA2110521a1f3d
Octal2162532422105412411775
Binary100011101010101110100010100010101100001101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,162); }

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

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

 a { background-color: rgb(142,171,162); }

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

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

 span { border-color: rgb(142,171,162); }

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