Shades of Edward #9AAE9F
Tints of Edward #9AAE9F
RGB
CMYK
RGB Variations
Color information
#9AAE9F (or 0x9AAE9F) is known color: Edward. HEX triplet: 9A, AE and 9F. RGB value is (154,174,159). Sum of RGB (Red+Green+Blue) = 154+174+159=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE9F is #655160. Grayscale: #A6A6A6. Windows color (decimal): -6639969 or 10464922. OLE color: 10464922.
HSL color Cylindrical-coordinate representation of color #9AAE9F: hue angle of 135º 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 #9AAE9F is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 159 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.32 |
| HSL | 135º | 0.11% | 0.64% | - |
| HSV(B) | 135º | 0.11% | 0.68% | - |
| XYZ | 34.72 | 39.65 | 38.62 | - |
| YUV | 166.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 159 | 0.11 | 0 | 0.09 | 0.32 | 135 | 0.11 | 0.64 |
| Hex | 9A | AE | 9F | B | 0 | 9 | 20 | 87 | B | 40 |
| Octal | 232 | 256 | 237 | 13 | 0 | 11 | 40 | 207 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10011111 | 1011 | 0 | 1001 | 100000 | 10000111 | 1011 | 1000000 |
Color Harmonies of #9AAE9F
Complementary color
Monochromatic Colors of #9AAE9F
Black with #9AAE9F
Text Example
Text Example
White with #9AAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE9F; }
p { color: rgb(154,174,159); }
H1.HeaderClassName
{
color: #9AAE9F;
}
.AnyTagClassName
{
color: #9AAE9F;
}
</style>
background-color css
<style>
a { background-color: #9AAE9F; }
a { background-color: rgb(154,174,159); }
div.DivClassName
{
background-color: #9AAE9F;
}
.BgClassName
{
background-color: #9AAE9F;
}
</style>
border-color css
<style>
span { border-color: #9AAE9F; }
span { border-color: rgb(154,174,159); }
td.TdClassName
{
border-color: #9AAE9F;
}
.TagClassName
{
border-color: #9AAE9F;
}
</style>