Shades of Edward #8DA895
Tints of Edward #8DA895
RGB
CMYK
RGB Variations
Color information
#8DA895 (or 0x8DA895) is known color: Edward. HEX triplet: 8D, A8 and 95. RGB value is (141,168,149). Sum of RGB (Red+Green+Blue) = 141+168+149=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA895 is #72576A. Grayscale: #9D9D9D. Windows color (decimal): -7493483 or 9808013. OLE color: 9808013.
HSL color Cylindrical-coordinate representation of color #8DA895: hue angle of 137.78º 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 #8DA895 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 149 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.34 |
| HSL | 137.78º | 0.13% | 0.61% | - |
| HSV(B) | 137.78º | 0.16% | 0.66% | - |
| XYZ | 30.41 | 35.84 | 33.75 | - |
| YUV | 157.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 149 | 0.16 | 0 | 0.11 | 0.34 | 137.78 | 0.13 | 0.61 |
| Hex | 8D | A8 | 95 | 10 | 0 | B | 22 | 8A | D | 3D |
| Octal | 215 | 250 | 225 | 20 | 0 | 13 | 42 | 212 | 15 | 75 |
| Binary | 10001101 | 10101000 | 10010101 | 10000 | 0 | 1011 | 100010 | 10001010 | 1101 | 111101 |
Color Harmonies of #8DA895
Complementary color
Monochromatic Colors of #8DA895
Black with #8DA895
Text Example
Text Example
White with #8DA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA895; }
p { color: rgb(141,168,149); }
H1.HeaderClassName
{
color: #8DA895;
}
.AnyTagClassName
{
color: #8DA895;
}
</style>
background-color css
<style>
a { background-color: #8DA895; }
a { background-color: rgb(141,168,149); }
div.DivClassName
{
background-color: #8DA895;
}
.BgClassName
{
background-color: #8DA895;
}
</style>
border-color css
<style>
span { border-color: #8DA895; }
span { border-color: rgb(141,168,149); }
td.TdClassName
{
border-color: #8DA895;
}
.TagClassName
{
border-color: #8DA895;
}
</style>