Shades of Edward #96AD9A
Tints of Edward #96AD9A
RGB
CMYK
RGB Variations
Color information
#96AD9A (or 0x96AD9A) is known color: Edward. HEX triplet: 96, AD and 9A. RGB value is (150,173,154). Sum of RGB (Red+Green+Blue) = 150+173+154=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AD9A is #695265. Grayscale: #A4A4A4. Windows color (decimal): -6902374 or 10136982. OLE color: 10136982.
HSL color Cylindrical-coordinate representation of color #96AD9A: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96AD9A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 154 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.32 |
| HSL | 130.43º | 0.12% | 0.63% | - |
| HSV(B) | 130.43º | 0.13% | 0.68% | - |
| XYZ | 33.35 | 38.7 | 36.28 | - |
| YUV | 163.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 154 | 0.13 | 0 | 0.11 | 0.32 | 130.43 | 0.12 | 0.63 |
| Hex | 96 | AD | 9A | D | 0 | B | 20 | 82 | C | 3F |
| Octal | 226 | 255 | 232 | 15 | 0 | 13 | 40 | 202 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10011010 | 1101 | 0 | 1011 | 100000 | 10000010 | 1100 | 111111 |
Color Harmonies of #96AD9A
Complementary color
Monochromatic Colors of #96AD9A
Black with #96AD9A
Text Example
Text Example
White with #96AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD9A; }
p { color: rgb(150,173,154); }
H1.HeaderClassName
{
color: #96AD9A;
}
.AnyTagClassName
{
color: #96AD9A;
}
</style>
background-color css
<style>
a { background-color: #96AD9A; }
a { background-color: rgb(150,173,154); }
div.DivClassName
{
background-color: #96AD9A;
}
.BgClassName
{
background-color: #96AD9A;
}
</style>
border-color css
<style>
span { border-color: #96AD9A; }
span { border-color: rgb(150,173,154); }
td.TdClassName
{
border-color: #96AD9A;
}
.TagClassName
{
border-color: #96AD9A;
}
</style>