#8EA48D

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

Shades of Pewter #8EA48D

Tints of Pewter #8EA48D

Color information

#8EA48D (or 0x8EA48D) is unknown color: approx Pewter. HEX triplet: 8E, A4 and 8D. RGB value is (142,164,141). Sum of RGB (Red+Green+Blue) = 142+164+141=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA48D is #715B72. Grayscale: #9A9A9A. Windows color (decimal): -7428979 or 9282702. OLE color: 9282702.

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

Color convert

RGB142164141-
CMYK0.1300.140.36
HSL117.39º11.22%59.8%-
HSV(B)117.39º14.02%64.31%-
XYZ29.2434.2230.26-
YUV154.8120.21118.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=31.77%
G=36.69%
B=31.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641410.1300.140.36117.3911.2259.8
Hex8EA48DD0E2475b3c
Octal21624421515016441651374
Binary10001110101001001000110111010111010010011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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