Shades of Envy #8AA990
Tints of Envy #8AA990
RGB
CMYK
RGB Variations
Color information
#8AA990 (or 0x8AA990) is known color: Envy. HEX triplet: 8A, A9 and 90. RGB value is (138,169,144). Sum of RGB (Red+Green+Blue) = 138+169+144=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA990 is #75566F. Grayscale: #9C9C9C. Windows color (decimal): -7689840 or 9480586. OLE color: 9480586.
HSL color Cylindrical-coordinate representation of color #8AA990: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA990 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 144 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.34 |
| HSL | 131.61º | 0.15% | 0.6% | - |
| HSV(B) | 131.61º | 0.18% | 0.66% | - |
| XYZ | 29.7 | 35.79 | 31.73 | - |
| YUV | 156.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 144 | 0.18 | 0 | 0.15 | 0.34 | 131.61 | 0.15 | 0.6 |
| Hex | 8A | A9 | 90 | 12 | 0 | F | 22 | 84 | F | 3C |
| Octal | 212 | 251 | 220 | 22 | 0 | 17 | 42 | 204 | 17 | 74 |
| Binary | 10001010 | 10101001 | 10010000 | 10010 | 0 | 1111 | 100010 | 10000100 | 1111 | 111100 |
Color Harmonies of #8AA990
Complementary color
Monochromatic Colors of #8AA990
Black with #8AA990
Text Example
Text Example
White with #8AA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA990; }
p { color: rgb(138,169,144); }
H1.HeaderClassName
{
color: #8AA990;
}
.AnyTagClassName
{
color: #8AA990;
}
</style>
background-color css
<style>
a { background-color: #8AA990; }
a { background-color: rgb(138,169,144); }
div.DivClassName
{
background-color: #8AA990;
}
.BgClassName
{
background-color: #8AA990;
}
</style>
border-color css
<style>
span { border-color: #8AA990; }
span { border-color: rgb(138,169,144); }
td.TdClassName
{
border-color: #8AA990;
}
.TagClassName
{
border-color: #8AA990;
}
</style>