Shades of Edward #99AC9F
Tints of Edward #99AC9F
RGB
CMYK
RGB Variations
Color information
#99AC9F (or 0x99AC9F) is known color: Edward. HEX triplet: 99, AC and 9F. RGB value is (153,172,159). Sum of RGB (Red+Green+Blue) = 153+172+159=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9F is #665360. Grayscale: #A4A4A4. Windows color (decimal): -6706017 or 10464409. OLE color: 10464409.
HSL color Cylindrical-coordinate representation of color #99AC9F: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AC9F is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 159 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.33 |
| HSL | 138.95º | 0.1% | 0.64% | - |
| HSV(B) | 138.95º | 0.11% | 0.67% | - |
| XYZ | 34.15 | 38.78 | 38.49 | - |
| YUV | 164.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 159 | 0.11 | 0 | 0.08 | 0.33 | 138.95 | 0.1 | 0.64 |
| Hex | 99 | AC | 9F | B | 0 | 8 | 21 | 8B | A | 40 |
| Octal | 231 | 254 | 237 | 13 | 0 | 10 | 41 | 213 | 12 | 100 |
| Binary | 10011001 | 10101100 | 10011111 | 1011 | 0 | 1000 | 100001 | 10001011 | 1010 | 1000000 |
Color Harmonies of #99AC9F
Complementary color
Monochromatic Colors of #99AC9F
Black with #99AC9F
Text Example
Text Example
White with #99AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC9F; }
p { color: rgb(153,172,159); }
H1.HeaderClassName
{
color: #99AC9F;
}
.AnyTagClassName
{
color: #99AC9F;
}
</style>
background-color css
<style>
a { background-color: #99AC9F; }
a { background-color: rgb(153,172,159); }
div.DivClassName
{
background-color: #99AC9F;
}
.BgClassName
{
background-color: #99AC9F;
}
</style>
border-color css
<style>
span { border-color: #99AC9F; }
span { border-color: rgb(153,172,159); }
td.TdClassName
{
border-color: #99AC9F;
}
.TagClassName
{
border-color: #99AC9F;
}
</style>