#8EA398

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

Shades of Tower Grey #8EA398

Tints of Tower Grey #8EA398

Color information

#8EA398 (or 0x8EA398) is unknown color: approx Tower Grey. HEX triplet: 8E, A3 and 98. RGB value is (142,163,152). Sum of RGB (Red+Green+Blue) = 142+163+152=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA398 is #715C67. Grayscale: #9B9B9B. Windows color (decimal): -7429224 or 10003342. OLE color: 10003342.

HSL color Cylindrical-coordinate representation of color #8EA398: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA398 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB142163152-
CMYK0.1300.070.36
HSL148.57º10.24%59.8%-
HSV(B)148.57º12.88%63.92%-
XYZ29.9234.2134.73-
YUV155.47126.04118.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=31.07%
G=35.67%
B=33.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421631520.1300.070.36148.5710.2459.8
Hex8EA398D072495a3c
Octal2162432301507442251274
Binary10001110101000111001100011010111100100100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,152); }

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

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

 a { background-color: rgb(142,163,152); }

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

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

 span { border-color: rgb(142,163,152); }

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