Shades of Edward #90AA97
Tints of Edward #90AA97
RGB
CMYK
RGB Variations
Color information
#90AA97 (or 0x90AA97) is known color: Edward. HEX triplet: 90, AA and 97. RGB value is (144,170,151). Sum of RGB (Red+Green+Blue) = 144+170+151=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA97 is #6F5568. Grayscale: #A0A0A0. Windows color (decimal): -7296361 or 9939600. OLE color: 9939600.
HSL color Cylindrical-coordinate representation of color #90AA97: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA97 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 151 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.33 |
| HSL | 136.15º | 0.13% | 0.62% | - |
| HSV(B) | 136.15º | 0.15% | 0.67% | - |
| XYZ | 31.46 | 36.91 | 34.74 | - |
| YUV | 160.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 151 | 0.15 | 0 | 0.11 | 0.33 | 136.15 | 0.13 | 0.62 |
| Hex | 90 | AA | 97 | F | 0 | B | 21 | 88 | D | 3E |
| Octal | 220 | 252 | 227 | 17 | 0 | 13 | 41 | 210 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10010111 | 1111 | 0 | 1011 | 100001 | 10001000 | 1101 | 111110 |
Color Harmonies of #90AA97
Complementary color
Monochromatic Colors of #90AA97
Black with #90AA97
Text Example
Text Example
White with #90AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA97; }
p { color: rgb(144,170,151); }
H1.HeaderClassName
{
color: #90AA97;
}
.AnyTagClassName
{
color: #90AA97;
}
</style>
background-color css
<style>
a { background-color: #90AA97; }
a { background-color: rgb(144,170,151); }
div.DivClassName
{
background-color: #90AA97;
}
.BgClassName
{
background-color: #90AA97;
}
</style>
border-color css
<style>
span { border-color: #90AA97; }
span { border-color: rgb(144,170,151); }
td.TdClassName
{
border-color: #90AA97;
}
.TagClassName
{
border-color: #90AA97;
}
</style>