Shades of Edward #8DA394
Tints of Edward #8DA394
RGB
CMYK
RGB Variations
Color information
#8DA394 (or 0x8DA394) is known color: Edward. HEX triplet: 8D, A3 and 94. RGB value is (141,163,148). Sum of RGB (Red+Green+Blue) = 141+163+148=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA394 is #725C6B. Grayscale: #9A9A9A. Windows color (decimal): -7494764 or 9741197. OLE color: 9741197.
HSL color Cylindrical-coordinate representation of color #8DA394: hue angle of 139.09º degrees, saturation: 0.11, 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 #8DA394 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 148 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.36 |
| HSL | 139.09º | 0.11% | 0.6% | - |
| HSV(B) | 139.09º | 0.13% | 0.64% | - |
| XYZ | 29.43 | 34 | 33.03 | - |
| YUV | 154.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 148 | 0.13 | 0 | 0.09 | 0.36 | 139.09 | 0.11 | 0.6 |
| Hex | 8D | A3 | 94 | D | 0 | 9 | 24 | 8B | B | 3C |
| Octal | 215 | 243 | 224 | 15 | 0 | 11 | 44 | 213 | 13 | 74 |
| Binary | 10001101 | 10100011 | 10010100 | 1101 | 0 | 1001 | 100100 | 10001011 | 1011 | 111100 |
Color Harmonies of #8DA394
Complementary color
Monochromatic Colors of #8DA394
Black with #8DA394
Text Example
Text Example
White with #8DA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA394; }
p { color: rgb(141,163,148); }
H1.HeaderClassName
{
color: #8DA394;
}
.AnyTagClassName
{
color: #8DA394;
}
</style>
background-color css
<style>
a { background-color: #8DA394; }
a { background-color: rgb(141,163,148); }
div.DivClassName
{
background-color: #8DA394;
}
.BgClassName
{
background-color: #8DA394;
}
</style>
border-color css
<style>
span { border-color: #8DA394; }
span { border-color: rgb(141,163,148); }
td.TdClassName
{
border-color: #8DA394;
}
.TagClassName
{
border-color: #8DA394;
}
</style>