Shades of Edward #8EA697
Tints of Edward #8EA697
RGB
CMYK
RGB Variations
Color information
#8EA697 (or 0x8EA697) is known color: Edward. HEX triplet: 8E, A6 and 97. RGB value is (142,166,151). Sum of RGB (Red+Green+Blue) = 142+166+151=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA697 is #715968. Grayscale: #9D9D9D. Windows color (decimal): -7428457 or 9938574. OLE color: 9938574.
HSL color Cylindrical-coordinate representation of color #8EA697: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA697 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 151 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.35 |
| HSL | 142.5º | 0.12% | 0.6% | - |
| HSV(B) | 142.5º | 0.14% | 0.65% | - |
| XYZ | 30.38 | 35.26 | 34.48 | - |
| YUV | 157.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 151 | 0.14 | 0 | 0.09 | 0.35 | 142.5 | 0.12 | 0.6 |
| Hex | 8E | A6 | 97 | E | 0 | 9 | 23 | 8E | C | 3C |
| Octal | 216 | 246 | 227 | 16 | 0 | 11 | 43 | 216 | 14 | 74 |
| Binary | 10001110 | 10100110 | 10010111 | 1110 | 0 | 1001 | 100011 | 10001110 | 1100 | 111100 |
Color Harmonies of #8EA697
Complementary color
Monochromatic Colors of #8EA697
Black with #8EA697
Text Example
Text Example
White with #8EA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA697; }
p { color: rgb(142,166,151); }
H1.HeaderClassName
{
color: #8EA697;
}
.AnyTagClassName
{
color: #8EA697;
}
</style>
background-color css
<style>
a { background-color: #8EA697; }
a { background-color: rgb(142,166,151); }
div.DivClassName
{
background-color: #8EA697;
}
.BgClassName
{
background-color: #8EA697;
}
</style>
border-color css
<style>
span { border-color: #8EA697; }
span { border-color: rgb(142,166,151); }
td.TdClassName
{
border-color: #8EA697;
}
.TagClassName
{
border-color: #8EA697;
}
</style>