Shades of Edward #99AD9B
Tints of Edward #99AD9B
RGB
CMYK
RGB Variations
Color information
#99AD9B (or 0x99AD9B) is known color: Edward. HEX triplet: 99, AD and 9B. RGB value is (153,173,155). Sum of RGB (Red+Green+Blue) = 153+173+155=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9B is #665264. Grayscale: #A5A5A5. Windows color (decimal): -6705765 or 10202521. OLE color: 10202521.
HSL color Cylindrical-coordinate representation of color #99AD9B: hue angle of 126º 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 #99AD9B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 155 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.32 |
| HSL | 126º | 0.11% | 0.64% | - |
| HSV(B) | 126º | 0.12% | 0.68% | - |
| XYZ | 34 | 39.03 | 36.75 | - |
| YUV | 164.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 155 | 0.12 | 0 | 0.10 | 0.32 | 126 | 0.11 | 0.64 |
| Hex | 99 | AD | 9B | C | 0 | A | 20 | 7E | B | 40 |
| Octal | 231 | 255 | 233 | 14 | 0 | 12 | 40 | 176 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10011011 | 1100 | 0 | 1010 | 100000 | 1111110 | 1011 | 1000000 |
Color Harmonies of #99AD9B
Complementary color
Monochromatic Colors of #99AD9B
Black with #99AD9B
Text Example
Text Example
White with #99AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD9B; }
p { color: rgb(153,173,155); }
H1.HeaderClassName
{
color: #99AD9B;
}
.AnyTagClassName
{
color: #99AD9B;
}
</style>
background-color css
<style>
a { background-color: #99AD9B; }
a { background-color: rgb(153,173,155); }
div.DivClassName
{
background-color: #99AD9B;
}
.BgClassName
{
background-color: #99AD9B;
}
</style>
border-color css
<style>
span { border-color: #99AD9B; }
span { border-color: rgb(153,173,155); }
td.TdClassName
{
border-color: #99AD9B;
}
.TagClassName
{
border-color: #99AD9B;
}
</style>