Shades of Envy #89A38E
Tints of Envy #89A38E
RGB
CMYK
RGB Variations
Color information
#89A38E (or 0x89A38E) is known color: Envy. HEX triplet: 89, A3 and 8E. RGB value is (137,163,142). Sum of RGB (Red+Green+Blue) = 137+163+142=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #89A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A38E is #765C71. Grayscale: #989898. Windows color (decimal): -7756914 or 9347977. OLE color: 9347977.
HSL color Cylindrical-coordinate representation of color #89A38E: hue angle of 131.54º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A38E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 142 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.36 |
| HSL | 131.54º | 0.12% | 0.59% | - |
| HSV(B) | 131.54º | 0.16% | 0.64% | - |
| XYZ | 28.3 | 33.47 | 30.56 | - |
| YUV | 152.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 142 | 0.16 | 0 | 0.13 | 0.36 | 131.54 | 0.12 | 0.59 |
| Hex | 89 | A3 | 8E | 10 | 0 | D | 24 | 84 | C | 3B |
| Octal | 211 | 243 | 216 | 20 | 0 | 15 | 44 | 204 | 14 | 73 |
| Binary | 10001001 | 10100011 | 10001110 | 10000 | 0 | 1101 | 100100 | 10000100 | 1100 | 111011 |
Color Harmonies of #89A38E
Complementary color
Monochromatic Colors of #89A38E
Black with #89A38E
Text Example
Text Example
White with #89A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A38E; }
p { color: rgb(137,163,142); }
H1.HeaderClassName
{
color: #89A38E;
}
.AnyTagClassName
{
color: #89A38E;
}
</style>
background-color css
<style>
a { background-color: #89A38E; }
a { background-color: rgb(137,163,142); }
div.DivClassName
{
background-color: #89A38E;
}
.BgClassName
{
background-color: #89A38E;
}
</style>
border-color css
<style>
span { border-color: #89A38E; }
span { border-color: rgb(137,163,142); }
td.TdClassName
{
border-color: #89A38E;
}
.TagClassName
{
border-color: #89A38E;
}
</style>