#8DA38C

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

Shades of Pewter #8DA38C

Tints of Pewter #8DA38C

Color information

#8DA38C (or 0x8DA38C) is unknown color: approx Pewter. HEX triplet: 8D, A3 and 8C. RGB value is (141,163,140). Sum of RGB (Red+Green+Blue) = 141+163+140=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA38C is #725C73. Grayscale: #999999. Windows color (decimal): -7494772 or 9216909. OLE color: 9216909.

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

Color convert

RGB141163140-
CMYK0.1300.140.36
HSL117.39º11.11%59.41%-
HSV(B)117.39º14.11%63.92%-
XYZ28.8233.7529.81-
YUV153.8120.21118.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=31.76%
G=36.71%
B=31.53%

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
Decimal1411631400.1300.140.36117.3911.1159.41
Hex8DA38CD0E2475b3b
Octal21524321415016441651373
Binary10001101101000111000110011010111010010011101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,140); }

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

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

 a { background-color: rgb(141,163,140); }

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

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

 span { border-color: rgb(141,163,140); }

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