Shades of Edward #90AA98
Tints of Edward #90AA98
RGB
CMYK
RGB Variations
Color information
#90AA98 (or 0x90AA98) is known color: Edward. HEX triplet: 90, AA and 98. RGB value is (144,170,152). Sum of RGB (Red+Green+Blue) = 144+170+152=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA98 is #6F5567. Grayscale: #A0A0A0. Windows color (decimal): -7296360 or 10005136. OLE color: 10005136.
HSL color Cylindrical-coordinate representation of color #90AA98: hue angle of 138.46º 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 #90AA98 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 152 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.33 |
| HSL | 138.46º | 0.13% | 0.62% | - |
| HSV(B) | 138.46º | 0.15% | 0.67% | - |
| XYZ | 31.54 | 36.95 | 35.17 | - |
| YUV | 160.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 152 | 0.15 | 0 | 0.11 | 0.33 | 138.46 | 0.13 | 0.62 |
| Hex | 90 | AA | 98 | F | 0 | B | 21 | 8A | D | 3E |
| Octal | 220 | 252 | 230 | 17 | 0 | 13 | 41 | 212 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10011000 | 1111 | 0 | 1011 | 100001 | 10001010 | 1101 | 111110 |
Color Harmonies of #90AA98
Complementary color
Monochromatic Colors of #90AA98
Black with #90AA98
Text Example
Text Example
White with #90AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA98; }
p { color: rgb(144,170,152); }
H1.HeaderClassName
{
color: #90AA98;
}
.AnyTagClassName
{
color: #90AA98;
}
</style>
background-color css
<style>
a { background-color: #90AA98; }
a { background-color: rgb(144,170,152); }
div.DivClassName
{
background-color: #90AA98;
}
.BgClassName
{
background-color: #90AA98;
}
</style>
border-color css
<style>
span { border-color: #90AA98; }
span { border-color: rgb(144,170,152); }
td.TdClassName
{
border-color: #90AA98;
}
.TagClassName
{
border-color: #90AA98;
}
</style>