Shades of Edward #91AC98
Tints of Edward #91AC98
RGB
CMYK
RGB Variations
Color information
#91AC98 (or 0x91AC98) is known color: Edward. HEX triplet: 91, AC and 98. RGB value is (145,172,152). Sum of RGB (Red+Green+Blue) = 145+172+152=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC98 is #6E5367. Grayscale: #A1A1A1. Windows color (decimal): -7230312 or 10005649. OLE color: 10005649.
HSL color Cylindrical-coordinate representation of color #91AC98: hue angle of 135.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AC98 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 152 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.33 |
| HSL | 135.56º | 0.14% | 0.62% | - |
| HSV(B) | 135.56º | 0.16% | 0.67% | - |
| XYZ | 32.1 | 37.79 | 35.31 | - |
| YUV | 161.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 152 | 0.16 | 0 | 0.12 | 0.33 | 135.56 | 0.14 | 0.62 |
| Hex | 91 | AC | 98 | 10 | 0 | C | 21 | 88 | E | 3E |
| Octal | 221 | 254 | 230 | 20 | 0 | 14 | 41 | 210 | 16 | 76 |
| Binary | 10010001 | 10101100 | 10011000 | 10000 | 0 | 1100 | 100001 | 10001000 | 1110 | 111110 |
Color Harmonies of #91AC98
Complementary color
Monochromatic Colors of #91AC98
Black with #91AC98
Text Example
Text Example
White with #91AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC98; }
p { color: rgb(145,172,152); }
H1.HeaderClassName
{
color: #91AC98;
}
.AnyTagClassName
{
color: #91AC98;
}
</style>
background-color css
<style>
a { background-color: #91AC98; }
a { background-color: rgb(145,172,152); }
div.DivClassName
{
background-color: #91AC98;
}
.BgClassName
{
background-color: #91AC98;
}
</style>
border-color css
<style>
span { border-color: #91AC98; }
span { border-color: rgb(145,172,152); }
td.TdClassName
{
border-color: #91AC98;
}
.TagClassName
{
border-color: #91AC98;
}
</style>