Shades of Edward #99AB9F
Tints of Edward #99AB9F
RGB
CMYK
RGB Variations
Color information
#99AB9F (or 0x99AB9F) is known color: Edward. HEX triplet: 99, AB and 9F. RGB value is (153,171,159). Sum of RGB (Red+Green+Blue) = 153+171+159=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9F is #665460. Grayscale: #A4A4A4. Windows color (decimal): -6706273 or 10464153. OLE color: 10464153.
HSL color Cylindrical-coordinate representation of color #99AB9F: hue angle of 140º 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 #99AB9F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 159 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.33 |
| HSL | 140º | 0.1% | 0.64% | - |
| HSV(B) | 140º | 0.11% | 0.67% | - |
| XYZ | 33.96 | 38.4 | 38.42 | - |
| YUV | 164.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 159 | 0.11 | 0 | 0.07 | 0.33 | 140 | 0.1 | 0.64 |
| Hex | 99 | AB | 9F | B | 0 | 7 | 21 | 8C | A | 40 |
| Octal | 231 | 253 | 237 | 13 | 0 | 7 | 41 | 214 | 12 | 100 |
| Binary | 10011001 | 10101011 | 10011111 | 1011 | 0 | 111 | 100001 | 10001100 | 1010 | 1000000 |
Color Harmonies of #99AB9F
Complementary color
Monochromatic Colors of #99AB9F
Black with #99AB9F
Text Example
Text Example
White with #99AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB9F; }
p { color: rgb(153,171,159); }
H1.HeaderClassName
{
color: #99AB9F;
}
.AnyTagClassName
{
color: #99AB9F;
}
</style>
background-color css
<style>
a { background-color: #99AB9F; }
a { background-color: rgb(153,171,159); }
div.DivClassName
{
background-color: #99AB9F;
}
.BgClassName
{
background-color: #99AB9F;
}
</style>
border-color css
<style>
span { border-color: #99AB9F; }
span { border-color: rgb(153,171,159); }
td.TdClassName
{
border-color: #99AB9F;
}
.TagClassName
{
border-color: #99AB9F;
}
</style>