Shades of Edward #8FAC96
Tints of Edward #8FAC96
RGB
CMYK
RGB Variations
Color information
#8FAC96 (or 0x8FAC96) is known color: Edward. HEX triplet: 8F, AC and 96. RGB value is (143,172,150). Sum of RGB (Red+Green+Blue) = 143+172+150=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC96 is #705369. Grayscale: #A0A0A0. Windows color (decimal): -7361386 or 9874575. OLE color: 9874575.
HSL color Cylindrical-coordinate representation of color #8FAC96: hue angle of 134.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC96 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 150 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.33 |
| HSL | 134.48º | 0.15% | 0.62% | - |
| HSV(B) | 134.48º | 0.17% | 0.67% | - |
| XYZ | 31.59 | 37.55 | 34.44 | - |
| YUV | 160.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 150 | 0.17 | 0 | 0.13 | 0.33 | 134.48 | 0.15 | 0.62 |
| Hex | 8F | AC | 96 | 11 | 0 | D | 21 | 86 | F | 3E |
| Octal | 217 | 254 | 226 | 21 | 0 | 15 | 41 | 206 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10010110 | 10001 | 0 | 1101 | 100001 | 10000110 | 1111 | 111110 |
Color Harmonies of #8FAC96
Complementary color
Monochromatic Colors of #8FAC96
Black with #8FAC96
Text Example
Text Example
White with #8FAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC96; }
p { color: rgb(143,172,150); }
H1.HeaderClassName
{
color: #8FAC96;
}
.AnyTagClassName
{
color: #8FAC96;
}
</style>
background-color css
<style>
a { background-color: #8FAC96; }
a { background-color: rgb(143,172,150); }
div.DivClassName
{
background-color: #8FAC96;
}
.BgClassName
{
background-color: #8FAC96;
}
</style>
border-color css
<style>
span { border-color: #8FAC96; }
span { border-color: rgb(143,172,150); }
td.TdClassName
{
border-color: #8FAC96;
}
.TagClassName
{
border-color: #8FAC96;
}
</style>