#8EA48E

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

Shades of Pewter #8EA48E

Tints of Pewter #8EA48E

Color information

#8EA48E (or 0x8EA48E) is unknown color: approx Pewter. HEX triplet: 8E, A4 and 8E. RGB value is (142,164,142). Sum of RGB (Red+Green+Blue) = 142+164+142=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA48E is #715B71. Grayscale: #9A9A9A. Windows color (decimal): -7428978 or 9348238. OLE color: 9348238.

HSL color Cylindrical-coordinate representation of color #8EA48E: hue angle of 120º degrees, saturation: 0.11, 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 #8EA48E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB142164142-
CMYK0.1300.130.36
HSL120º10.78%60%-
HSV(B)120º13.41%64.31%-
XYZ29.3134.2530.66-
YUV154.91120.71118.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=31.70%
G=36.61%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641420.1300.130.3612010.7860
Hex8EA48ED0D2478b3c
Octal21624421615015441701374
Binary10001110101001001000111011010110110010011110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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