Shades of Edward #91A898
Tints of Edward #91A898
RGB
CMYK
RGB Variations
Color information
#91A898 (or 0x91A898) is known color: Edward. HEX triplet: 91, A8 and 98. RGB value is (145,168,152). Sum of RGB (Red+Green+Blue) = 145+168+152=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #91A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A898 is #6E5767. Grayscale: #9F9F9F. Windows color (decimal): -7231336 or 10004625. OLE color: 10004625.
HSL color Cylindrical-coordinate representation of color #91A898: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A898 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 168 | 152 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.34 |
| HSL | 138.26º | 0.12% | 0.61% | - |
| HSV(B) | 138.26º | 0.14% | 0.66% | - |
| XYZ | 31.35 | 36.29 | 35.06 | - |
| YUV | 159.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 152 | 0.14 | 0 | 0.10 | 0.34 | 138.26 | 0.12 | 0.61 |
| Hex | 91 | A8 | 98 | E | 0 | A | 22 | 8A | C | 3D |
| Octal | 221 | 250 | 230 | 16 | 0 | 12 | 42 | 212 | 14 | 75 |
| Binary | 10010001 | 10101000 | 10011000 | 1110 | 0 | 1010 | 100010 | 10001010 | 1100 | 111101 |
Color Harmonies of #91A898
Complementary color
Monochromatic Colors of #91A898
Black with #91A898
Text Example
Text Example
White with #91A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A898; }
p { color: rgb(145,168,152); }
H1.HeaderClassName
{
color: #91A898;
}
.AnyTagClassName
{
color: #91A898;
}
</style>
background-color css
<style>
a { background-color: #91A898; }
a { background-color: rgb(145,168,152); }
div.DivClassName
{
background-color: #91A898;
}
.BgClassName
{
background-color: #91A898;
}
</style>
border-color css
<style>
span { border-color: #91A898; }
span { border-color: rgb(145,168,152); }
td.TdClassName
{
border-color: #91A898;
}
.TagClassName
{
border-color: #91A898;
}
</style>