Shades of Edward #96AB9D
Tints of Edward #96AB9D
RGB
CMYK
RGB Variations
Color information
#96AB9D (or 0x96AB9D) is known color: Edward. HEX triplet: 96, AB and 9D. RGB value is (150,171,157). Sum of RGB (Red+Green+Blue) = 150+171+157=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB9D is #695462. Grayscale: #A3A3A3. Windows color (decimal): -6902883 or 10333078. OLE color: 10333078.
HSL color Cylindrical-coordinate representation of color #96AB9D: hue angle of 140º 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 #96AB9D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 157 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.33 |
| HSL | 140º | 0.11% | 0.63% | - |
| HSV(B) | 140º | 0.12% | 0.67% | - |
| XYZ | 33.23 | 38.04 | 37.49 | - |
| YUV | 163.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 157 | 0.12 | 0 | 0.08 | 0.33 | 140 | 0.11 | 0.63 |
| Hex | 96 | AB | 9D | C | 0 | 8 | 21 | 8C | B | 3F |
| Octal | 226 | 253 | 235 | 14 | 0 | 10 | 41 | 214 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10011101 | 1100 | 0 | 1000 | 100001 | 10001100 | 1011 | 111111 |
Color Harmonies of #96AB9D
Complementary color
Monochromatic Colors of #96AB9D
Black with #96AB9D
Text Example
Text Example
White with #96AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB9D; }
p { color: rgb(150,171,157); }
H1.HeaderClassName
{
color: #96AB9D;
}
.AnyTagClassName
{
color: #96AB9D;
}
</style>
background-color css
<style>
a { background-color: #96AB9D; }
a { background-color: rgb(150,171,157); }
div.DivClassName
{
background-color: #96AB9D;
}
.BgClassName
{
background-color: #96AB9D;
}
</style>
border-color css
<style>
span { border-color: #96AB9D; }
span { border-color: rgb(150,171,157); }
td.TdClassName
{
border-color: #96AB9D;
}
.TagClassName
{
border-color: #96AB9D;
}
</style>