Shades of Edward #96AB9A
Tints of Edward #96AB9A
RGB
CMYK
RGB Variations
Color information
#96AB9A (or 0x96AB9A) is known color: Edward. HEX triplet: 96, AB and 9A. RGB value is (150,171,154). Sum of RGB (Red+Green+Blue) = 150+171+154=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB9A is #695465. Grayscale: #A2A2A2. Windows color (decimal): -6902886 or 10136470. OLE color: 10136470.
HSL color Cylindrical-coordinate representation of color #96AB9A: hue angle of 131.43º 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 #96AB9A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 154 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.33 |
| HSL | 131.43º | 0.11% | 0.63% | - |
| HSV(B) | 131.43º | 0.12% | 0.67% | - |
| XYZ | 32.97 | 37.94 | 36.16 | - |
| YUV | 162.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 154 | 0.12 | 0 | 0.10 | 0.33 | 131.43 | 0.11 | 0.63 |
| Hex | 96 | AB | 9A | C | 0 | A | 21 | 83 | B | 3F |
| Octal | 226 | 253 | 232 | 14 | 0 | 12 | 41 | 203 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10011010 | 1100 | 0 | 1010 | 100001 | 10000011 | 1011 | 111111 |
Color Harmonies of #96AB9A
Complementary color
Monochromatic Colors of #96AB9A
Black with #96AB9A
Text Example
Text Example
White with #96AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB9A; }
p { color: rgb(150,171,154); }
H1.HeaderClassName
{
color: #96AB9A;
}
.AnyTagClassName
{
color: #96AB9A;
}
</style>
background-color css
<style>
a { background-color: #96AB9A; }
a { background-color: rgb(150,171,154); }
div.DivClassName
{
background-color: #96AB9A;
}
.BgClassName
{
background-color: #96AB9A;
}
</style>
border-color css
<style>
span { border-color: #96AB9A; }
span { border-color: rgb(150,171,154); }
td.TdClassName
{
border-color: #96AB9A;
}
.TagClassName
{
border-color: #96AB9A;
}
</style>