Shades of Edward #99AF9F
Tints of Edward #99AF9F
RGB
CMYK
RGB Variations
Color information
#99AF9F (or 0x99AF9F) is known color: Edward. HEX triplet: 99, AF and 9F. RGB value is (153,175,159). Sum of RGB (Red+Green+Blue) = 153+175+159=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF9F is #665060. Grayscale: #A6A6A6. Windows color (decimal): -6705249 or 10465177. OLE color: 10465177.
HSL color Cylindrical-coordinate representation of color #99AF9F: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AF9F is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 159 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.31 |
| HSL | 136.36º | 0.12% | 0.64% | - |
| HSV(B) | 136.36º | 0.13% | 0.69% | - |
| XYZ | 34.72 | 39.94 | 38.68 | - |
| YUV | 166.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 159 | 0.13 | 0 | 0.09 | 0.31 | 136.36 | 0.12 | 0.64 |
| Hex | 99 | AF | 9F | D | 0 | 9 | 1F | 88 | C | 40 |
| Octal | 231 | 257 | 237 | 15 | 0 | 11 | 37 | 210 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10011111 | 1101 | 0 | 1001 | 11111 | 10001000 | 1100 | 1000000 |
Color Harmonies of #99AF9F
Complementary color
Monochromatic Colors of #99AF9F
Black with #99AF9F
Text Example
Text Example
White with #99AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF9F; }
p { color: rgb(153,175,159); }
H1.HeaderClassName
{
color: #99AF9F;
}
.AnyTagClassName
{
color: #99AF9F;
}
</style>
background-color css
<style>
a { background-color: #99AF9F; }
a { background-color: rgb(153,175,159); }
div.DivClassName
{
background-color: #99AF9F;
}
.BgClassName
{
background-color: #99AF9F;
}
</style>
border-color css
<style>
span { border-color: #99AF9F; }
span { border-color: rgb(153,175,159); }
td.TdClassName
{
border-color: #99AF9F;
}
.TagClassName
{
border-color: #99AF9F;
}
</style>