Shades of Envy #90AE96
Tints of Envy #90AE96
RGB
CMYK
RGB Variations
Color information
#90AE96 (or 0x90AE96) is known color: Envy. HEX triplet: 90, AE and 96. RGB value is (144,174,150). Sum of RGB (Red+Green+Blue) = 144+174+150=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AE96 is #6F5169. Grayscale: #A2A2A2. Windows color (decimal): -7295338 or 9875088. OLE color: 9875088.
HSL color Cylindrical-coordinate representation of color #90AE96: hue angle of 132º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AE96 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 150 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.32 |
| HSL | 132º | 0.16% | 0.62% | - |
| HSV(B) | 132º | 0.17% | 0.68% | - |
| XYZ | 32.14 | 38.4 | 34.57 | - |
| YUV | 162.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 150 | 0.17 | 0 | 0.14 | 0.32 | 132 | 0.16 | 0.62 |
| Hex | 90 | AE | 96 | 11 | 0 | E | 20 | 84 | 10 | 3E |
| Octal | 220 | 256 | 226 | 21 | 0 | 16 | 40 | 204 | 20 | 76 |
| Binary | 10010000 | 10101110 | 10010110 | 10001 | 0 | 1110 | 100000 | 10000100 | 10000 | 111110 |
Color Harmonies of #90AE96
Complementary color
Monochromatic Colors of #90AE96
Black with #90AE96
Text Example
Text Example
White with #90AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AE96; }
p { color: rgb(144,174,150); }
H1.HeaderClassName
{
color: #90AE96;
}
.AnyTagClassName
{
color: #90AE96;
}
</style>
background-color css
<style>
a { background-color: #90AE96; }
a { background-color: rgb(144,174,150); }
div.DivClassName
{
background-color: #90AE96;
}
.BgClassName
{
background-color: #90AE96;
}
</style>
border-color css
<style>
span { border-color: #90AE96; }
span { border-color: rgb(144,174,150); }
td.TdClassName
{
border-color: #90AE96;
}
.TagClassName
{
border-color: #90AE96;
}
</style>