Shades of Edward #99AD9D
Tints of Edward #99AD9D
RGB
CMYK
RGB Variations
Color information
#99AD9D (or 0x99AD9D) is known color: Edward. HEX triplet: 99, AD and 9D. RGB value is (153,173,157). Sum of RGB (Red+Green+Blue) = 153+173+157=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9D is #665262. Grayscale: #A5A5A5. Windows color (decimal): -6705763 or 10333593. OLE color: 10333593.
HSL color Cylindrical-coordinate representation of color #99AD9D: hue angle of 132º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AD9D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 157 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.32 |
| HSL | 132º | 0.11% | 0.64% | - |
| HSV(B) | 132º | 0.12% | 0.68% | - |
| XYZ | 34.17 | 39.09 | 37.64 | - |
| YUV | 165.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 157 | 0.12 | 0 | 0.09 | 0.32 | 132 | 0.11 | 0.64 |
| Hex | 99 | AD | 9D | C | 0 | 9 | 20 | 84 | B | 40 |
| Octal | 231 | 255 | 235 | 14 | 0 | 11 | 40 | 204 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10011101 | 1100 | 0 | 1001 | 100000 | 10000100 | 1011 | 1000000 |
Color Harmonies of #99AD9D
Complementary color
Monochromatic Colors of #99AD9D
Black with #99AD9D
Text Example
Text Example
White with #99AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD9D; }
p { color: rgb(153,173,157); }
H1.HeaderClassName
{
color: #99AD9D;
}
.AnyTagClassName
{
color: #99AD9D;
}
</style>
background-color css
<style>
a { background-color: #99AD9D; }
a { background-color: rgb(153,173,157); }
div.DivClassName
{
background-color: #99AD9D;
}
.BgClassName
{
background-color: #99AD9D;
}
</style>
border-color css
<style>
span { border-color: #99AD9D; }
span { border-color: rgb(153,173,157); }
td.TdClassName
{
border-color: #99AD9D;
}
.TagClassName
{
border-color: #99AD9D;
}
</style>