Shades of Edward #97AA99
Tints of Edward #97AA99
RGB
CMYK
RGB Variations
Color information
#97AA99 (or 0x97AA99) is known color: Edward. HEX triplet: 97, AA and 99. RGB value is (151,170,153). Sum of RGB (Red+Green+Blue) = 151+170+153=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA99 is #685566. Grayscale: #A2A2A2. Windows color (decimal): -6837607 or 10070679. OLE color: 10070679.
HSL color Cylindrical-coordinate representation of color #97AA99: hue angle of 126.32º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97AA99 is Cyan = 0.11, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 170 | 153 | - |
| CMYK | 0.11 | 0 | 0.1 | 0.33 |
| HSL | 126.32º | 0.1% | 0.63% | - |
| HSV(B) | 126.32º | 0.11% | 0.67% | - |
| XYZ | 32.89 | 37.63 | 35.67 | - |
| YUV | 162.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 170 | 153 | 0.11 | 0 | 0.1 | 0.33 | 126.32 | 0.1 | 0.63 |
| Hex | 97 | AA | 99 | B | 0 | A | 21 | 7E | A | 3F |
| Octal | 227 | 252 | 231 | 13 | 0 | 12 | 41 | 176 | 12 | 77 |
| Binary | 10010111 | 10101010 | 10011001 | 1011 | 0 | 1010 | 100001 | 1111110 | 1010 | 111111 |
Color Harmonies of #97AA99
Complementary color
Monochromatic Colors of #97AA99
Black with #97AA99
Text Example
Text Example
White with #97AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AA99; }
p { color: rgb(151,170,153); }
H1.HeaderClassName
{
color: #97AA99;
}
.AnyTagClassName
{
color: #97AA99;
}
</style>
background-color css
<style>
a { background-color: #97AA99; }
a { background-color: rgb(151,170,153); }
div.DivClassName
{
background-color: #97AA99;
}
.BgClassName
{
background-color: #97AA99;
}
</style>
border-color css
<style>
span { border-color: #97AA99; }
span { border-color: rgb(151,170,153); }
td.TdClassName
{
border-color: #97AA99;
}
.TagClassName
{
border-color: #97AA99;
}
</style>