Shades of Edward #9EABA2
Tints of Edward #9EABA2
RGB
CMYK
RGB Variations
Color information
#9EABA2 (or 0x9EABA2) is known color: Edward. HEX triplet: 9E, AB and A2. RGB value is (158,171,162). Sum of RGB (Red+Green+Blue) = 158+171+162=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #9EABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABA2 is #61545D. Grayscale: #A6A6A6. Windows color (decimal): -6378590 or 10660766. OLE color: 10660766.
HSL color Cylindrical-coordinate representation of color #9EABA2: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EABA2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 162 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.33 |
| HSL | 138.46º | 0.07% | 0.65% | - |
| HSV(B) | 138.46º | 0.08% | 0.67% | - |
| XYZ | 35.19 | 39 | 39.86 | - |
| YUV | 166.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 162 | 0.08 | 0 | 0.05 | 0.33 | 138.46 | 0.07 | 0.65 |
| Hex | 9E | AB | A2 | 8 | 0 | 5 | 21 | 8A | 7 | 41 |
| Octal | 236 | 253 | 242 | 10 | 0 | 5 | 41 | 212 | 7 | 101 |
| Binary | 10011110 | 10101011 | 10100010 | 1000 | 0 | 101 | 100001 | 10001010 | 111 | 1000001 |
Color Harmonies of #9EABA2
Complementary color
Monochromatic Colors of #9EABA2
Black with #9EABA2
Text Example
Text Example
White with #9EABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABA2; }
p { color: rgb(158,171,162); }
H1.HeaderClassName
{
color: #9EABA2;
}
.AnyTagClassName
{
color: #9EABA2;
}
</style>
background-color css
<style>
a { background-color: #9EABA2; }
a { background-color: rgb(158,171,162); }
div.DivClassName
{
background-color: #9EABA2;
}
.BgClassName
{
background-color: #9EABA2;
}
</style>
border-color css
<style>
span { border-color: #9EABA2; }
span { border-color: rgb(158,171,162); }
td.TdClassName
{
border-color: #9EABA2;
}
.TagClassName
{
border-color: #9EABA2;
}
</style>