Shades of Edward #98A69A
Tints of Edward #98A69A
RGB
CMYK
RGB Variations
Color information
#98A69A (or 0x98A69A) is known color: Edward. HEX triplet: 98, A6 and 9A. RGB value is (152,166,154). Sum of RGB (Red+Green+Blue) = 152+166+154=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #98A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A69A is #675965. Grayscale: #A0A0A0. Windows color (decimal): -6773094 or 10135192. OLE color: 10135192.
HSL color Cylindrical-coordinate representation of color #98A69A: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A69A is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 154 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.35 |
| HSL | 128.57º | 0.07% | 0.62% | - |
| HSV(B) | 128.57º | 0.08% | 0.65% | - |
| XYZ | 32.42 | 36.28 | 35.87 | - |
| YUV | 160.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 154 | 0.08 | 0 | 0.07 | 0.35 | 128.57 | 0.07 | 0.62 |
| Hex | 98 | A6 | 9A | 8 | 0 | 7 | 23 | 81 | 7 | 3E |
| Octal | 230 | 246 | 232 | 10 | 0 | 7 | 43 | 201 | 7 | 76 |
| Binary | 10011000 | 10100110 | 10011010 | 1000 | 0 | 111 | 100011 | 10000001 | 111 | 111110 |
Color Harmonies of #98A69A
Complementary color
Monochromatic Colors of #98A69A
Black with #98A69A
Text Example
Text Example
White with #98A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A69A; }
p { color: rgb(152,166,154); }
H1.HeaderClassName
{
color: #98A69A;
}
.AnyTagClassName
{
color: #98A69A;
}
</style>
background-color css
<style>
a { background-color: #98A69A; }
a { background-color: rgb(152,166,154); }
div.DivClassName
{
background-color: #98A69A;
}
.BgClassName
{
background-color: #98A69A;
}
</style>
border-color css
<style>
span { border-color: #98A69A; }
span { border-color: rgb(152,166,154); }
td.TdClassName
{
border-color: #98A69A;
}
.TagClassName
{
border-color: #98A69A;
}
</style>