Shades of Edward #90A997
Tints of Edward #90A997
RGB
CMYK
RGB Variations
Color information
#90A997 (or 0x90A997) is known color: Edward. HEX triplet: 90, A9 and 97. RGB value is (144,169,151). Sum of RGB (Red+Green+Blue) = 144+169+151=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 169 - color contains mainly: green. Hex color #90A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A997 is #6F5668. Grayscale: #9F9F9F. Windows color (decimal): -7296617 or 9939344. OLE color: 9939344.
HSL color Cylindrical-coordinate representation of color #90A997: hue angle of 136.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A997 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 169 | 151 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.34 |
| HSL | 136.8º | 0.13% | 0.61% | - |
| HSV(B) | 136.8º | 0.15% | 0.66% | - |
| XYZ | 31.28 | 36.54 | 34.68 | - |
| YUV | 159.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 151 | 0.15 | 0 | 0.11 | 0.34 | 136.8 | 0.13 | 0.61 |
| Hex | 90 | A9 | 97 | F | 0 | B | 22 | 89 | D | 3D |
| Octal | 220 | 251 | 227 | 17 | 0 | 13 | 42 | 211 | 15 | 75 |
| Binary | 10010000 | 10101001 | 10010111 | 1111 | 0 | 1011 | 100010 | 10001001 | 1101 | 111101 |
Color Harmonies of #90A997
Complementary color
Monochromatic Colors of #90A997
Black with #90A997
Text Example
Text Example
White with #90A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A997; }
p { color: rgb(144,169,151); }
H1.HeaderClassName
{
color: #90A997;
}
.AnyTagClassName
{
color: #90A997;
}
</style>
background-color css
<style>
a { background-color: #90A997; }
a { background-color: rgb(144,169,151); }
div.DivClassName
{
background-color: #90A997;
}
.BgClassName
{
background-color: #90A997;
}
</style>
border-color css
<style>
span { border-color: #90A997; }
span { border-color: rgb(144,169,151); }
td.TdClassName
{
border-color: #90A997;
}
.TagClassName
{
border-color: #90A997;
}
</style>