Shades of Edward #98AB9B
Tints of Edward #98AB9B
RGB
CMYK
RGB Variations
Color information
#98AB9B (or 0x98AB9B) is known color: Edward. HEX triplet: 98, AB and 9B. RGB value is (152,171,155). Sum of RGB (Red+Green+Blue) = 152+171+155=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB9B is #675464. Grayscale: #A3A3A3. Windows color (decimal): -6771813 or 10202008. OLE color: 10202008.
HSL color Cylindrical-coordinate representation of color #98AB9B: hue angle of 129.47º 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 #98AB9B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 155 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.33 |
| HSL | 129.47º | 0.1% | 0.63% | - |
| HSV(B) | 129.47º | 0.11% | 0.67% | - |
| XYZ | 33.43 | 38.17 | 36.62 | - |
| YUV | 163.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 155 | 0.11 | 0 | 0.09 | 0.33 | 129.47 | 0.1 | 0.63 |
| Hex | 98 | AB | 9B | B | 0 | 9 | 21 | 81 | A | 3F |
| Octal | 230 | 253 | 233 | 13 | 0 | 11 | 41 | 201 | 12 | 77 |
| Binary | 10011000 | 10101011 | 10011011 | 1011 | 0 | 1001 | 100001 | 10000001 | 1010 | 111111 |
Color Harmonies of #98AB9B
Complementary color
Monochromatic Colors of #98AB9B
Black with #98AB9B
Text Example
Text Example
White with #98AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB9B; }
p { color: rgb(152,171,155); }
H1.HeaderClassName
{
color: #98AB9B;
}
.AnyTagClassName
{
color: #98AB9B;
}
</style>
background-color css
<style>
a { background-color: #98AB9B; }
a { background-color: rgb(152,171,155); }
div.DivClassName
{
background-color: #98AB9B;
}
.BgClassName
{
background-color: #98AB9B;
}
</style>
border-color css
<style>
span { border-color: #98AB9B; }
span { border-color: rgb(152,171,155); }
td.TdClassName
{
border-color: #98AB9B;
}
.TagClassName
{
border-color: #98AB9B;
}
</style>