Shades of Edward #8DA896
Tints of Edward #8DA896
RGB
CMYK
RGB Variations
Color information
#8DA896 (or 0x8DA896) is known color: Edward. HEX triplet: 8D, A8 and 96. RGB value is (141,168,150). Sum of RGB (Red+Green+Blue) = 141+168+150=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA896 is #725769. Grayscale: #9D9D9D. Windows color (decimal): -7493482 or 9873549. OLE color: 9873549.
HSL color Cylindrical-coordinate representation of color #8DA896: hue angle of 140º degrees, saturation: 0.13, 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 #8DA896 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 150 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.34 |
| HSL | 140º | 0.13% | 0.61% | - |
| HSV(B) | 140º | 0.16% | 0.66% | - |
| XYZ | 30.49 | 35.87 | 34.17 | - |
| YUV | 157.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 150 | 0.16 | 0 | 0.11 | 0.34 | 140 | 0.13 | 0.61 |
| Hex | 8D | A8 | 96 | 10 | 0 | B | 22 | 8C | D | 3D |
| Octal | 215 | 250 | 226 | 20 | 0 | 13 | 42 | 214 | 15 | 75 |
| Binary | 10001101 | 10101000 | 10010110 | 10000 | 0 | 1011 | 100010 | 10001100 | 1101 | 111101 |
Color Harmonies of #8DA896
Complementary color
Monochromatic Colors of #8DA896
Black with #8DA896
Text Example
Text Example
White with #8DA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA896; }
p { color: rgb(141,168,150); }
H1.HeaderClassName
{
color: #8DA896;
}
.AnyTagClassName
{
color: #8DA896;
}
</style>
background-color css
<style>
a { background-color: #8DA896; }
a { background-color: rgb(141,168,150); }
div.DivClassName
{
background-color: #8DA896;
}
.BgClassName
{
background-color: #8DA896;
}
</style>
border-color css
<style>
span { border-color: #8DA896; }
span { border-color: rgb(141,168,150); }
td.TdClassName
{
border-color: #8DA896;
}
.TagClassName
{
border-color: #8DA896;
}
</style>