Shades of Edward #98A39C
Tints of Edward #98A39C
RGB
CMYK
RGB Variations
Color information
#98A39C (or 0x98A39C) is known color: Edward. HEX triplet: 98, A3 and 9C. RGB value is (152,163,156). Sum of RGB (Red+Green+Blue) = 152+163+156=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 163 - color contains mainly: green. Hex color #98A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A39C is #675C63. Grayscale: #9E9E9E. Windows color (decimal): -6773860 or 10265496. OLE color: 10265496.
HSL color Cylindrical-coordinate representation of color #98A39C: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A39C is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 156 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.36 |
| HSL | 141.82º | 0.06% | 0.62% | - |
| HSV(B) | 141.82º | 0.07% | 0.64% | - |
| XYZ | 32.05 | 35.27 | 36.57 | - |
| YUV | 158.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 156 | 0.07 | 0 | 0.04 | 0.36 | 141.82 | 0.06 | 0.62 |
| Hex | 98 | A3 | 9C | 7 | 0 | 4 | 24 | 8E | 6 | 3E |
| Octal | 230 | 243 | 234 | 7 | 0 | 4 | 44 | 216 | 6 | 76 |
| Binary | 10011000 | 10100011 | 10011100 | 111 | 0 | 100 | 100100 | 10001110 | 110 | 111110 |
Color Harmonies of #98A39C
Complementary color
Monochromatic Colors of #98A39C
Black with #98A39C
Text Example
Text Example
White with #98A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A39C; }
p { color: rgb(152,163,156); }
H1.HeaderClassName
{
color: #98A39C;
}
.AnyTagClassName
{
color: #98A39C;
}
</style>
background-color css
<style>
a { background-color: #98A39C; }
a { background-color: rgb(152,163,156); }
div.DivClassName
{
background-color: #98A39C;
}
.BgClassName
{
background-color: #98A39C;
}
</style>
border-color css
<style>
span { border-color: #98A39C; }
span { border-color: rgb(152,163,156); }
td.TdClassName
{
border-color: #98A39C;
}
.TagClassName
{
border-color: #98A39C;
}
</style>