#8DA48E

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

Shades of Pewter #8DA48E

Tints of Pewter #8DA48E

Color information

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

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

Color convert

RGB141164142-
CMYK0.1400.130.36
HSL122.61º11.22%59.8%-
HSV(B)122.61º14.02%64.31%-
XYZ29.1434.1730.65-
YUV154.61120.88118.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641420.1400.130.36122.6111.2259.8
Hex8DA48EE0D247bb3c
Octal21524421616015441731374
Binary10001101101001001000111011100110110010011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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