Shades of Edward #98AA9B
Tints of Edward #98AA9B
RGB
CMYK
RGB Variations
Color information
#98AA9B (or 0x98AA9B) is known color: Edward. HEX triplet: 98, AA and 9B. RGB value is (152,170,155). Sum of RGB (Red+Green+Blue) = 152+170+155=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA9B is #675564. Grayscale: #A2A2A2. Windows color (decimal): -6772069 or 10201752. OLE color: 10201752.
HSL color Cylindrical-coordinate representation of color #98AA9B: hue angle of 130º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AA9B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 155 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.33 |
| HSL | 130º | 0.1% | 0.63% | - |
| HSV(B) | 130º | 0.11% | 0.67% | - |
| XYZ | 33.24 | 37.79 | 36.55 | - |
| YUV | 162.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 155 | 0.11 | 0 | 0.09 | 0.33 | 130 | 0.1 | 0.63 |
| Hex | 98 | AA | 9B | B | 0 | 9 | 21 | 82 | A | 3F |
| Octal | 230 | 252 | 233 | 13 | 0 | 11 | 41 | 202 | 12 | 77 |
| Binary | 10011000 | 10101010 | 10011011 | 1011 | 0 | 1001 | 100001 | 10000010 | 1010 | 111111 |
Color Harmonies of #98AA9B
Complementary color
Monochromatic Colors of #98AA9B
Black with #98AA9B
Text Example
Text Example
White with #98AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA9B; }
p { color: rgb(152,170,155); }
H1.HeaderClassName
{
color: #98AA9B;
}
.AnyTagClassName
{
color: #98AA9B;
}
</style>
background-color css
<style>
a { background-color: #98AA9B; }
a { background-color: rgb(152,170,155); }
div.DivClassName
{
background-color: #98AA9B;
}
.BgClassName
{
background-color: #98AA9B;
}
</style>
border-color css
<style>
span { border-color: #98AA9B; }
span { border-color: rgb(152,170,155); }
td.TdClassName
{
border-color: #98AA9B;
}
.TagClassName
{
border-color: #98AA9B;
}
</style>