#8EAA8F

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

Shades of Pewter #8EAA8F

Tints of Pewter #8EAA8F

Color information

#8EAA8F (or 0x8EAA8F) is unknown color: approx Pewter. HEX triplet: 8E, AA and 8F. RGB value is (142,170,143). Sum of RGB (Red+Green+Blue) = 142+170+143=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA8F is #715570. Grayscale: #9E9E9E. Windows color (decimal): -7427441 or 9415310. OLE color: 9415310.

HSL color Cylindrical-coordinate representation of color #8EAA8F: hue angle of 122.14º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA8F is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB142170143-
CMYK0.1600.160.33
HSL122.14º14.14%61.18%-
HSV(B)122.14º16.47%66.67%-
XYZ30.4936.4831.42-
YUV158.55119.22116.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=31.21%
G=37.36%
B=31.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701430.1600.160.33122.1414.1461.18
Hex8EAA8F10010217ae3d
Octal21625221720020411721675
Binary1000111010101010100011111000001000010000111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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