Shades of Edward #93AA9B
Tints of Edward #93AA9B
RGB
CMYK
RGB Variations
Color information
#93AA9B (or 0x93AA9B) is known color: Edward. HEX triplet: 93, AA and 9B. RGB value is (147,170,155). Sum of RGB (Red+Green+Blue) = 147+170+155=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA9B is #6C5564. Grayscale: #A1A1A1. Windows color (decimal): -7099749 or 10201747. OLE color: 10201747.
HSL color Cylindrical-coordinate representation of color #93AA9B: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AA9B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 155 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.33 |
| HSL | 140.87º | 0.12% | 0.62% | - |
| HSV(B) | 140.87º | 0.14% | 0.67% | - |
| XYZ | 32.32 | 37.32 | 36.51 | - |
| YUV | 161.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 155 | 0.14 | 0 | 0.09 | 0.33 | 140.87 | 0.12 | 0.62 |
| Hex | 93 | AA | 9B | E | 0 | 9 | 21 | 8D | C | 3E |
| Octal | 223 | 252 | 233 | 16 | 0 | 11 | 41 | 215 | 14 | 76 |
| Binary | 10010011 | 10101010 | 10011011 | 1110 | 0 | 1001 | 100001 | 10001101 | 1100 | 111110 |
Color Harmonies of #93AA9B
Complementary color
Monochromatic Colors of #93AA9B
Black with #93AA9B
Text Example
Text Example
White with #93AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA9B; }
p { color: rgb(147,170,155); }
H1.HeaderClassName
{
color: #93AA9B;
}
.AnyTagClassName
{
color: #93AA9B;
}
</style>
background-color css
<style>
a { background-color: #93AA9B; }
a { background-color: rgb(147,170,155); }
div.DivClassName
{
background-color: #93AA9B;
}
.BgClassName
{
background-color: #93AA9B;
}
</style>
border-color css
<style>
span { border-color: #93AA9B; }
span { border-color: rgb(147,170,155); }
td.TdClassName
{
border-color: #93AA9B;
}
.TagClassName
{
border-color: #93AA9B;
}
</style>