Shades of Edward #96AA9C
Tints of Edward #96AA9C
RGB
CMYK
RGB Variations
Color information
#96AA9C (or 0x96AA9C) is known color: Edward. HEX triplet: 96, AA and 9C. RGB value is (150,170,156). Sum of RGB (Red+Green+Blue) = 150+170+156=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9C is #695563. Grayscale: #A2A2A2. Windows color (decimal): -6903140 or 10267286. OLE color: 10267286.
HSL color Cylindrical-coordinate representation of color #96AA9C: hue angle of 138º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 156 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.33 |
| HSL | 138º | 0.11% | 0.63% | - |
| HSV(B) | 138º | 0.12% | 0.67% | - |
| XYZ | 32.95 | 37.63 | 36.98 | - |
| YUV | 162.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 156 | 0.12 | 0 | 0.08 | 0.33 | 138 | 0.11 | 0.63 |
| Hex | 96 | AA | 9C | C | 0 | 8 | 21 | 8A | B | 3F |
| Octal | 226 | 252 | 234 | 14 | 0 | 10 | 41 | 212 | 13 | 77 |
| Binary | 10010110 | 10101010 | 10011100 | 1100 | 0 | 1000 | 100001 | 10001010 | 1011 | 111111 |
Color Harmonies of #96AA9C
Complementary color
Monochromatic Colors of #96AA9C
Black with #96AA9C
Text Example
Text Example
White with #96AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA9C; }
p { color: rgb(150,170,156); }
H1.HeaderClassName
{
color: #96AA9C;
}
.AnyTagClassName
{
color: #96AA9C;
}
</style>
background-color css
<style>
a { background-color: #96AA9C; }
a { background-color: rgb(150,170,156); }
div.DivClassName
{
background-color: #96AA9C;
}
.BgClassName
{
background-color: #96AA9C;
}
</style>
border-color css
<style>
span { border-color: #96AA9C; }
span { border-color: rgb(150,170,156); }
td.TdClassName
{
border-color: #96AA9C;
}
.TagClassName
{
border-color: #96AA9C;
}
</style>