Shades of Edward #90AB96
Tints of Edward #90AB96
RGB
CMYK
RGB Variations
Color information
#90AB96 (or 0x90AB96) is known color: Edward. HEX triplet: 90, AB and 96. RGB value is (144,171,150). Sum of RGB (Red+Green+Blue) = 144+171+150=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB96 is #6F5469. Grayscale: #A0A0A0. Windows color (decimal): -7296106 or 9874320. OLE color: 9874320.
HSL color Cylindrical-coordinate representation of color #90AB96: hue angle of 133.33º 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 #90AB96 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 150 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.33 |
| HSL | 133.33º | 0.14% | 0.62% | - |
| HSV(B) | 133.33º | 0.16% | 0.67% | - |
| XYZ | 31.57 | 37.26 | 34.38 | - |
| YUV | 160.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 150 | 0.16 | 0 | 0.12 | 0.33 | 133.33 | 0.14 | 0.62 |
| Hex | 90 | AB | 96 | 10 | 0 | C | 21 | 85 | E | 3E |
| Octal | 220 | 253 | 226 | 20 | 0 | 14 | 41 | 205 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10010110 | 10000 | 0 | 1100 | 100001 | 10000101 | 1110 | 111110 |
Color Harmonies of #90AB96
Complementary color
Monochromatic Colors of #90AB96
Black with #90AB96
Text Example
Text Example
White with #90AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB96; }
p { color: rgb(144,171,150); }
H1.HeaderClassName
{
color: #90AB96;
}
.AnyTagClassName
{
color: #90AB96;
}
</style>
background-color css
<style>
a { background-color: #90AB96; }
a { background-color: rgb(144,171,150); }
div.DivClassName
{
background-color: #90AB96;
}
.BgClassName
{
background-color: #90AB96;
}
</style>
border-color css
<style>
span { border-color: #90AB96; }
span { border-color: rgb(144,171,150); }
td.TdClassName
{
border-color: #90AB96;
}
.TagClassName
{
border-color: #90AB96;
}
</style>