Shades of Edward #99AB9D
Tints of Edward #99AB9D
RGB
CMYK
RGB Variations
Color information
#99AB9D (or 0x99AB9D) is known color: Edward. HEX triplet: 99, AB and 9D. RGB value is (153,171,157). Sum of RGB (Red+Green+Blue) = 153+171+157=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9D is #665462. Grayscale: #A4A4A4. Windows color (decimal): -6706275 or 10333081. OLE color: 10333081.
HSL color Cylindrical-coordinate representation of color #99AB9D: hue angle of 133.33º 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 #99AB9D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 157 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.33 |
| HSL | 133.33º | 0.1% | 0.64% | - |
| HSV(B) | 133.33º | 0.11% | 0.67% | - |
| XYZ | 33.79 | 38.33 | 37.52 | - |
| YUV | 164.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 157 | 0.11 | 0 | 0.08 | 0.33 | 133.33 | 0.1 | 0.64 |
| Hex | 99 | AB | 9D | B | 0 | 8 | 21 | 85 | A | 40 |
| Octal | 231 | 253 | 235 | 13 | 0 | 10 | 41 | 205 | 12 | 100 |
| Binary | 10011001 | 10101011 | 10011101 | 1011 | 0 | 1000 | 100001 | 10000101 | 1010 | 1000000 |
Color Harmonies of #99AB9D
Complementary color
Monochromatic Colors of #99AB9D
Black with #99AB9D
Text Example
Text Example
White with #99AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB9D; }
p { color: rgb(153,171,157); }
H1.HeaderClassName
{
color: #99AB9D;
}
.AnyTagClassName
{
color: #99AB9D;
}
</style>
background-color css
<style>
a { background-color: #99AB9D; }
a { background-color: rgb(153,171,157); }
div.DivClassName
{
background-color: #99AB9D;
}
.BgClassName
{
background-color: #99AB9D;
}
</style>
border-color css
<style>
span { border-color: #99AB9D; }
span { border-color: rgb(153,171,157); }
td.TdClassName
{
border-color: #99AB9D;
}
.TagClassName
{
border-color: #99AB9D;
}
</style>