Shades of Edward #9EA19F
Tints of Edward #9EA19F
RGB
CMYK
RGB Variations
Color information
#9EA19F (or 0x9EA19F) is known color: Edward. HEX triplet: 9E, A1 and 9F. RGB value is (158,161,159). Sum of RGB (Red+Green+Blue) = 158+161+159=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19F is #615E60. Grayscale: #9F9F9F. Windows color (decimal): -6381153 or 10461598. OLE color: 10461598.
HSL color Cylindrical-coordinate representation of color #9EA19F: hue angle of 140º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9EA19F is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 159 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.37 |
| HSL | 140º | 0.02% | 0.63% | - |
| HSV(B) | 140º | 0.02% | 0.63% | - |
| XYZ | 33.1 | 35.26 | 37.86 | - |
| YUV | 159.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 159 | 0.02 | 0 | 0.01 | 0.37 | 140 | 0.02 | 0.63 |
| Hex | 9E | A1 | 9F | 2 | 0 | 1 | 25 | 8C | 2 | 3F |
| Octal | 236 | 241 | 237 | 2 | 0 | 1 | 45 | 214 | 2 | 77 |
| Binary | 10011110 | 10100001 | 10011111 | 10 | 0 | 1 | 100101 | 10001100 | 10 | 111111 |
Color Harmonies of #9EA19F
Complementary color
Monochromatic Colors of #9EA19F
Black with #9EA19F
Text Example
Text Example
White with #9EA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA19F; }
p { color: rgb(158,161,159); }
H1.HeaderClassName
{
color: #9EA19F;
}
.AnyTagClassName
{
color: #9EA19F;
}
</style>
background-color css
<style>
a { background-color: #9EA19F; }
a { background-color: rgb(158,161,159); }
div.DivClassName
{
background-color: #9EA19F;
}
.BgClassName
{
background-color: #9EA19F;
}
</style>
border-color css
<style>
span { border-color: #9EA19F; }
span { border-color: rgb(158,161,159); }
td.TdClassName
{
border-color: #9EA19F;
}
.TagClassName
{
border-color: #9EA19F;
}
</style>