Shades of Edward #9EAF9F
Tints of Edward #9EAF9F
RGB
CMYK
RGB Variations
Color information
#9EAF9F (or 0x9EAF9F) is known color: Edward. HEX triplet: 9E, AF and 9F. RGB value is (158,175,159). Sum of RGB (Red+Green+Blue) = 158+175+159=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF9F is #615060. Grayscale: #A8A8A8. Windows color (decimal): -6377569 or 10465182. OLE color: 10465182.
HSL color Cylindrical-coordinate representation of color #9EAF9F: hue angle of 123.53º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAF9F is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 158 | 175 | 159 | - |
CMYK | 0.10 | 0 | 0.09 | 0.31 |
HSL | 123.53º | 0.1% | 0.65% | - |
HSV(B) | 123.53º | 0.1% | 0.69% | - |
XYZ | 35.69 | 40.43 | 38.72 | - |
YUV | 168.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 175 | 159 | 0.10 | 0 | 0.09 | 0.31 | 123.53 | 0.1 | 0.65 |
Hex | 9E | AF | 9F | A | 0 | 9 | 1F | 7C | A | 41 |
Octal | 236 | 257 | 237 | 12 | 0 | 11 | 37 | 174 | 12 | 101 |
Binary | 10011110 | 10101111 | 10011111 | 1010 | 0 | 1001 | 11111 | 1111100 | 1010 | 1000001 |
Color Harmonies of #9EAF9F
Complementary color
Monochromatic Colors of #9EAF9F
Black with #9EAF9F
Text Example
Text Example
White with #9EAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF9F; }
p { color: rgb(158,175,159); }
H1.HeaderClassName
{
color: #9EAF9F;
}
.AnyTagClassName
{
color: #9EAF9F;
}
</style>
background-color css
<style>
a { background-color: #9EAF9F; }
a { background-color: rgb(158,175,159); }
div.DivClassName
{
background-color: #9EAF9F;
}
.BgClassName
{
background-color: #9EAF9F;
}
</style>
border-color css
<style>
span { border-color: #9EAF9F; }
span { border-color: rgb(158,175,159); }
td.TdClassName
{
border-color: #9EAF9F;
}
.TagClassName
{
border-color: #9EAF9F;
}
</style>