Shades of Edward #98AC9A
Tints of Edward #98AC9A
RGB
CMYK
RGB Variations
Color information
#98AC9A (or 0x98AC9A) is known color: Edward. HEX triplet: 98, AC and 9A. RGB value is (152,172,154). Sum of RGB (Red+Green+Blue) = 152+172+154=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AC9A is #675365. Grayscale: #A4A4A4. Windows color (decimal): -6771558 or 10136728. OLE color: 10136728.
HSL color Cylindrical-coordinate representation of color #98AC9A: hue angle of 126º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AC9A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 172 | 154 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.33 |
| HSL | 126º | 0.11% | 0.64% | - |
| HSV(B) | 126º | 0.12% | 0.67% | - |
| XYZ | 33.53 | 38.51 | 36.24 | - |
| YUV | 163.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 154 | 0.12 | 0 | 0.10 | 0.33 | 126 | 0.11 | 0.64 |
| Hex | 98 | AC | 9A | C | 0 | A | 21 | 7E | B | 40 |
| Octal | 230 | 254 | 232 | 14 | 0 | 12 | 41 | 176 | 13 | 100 |
| Binary | 10011000 | 10101100 | 10011010 | 1100 | 0 | 1010 | 100001 | 1111110 | 1011 | 1000000 |
Color Harmonies of #98AC9A
Complementary color
Monochromatic Colors of #98AC9A
Black with #98AC9A
Text Example
Text Example
White with #98AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AC9A; }
p { color: rgb(152,172,154); }
H1.HeaderClassName
{
color: #98AC9A;
}
.AnyTagClassName
{
color: #98AC9A;
}
</style>
background-color css
<style>
a { background-color: #98AC9A; }
a { background-color: rgb(152,172,154); }
div.DivClassName
{
background-color: #98AC9A;
}
.BgClassName
{
background-color: #98AC9A;
}
</style>
border-color css
<style>
span { border-color: #98AC9A; }
span { border-color: rgb(152,172,154); }
td.TdClassName
{
border-color: #98AC9A;
}
.TagClassName
{
border-color: #98AC9A;
}
</style>