Shades of Envy #8AAB91
Tints of Envy #8AAB91
RGB
CMYK
RGB Variations
Color information
#8AAB91 (or 0x8AAB91) is known color: Envy. HEX triplet: 8A, AB and 91. RGB value is (138,171,145). Sum of RGB (Red+Green+Blue) = 138+171+145=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB91 is #75546E. Grayscale: #9E9E9E. Windows color (decimal): -7689327 or 9546634. OLE color: 9546634.
HSL color Cylindrical-coordinate representation of color #8AAB91: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAB91 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 145 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.33 |
| HSL | 132.73º | 0.16% | 0.61% | - |
| HSV(B) | 132.73º | 0.19% | 0.67% | - |
| XYZ | 30.15 | 36.57 | 32.26 | - |
| YUV | 158.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 145 | 0.19 | 0 | 0.15 | 0.33 | 132.73 | 0.16 | 0.61 |
| Hex | 8A | AB | 91 | 13 | 0 | F | 21 | 85 | 10 | 3D |
| Octal | 212 | 253 | 221 | 23 | 0 | 17 | 41 | 205 | 20 | 75 |
| Binary | 10001010 | 10101011 | 10010001 | 10011 | 0 | 1111 | 100001 | 10000101 | 10000 | 111101 |
Color Harmonies of #8AAB91
Complementary color
Monochromatic Colors of #8AAB91
Black with #8AAB91
Text Example
Text Example
White with #8AAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB91; }
p { color: rgb(138,171,145); }
H1.HeaderClassName
{
color: #8AAB91;
}
.AnyTagClassName
{
color: #8AAB91;
}
</style>
background-color css
<style>
a { background-color: #8AAB91; }
a { background-color: rgb(138,171,145); }
div.DivClassName
{
background-color: #8AAB91;
}
.BgClassName
{
background-color: #8AAB91;
}
</style>
border-color css
<style>
span { border-color: #8AAB91; }
span { border-color: rgb(138,171,145); }
td.TdClassName
{
border-color: #8AAB91;
}
.TagClassName
{
border-color: #8AAB91;
}
</style>