Shades of Edward #99AD9F
Tints of Edward #99AD9F
RGB
CMYK
RGB Variations
Color information
#99AD9F (or 0x99AD9F) is known color: Edward. HEX triplet: 99, AD and 9F. RGB value is (153,173,159). Sum of RGB (Red+Green+Blue) = 153+173+159=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9F is #665260. Grayscale: #A5A5A5. Windows color (decimal): -6705761 or 10464665. OLE color: 10464665.
HSL color Cylindrical-coordinate representation of color #99AD9F: hue angle of 138º 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 #99AD9F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 159 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.32 |
| HSL | 138º | 0.11% | 0.64% | - |
| HSV(B) | 138º | 0.12% | 0.68% | - |
| XYZ | 34.34 | 39.16 | 38.55 | - |
| YUV | 165.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 159 | 0.12 | 0 | 0.08 | 0.32 | 138 | 0.11 | 0.64 |
| Hex | 99 | AD | 9F | C | 0 | 8 | 20 | 8A | B | 40 |
| Octal | 231 | 255 | 237 | 14 | 0 | 10 | 40 | 212 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10011111 | 1100 | 0 | 1000 | 100000 | 10001010 | 1011 | 1000000 |
Color Harmonies of #99AD9F
Complementary color
Monochromatic Colors of #99AD9F
Black with #99AD9F
Text Example
Text Example
White with #99AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD9F; }
p { color: rgb(153,173,159); }
H1.HeaderClassName
{
color: #99AD9F;
}
.AnyTagClassName
{
color: #99AD9F;
}
</style>
background-color css
<style>
a { background-color: #99AD9F; }
a { background-color: rgb(153,173,159); }
div.DivClassName
{
background-color: #99AD9F;
}
.BgClassName
{
background-color: #99AD9F;
}
</style>
border-color css
<style>
span { border-color: #99AD9F; }
span { border-color: rgb(153,173,159); }
td.TdClassName
{
border-color: #99AD9F;
}
.TagClassName
{
border-color: #99AD9F;
}
</style>