#8EA190

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

Shades of Pewter #8EA190

Tints of Pewter #8EA190

Color information

#8EA190 (or 0x8EA190) is unknown color: approx Pewter. HEX triplet: 8E, A1 and 90. RGB value is (142,161,144). Sum of RGB (Red+Green+Blue) = 142+161+144=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA190 is #715E6F. Grayscale: #999999. Windows color (decimal): -7429744 or 9478542. OLE color: 9478542.

HSL color Cylindrical-coordinate representation of color #8EA190: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA190 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB142161144-
CMYK0.1200.110.37
HSL126.32º9.18%59.41%-
HSV(B)126.32º11.8%63.14%-
XYZ28.9333.2531.28-
YUV153.38122.71119.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=31.77%
G=36.02%
B=32.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611440.1200.110.37126.329.1859.41
Hex8EA190C0B257e93b
Octal21624122014013451761173
Binary10001110101000011001000011000101110010111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,144); }

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

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

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

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

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

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

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