#8EA48F

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

Shades of Pewter #8EA48F

Tints of Pewter #8EA48F

Color information

#8EA48F (or 0x8EA48F) is unknown color: approx Pewter. HEX triplet: 8E, A4 and 8F. RGB value is (142,164,143). Sum of RGB (Red+Green+Blue) = 142+164+143=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA48F is #715B70. Grayscale: #9B9B9B. Windows color (decimal): -7428977 or 9413774. OLE color: 9413774.

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

Color convert

RGB142164143-
CMYK0.1300.130.36
HSL122.73º10.78%60%-
HSV(B)122.73º13.41%64.31%-
XYZ29.3934.2831.06-
YUV155.03121.21118.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=31.63%
G=36.53%
B=31.85%

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
Decimal1421641430.1300.130.36122.7310.7860
Hex8EA48FD0D247bb3c
Octal21624421715015441731374
Binary10001110101001001000111111010110110010011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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