Shades of Edward #99AB9B
Tints of Edward #99AB9B
RGB
CMYK
RGB Variations
Color information
#99AB9B (or 0x99AB9B) is known color: Edward. HEX triplet: 99, AB and 9B. RGB value is (153,171,155). Sum of RGB (Red+Green+Blue) = 153+171+155=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9B is #665464. Grayscale: #A3A3A3. Windows color (decimal): -6706277 or 10202009. OLE color: 10202009.
HSL color Cylindrical-coordinate representation of color #99AB9B: hue angle of 126.67º 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 #99AB9B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 155 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.33 |
| HSL | 126.67º | 0.1% | 0.64% | - |
| HSV(B) | 126.67º | 0.11% | 0.67% | - |
| XYZ | 33.62 | 38.26 | 36.62 | - |
| YUV | 163.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 155 | 0.11 | 0 | 0.09 | 0.33 | 126.67 | 0.1 | 0.64 |
| Hex | 99 | AB | 9B | B | 0 | 9 | 21 | 7F | A | 40 |
| Octal | 231 | 253 | 233 | 13 | 0 | 11 | 41 | 177 | 12 | 100 |
| Binary | 10011001 | 10101011 | 10011011 | 1011 | 0 | 1001 | 100001 | 1111111 | 1010 | 1000000 |
Color Harmonies of #99AB9B
Complementary color
Monochromatic Colors of #99AB9B
Black with #99AB9B
Text Example
Text Example
White with #99AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB9B; }
p { color: rgb(153,171,155); }
H1.HeaderClassName
{
color: #99AB9B;
}
.AnyTagClassName
{
color: #99AB9B;
}
</style>
background-color css
<style>
a { background-color: #99AB9B; }
a { background-color: rgb(153,171,155); }
div.DivClassName
{
background-color: #99AB9B;
}
.BgClassName
{
background-color: #99AB9B;
}
</style>
border-color css
<style>
span { border-color: #99AB9B; }
span { border-color: rgb(153,171,155); }
td.TdClassName
{
border-color: #99AB9B;
}
.TagClassName
{
border-color: #99AB9B;
}
</style>