Shades of Edward #98AB9A
Tints of Edward #98AB9A
RGB
CMYK
RGB Variations
Color information
#98AB9A (or 0x98AB9A) is known color: Edward. HEX triplet: 98, AB and 9A. RGB value is (152,171,154). Sum of RGB (Red+Green+Blue) = 152+171+154=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB9A is #675465. Grayscale: #A3A3A3. Windows color (decimal): -6771814 or 10136472. OLE color: 10136472.
HSL color Cylindrical-coordinate representation of color #98AB9A: hue angle of 126.32º 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 #98AB9A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 154 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.33 |
| HSL | 126.32º | 0.1% | 0.63% | - |
| HSV(B) | 126.32º | 0.11% | 0.67% | - |
| XYZ | 33.34 | 38.13 | 36.18 | - |
| YUV | 163.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 154 | 0.11 | 0 | 0.10 | 0.33 | 126.32 | 0.1 | 0.63 |
| Hex | 98 | AB | 9A | B | 0 | A | 21 | 7E | A | 3F |
| Octal | 230 | 253 | 232 | 13 | 0 | 12 | 41 | 176 | 12 | 77 |
| Binary | 10011000 | 10101011 | 10011010 | 1011 | 0 | 1010 | 100001 | 1111110 | 1010 | 111111 |
Color Harmonies of #98AB9A
Complementary color
Monochromatic Colors of #98AB9A
Black with #98AB9A
Text Example
Text Example
White with #98AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB9A; }
p { color: rgb(152,171,154); }
H1.HeaderClassName
{
color: #98AB9A;
}
.AnyTagClassName
{
color: #98AB9A;
}
</style>
background-color css
<style>
a { background-color: #98AB9A; }
a { background-color: rgb(152,171,154); }
div.DivClassName
{
background-color: #98AB9A;
}
.BgClassName
{
background-color: #98AB9A;
}
</style>
border-color css
<style>
span { border-color: #98AB9A; }
span { border-color: rgb(152,171,154); }
td.TdClassName
{
border-color: #98AB9A;
}
.TagClassName
{
border-color: #98AB9A;
}
</style>