Shades of Edward #8EA995
Tints of Edward #8EA995
RGB
CMYK
RGB Variations
Color information
#8EA995 (or 0x8EA995) is known color: Edward. HEX triplet: 8E, A9 and 95. RGB value is (142,169,149). Sum of RGB (Red+Green+Blue) = 142+169+149=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA995 is #71566A. Grayscale: #9E9E9E. Windows color (decimal): -7427691 or 9808270. OLE color: 9808270.
HSL color Cylindrical-coordinate representation of color #8EA995: hue angle of 135.56º 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 #8EA995 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 149 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.34 |
| HSL | 135.56º | 0.14% | 0.61% | - |
| HSV(B) | 135.56º | 0.16% | 0.66% | - |
| XYZ | 30.77 | 36.3 | 33.82 | - |
| YUV | 158.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 149 | 0.16 | 0 | 0.12 | 0.34 | 135.56 | 0.14 | 0.61 |
| Hex | 8E | A9 | 95 | 10 | 0 | C | 22 | 88 | E | 3D |
| Octal | 216 | 251 | 225 | 20 | 0 | 14 | 42 | 210 | 16 | 75 |
| Binary | 10001110 | 10101001 | 10010101 | 10000 | 0 | 1100 | 100010 | 10001000 | 1110 | 111101 |
Color Harmonies of #8EA995
Complementary color
Monochromatic Colors of #8EA995
Black with #8EA995
Text Example
Text Example
White with #8EA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA995; }
p { color: rgb(142,169,149); }
H1.HeaderClassName
{
color: #8EA995;
}
.AnyTagClassName
{
color: #8EA995;
}
</style>
background-color css
<style>
a { background-color: #8EA995; }
a { background-color: rgb(142,169,149); }
div.DivClassName
{
background-color: #8EA995;
}
.BgClassName
{
background-color: #8EA995;
}
</style>
border-color css
<style>
span { border-color: #8EA995; }
span { border-color: rgb(142,169,149); }
td.TdClassName
{
border-color: #8EA995;
}
.TagClassName
{
border-color: #8EA995;
}
</style>