Shades of Edward #94AA9B
Tints of Edward #94AA9B
RGB
CMYK
RGB Variations
Color information
#94AA9B (or 0x94AA9B) is known color: Edward. HEX triplet: 94, AA and 9B. RGB value is (148,170,155). Sum of RGB (Red+Green+Blue) = 148+170+155=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA9B is #6B5564. Grayscale: #A1A1A1. Windows color (decimal): -7034213 or 10201748. OLE color: 10201748.
HSL color Cylindrical-coordinate representation of color #94AA9B: hue angle of 139.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA9B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 155 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.33 |
| HSL | 139.09º | 0.11% | 0.62% | - |
| HSV(B) | 139.09º | 0.13% | 0.67% | - |
| XYZ | 32.5 | 37.41 | 36.52 | - |
| YUV | 161.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 155 | 0.13 | 0 | 0.09 | 0.33 | 139.09 | 0.11 | 0.62 |
| Hex | 94 | AA | 9B | D | 0 | 9 | 21 | 8B | B | 3E |
| Octal | 224 | 252 | 233 | 15 | 0 | 11 | 41 | 213 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10011011 | 1101 | 0 | 1001 | 100001 | 10001011 | 1011 | 111110 |
Color Harmonies of #94AA9B
Complementary color
Monochromatic Colors of #94AA9B
Black with #94AA9B
Text Example
Text Example
White with #94AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA9B; }
p { color: rgb(148,170,155); }
H1.HeaderClassName
{
color: #94AA9B;
}
.AnyTagClassName
{
color: #94AA9B;
}
</style>
background-color css
<style>
a { background-color: #94AA9B; }
a { background-color: rgb(148,170,155); }
div.DivClassName
{
background-color: #94AA9B;
}
.BgClassName
{
background-color: #94AA9B;
}
</style>
border-color css
<style>
span { border-color: #94AA9B; }
span { border-color: rgb(148,170,155); }
td.TdClassName
{
border-color: #94AA9B;
}
.TagClassName
{
border-color: #94AA9B;
}
</style>