#8EB4A2

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

Shades of Tower Grey #8EB4A2

Tints of Tower Grey #8EB4A2

Color information

#8EB4A2 (or 0x8EB4A2) is unknown color: approx Tower Grey. HEX triplet: 8E, B4 and A2. RGB value is (142,180,162). Sum of RGB (Red+Green+Blue) = 142+180+162=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB4A2 is #714B5D. Grayscale: #A6A6A6. Windows color (decimal): -7424862 or 10663054. OLE color: 10663054.

HSL color Cylindrical-coordinate representation of color #8EB4A2: hue angle of 151.58º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EB4A2 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB142180162-
CMYK0.2100.10.29
HSL151.58º20.21%63.14%-
HSV(B)151.58º21.11%70.59%-
XYZ344140.3-
YUV166.59125.41110.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=29.34%
G=37.19%
B=33.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421801620.2100.10.29151.5820.2163.14
Hex8EB4A2150A1D98143f
Octal21626424225012352302477
Binary1000111010110100101000101010101010111011001100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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