Shades of Edward #98AD9C
Tints of Edward #98AD9C
RGB
CMYK
RGB Variations
Color information
#98AD9C (or 0x98AD9C) is known color: Edward. HEX triplet: 98, AD and 9C. RGB value is (152,173,156). Sum of RGB (Red+Green+Blue) = 152+173+156=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9C is #675263. Grayscale: #A4A4A4. Windows color (decimal): -6771300 or 10268056. OLE color: 10268056.
HSL color Cylindrical-coordinate representation of color #98AD9C: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AD9C is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 156 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.32 |
| HSL | 131.43º | 0.11% | 0.64% | - |
| HSV(B) | 131.43º | 0.12% | 0.68% | - |
| XYZ | 33.89 | 38.96 | 37.19 | - |
| YUV | 164.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 156 | 0.12 | 0 | 0.10 | 0.32 | 131.43 | 0.11 | 0.64 |
| Hex | 98 | AD | 9C | C | 0 | A | 20 | 83 | B | 40 |
| Octal | 230 | 255 | 234 | 14 | 0 | 12 | 40 | 203 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10011100 | 1100 | 0 | 1010 | 100000 | 10000011 | 1011 | 1000000 |
Color Harmonies of #98AD9C
Complementary color
Monochromatic Colors of #98AD9C
Black with #98AD9C
Text Example
Text Example
White with #98AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD9C; }
p { color: rgb(152,173,156); }
H1.HeaderClassName
{
color: #98AD9C;
}
.AnyTagClassName
{
color: #98AD9C;
}
</style>
background-color css
<style>
a { background-color: #98AD9C; }
a { background-color: rgb(152,173,156); }
div.DivClassName
{
background-color: #98AD9C;
}
.BgClassName
{
background-color: #98AD9C;
}
</style>
border-color css
<style>
span { border-color: #98AD9C; }
span { border-color: rgb(152,173,156); }
td.TdClassName
{
border-color: #98AD9C;
}
.TagClassName
{
border-color: #98AD9C;
}
</style>