Shades of Edward #99AA9E
Tints of Edward #99AA9E
RGB
CMYK
RGB Variations
Color information
#99AA9E (or 0x99AA9E) is known color: Edward. HEX triplet: 99, AA and 9E. RGB value is (153,170,158). Sum of RGB (Red+Green+Blue) = 153+170+158=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9E is #665561. Grayscale: #A3A3A3. Windows color (decimal): -6706530 or 10398361. OLE color: 10398361.
HSL color Cylindrical-coordinate representation of color #99AA9E: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9E is Cyan = 0.1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 158 | - |
| CMYK | 0.1 | 0 | 0.07 | 0.33 |
| HSL | 137.65º | 0.09% | 0.63% | - |
| HSV(B) | 137.65º | 0.1% | 0.67% | - |
| XYZ | 33.68 | 37.99 | 37.91 | - |
| YUV | 163.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 158 | 0.1 | 0 | 0.07 | 0.33 | 137.65 | 0.09 | 0.63 |
| Hex | 99 | AA | 9E | A | 0 | 7 | 21 | 8A | 9 | 3F |
| Octal | 231 | 252 | 236 | 12 | 0 | 7 | 41 | 212 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10011110 | 1010 | 0 | 111 | 100001 | 10001010 | 1001 | 111111 |
Color Harmonies of #99AA9E
Complementary color
Monochromatic Colors of #99AA9E
Black with #99AA9E
Text Example
Text Example
White with #99AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA9E; }
p { color: rgb(153,170,158); }
H1.HeaderClassName
{
color: #99AA9E;
}
.AnyTagClassName
{
color: #99AA9E;
}
</style>
background-color css
<style>
a { background-color: #99AA9E; }
a { background-color: rgb(153,170,158); }
div.DivClassName
{
background-color: #99AA9E;
}
.BgClassName
{
background-color: #99AA9E;
}
</style>
border-color css
<style>
span { border-color: #99AA9E; }
span { border-color: rgb(153,170,158); }
td.TdClassName
{
border-color: #99AA9E;
}
.TagClassName
{
border-color: #99AA9E;
}
</style>