Shades of Edward #9AAE9B
Tints of Edward #9AAE9B
RGB
CMYK
RGB Variations
Color information
#9AAE9B (or 0x9AAE9B) is known color: Edward. HEX triplet: 9A, AE and 9B. RGB value is (154,174,155). Sum of RGB (Red+Green+Blue) = 154+174+155=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE9B is #655164. Grayscale: #A5A5A5. Windows color (decimal): -6639973 or 10202778. OLE color: 10202778.
HSL color Cylindrical-coordinate representation of color #9AAE9B: hue angle of 123º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAE9B is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 155 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.32 |
| HSL | 123º | 0.11% | 0.64% | - |
| HSV(B) | 123º | 0.11% | 0.68% | - |
| XYZ | 34.38 | 39.51 | 36.82 | - |
| YUV | 165.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 155 | 0.11 | 0 | 0.11 | 0.32 | 123 | 0.11 | 0.64 |
| Hex | 9A | AE | 9B | B | 0 | B | 20 | 7B | B | 40 |
| Octal | 232 | 256 | 233 | 13 | 0 | 13 | 40 | 173 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10011011 | 1011 | 0 | 1011 | 100000 | 1111011 | 1011 | 1000000 |
Color Harmonies of #9AAE9B
Complementary color
Monochromatic Colors of #9AAE9B
Black with #9AAE9B
Text Example
Text Example
White with #9AAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE9B; }
p { color: rgb(154,174,155); }
H1.HeaderClassName
{
color: #9AAE9B;
}
.AnyTagClassName
{
color: #9AAE9B;
}
</style>
background-color css
<style>
a { background-color: #9AAE9B; }
a { background-color: rgb(154,174,155); }
div.DivClassName
{
background-color: #9AAE9B;
}
.BgClassName
{
background-color: #9AAE9B;
}
</style>
border-color css
<style>
span { border-color: #9AAE9B; }
span { border-color: rgb(154,174,155); }
td.TdClassName
{
border-color: #9AAE9B;
}
.TagClassName
{
border-color: #9AAE9B;
}
</style>