Shades of Edward #8EA996
Tints of Edward #8EA996
RGB
CMYK
RGB Variations
Color information
#8EA996 (or 0x8EA996) is known color: Edward. HEX triplet: 8E, A9 and 96. RGB value is (142,169,150). Sum of RGB (Red+Green+Blue) = 142+169+150=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA996 is #715669. Grayscale: #9E9E9E. Windows color (decimal): -7427690 or 9873806. OLE color: 9873806.
HSL color Cylindrical-coordinate representation of color #8EA996: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA996 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 150 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.34 |
| HSL | 137.78º | 0.14% | 0.61% | - |
| HSV(B) | 137.78º | 0.16% | 0.66% | - |
| XYZ | 30.85 | 36.33 | 34.24 | - |
| YUV | 158.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 150 | 0.16 | 0 | 0.11 | 0.34 | 137.78 | 0.14 | 0.61 |
| Hex | 8E | A9 | 96 | 10 | 0 | B | 22 | 8A | E | 3D |
| Octal | 216 | 251 | 226 | 20 | 0 | 13 | 42 | 212 | 16 | 75 |
| Binary | 10001110 | 10101001 | 10010110 | 10000 | 0 | 1011 | 100010 | 10001010 | 1110 | 111101 |
Color Harmonies of #8EA996
Complementary color
Monochromatic Colors of #8EA996
Black with #8EA996
Text Example
Text Example
White with #8EA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA996; }
p { color: rgb(142,169,150); }
H1.HeaderClassName
{
color: #8EA996;
}
.AnyTagClassName
{
color: #8EA996;
}
</style>
background-color css
<style>
a { background-color: #8EA996; }
a { background-color: rgb(142,169,150); }
div.DivClassName
{
background-color: #8EA996;
}
.BgClassName
{
background-color: #8EA996;
}
</style>
border-color css
<style>
span { border-color: #8EA996; }
span { border-color: rgb(142,169,150); }
td.TdClassName
{
border-color: #8EA996;
}
.TagClassName
{
border-color: #8EA996;
}
</style>