Shades of Pewter #8EA38E
Tints of Pewter #8EA38E
RGB
CMYK
RGB Variations
Color information
#8EA38E (or 0x8EA38E) is known color: Pewter. HEX triplet: 8E, A3 and 8E. RGB value is (142,163,142). Sum of RGB (Red+Green+Blue) = 142+163+142=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA38E is #715C71. Grayscale: #9A9A9A. Windows color (decimal): -7429234 or 9347982. OLE color: 9347982.
HSL color Cylindrical-coordinate representation of color #8EA38E: hue angle of 120º degrees, saturation: 0.1, 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 #8EA38E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 163 | 142 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.36 |
| HSL | 120º | 0.1% | 0.6% | - |
| HSV(B) | 120º | 0.13% | 0.64% | - |
| XYZ | 29.14 | 33.9 | 30.6 | - |
| YUV | 154.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 142 | 0.13 | 0 | 0.13 | 0.36 | 120 | 0.1 | 0.6 |
| Hex | 8E | A3 | 8E | D | 0 | D | 24 | 78 | A | 3C |
| Octal | 216 | 243 | 216 | 15 | 0 | 15 | 44 | 170 | 12 | 74 |
| Binary | 10001110 | 10100011 | 10001110 | 1101 | 0 | 1101 | 100100 | 1111000 | 1010 | 111100 |
Color Harmonies of #8EA38E
Complementary color
Monochromatic Colors of #8EA38E
Black with #8EA38E
Text Example
Text Example
White with #8EA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA38E; }
p { color: rgb(142,163,142); }
H1.HeaderClassName
{
color: #8EA38E;
}
.AnyTagClassName
{
color: #8EA38E;
}
</style>
background-color css
<style>
a { background-color: #8EA38E; }
a { background-color: rgb(142,163,142); }
div.DivClassName
{
background-color: #8EA38E;
}
.BgClassName
{
background-color: #8EA38E;
}
</style>
border-color css
<style>
span { border-color: #8EA38E; }
span { border-color: rgb(142,163,142); }
td.TdClassName
{
border-color: #8EA38E;
}
.TagClassName
{
border-color: #8EA38E;
}
</style>