Shades of Edward #98AF9A
Tints of Edward #98AF9A
RGB
CMYK
RGB Variations
Color information
#98AF9A (or 0x98AF9A) is known color: Edward. HEX triplet: 98, AF and 9A. RGB value is (152,175,154). Sum of RGB (Red+Green+Blue) = 152+175+154=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF9A is #675065. Grayscale: #A5A5A5. Windows color (decimal): -6770790 or 10137496. OLE color: 10137496.
HSL color Cylindrical-coordinate representation of color #98AF9A: hue angle of 125.22º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AF9A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 154 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.31 |
| HSL | 125.22º | 0.13% | 0.64% | - |
| HSV(B) | 125.22º | 0.13% | 0.69% | - |
| XYZ | 34.11 | 39.67 | 36.43 | - |
| YUV | 165.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 154 | 0.13 | 0 | 0.12 | 0.31 | 125.22 | 0.13 | 0.64 |
| Hex | 98 | AF | 9A | D | 0 | C | 1F | 7D | D | 40 |
| Octal | 230 | 257 | 232 | 15 | 0 | 14 | 37 | 175 | 15 | 100 |
| Binary | 10011000 | 10101111 | 10011010 | 1101 | 0 | 1100 | 11111 | 1111101 | 1101 | 1000000 |
Color Harmonies of #98AF9A
Complementary color
Monochromatic Colors of #98AF9A
Black with #98AF9A
Text Example
Text Example
White with #98AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF9A; }
p { color: rgb(152,175,154); }
H1.HeaderClassName
{
color: #98AF9A;
}
.AnyTagClassName
{
color: #98AF9A;
}
</style>
background-color css
<style>
a { background-color: #98AF9A; }
a { background-color: rgb(152,175,154); }
div.DivClassName
{
background-color: #98AF9A;
}
.BgClassName
{
background-color: #98AF9A;
}
</style>
border-color css
<style>
span { border-color: #98AF9A; }
span { border-color: rgb(152,175,154); }
td.TdClassName
{
border-color: #98AF9A;
}
.TagClassName
{
border-color: #98AF9A;
}
</style>