Shades of Envy #8AA38E
Tints of Envy #8AA38E
RGB
CMYK
RGB Variations
Color information
#8AA38E (or 0x8AA38E) is known color: Envy. HEX triplet: 8A, A3 and 8E. RGB value is (138,163,142). Sum of RGB (Red+Green+Blue) = 138+163+142=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA38E is #755C71. Grayscale: #999999. Windows color (decimal): -7691378 or 9347978. OLE color: 9347978.
HSL color Cylindrical-coordinate representation of color #8AA38E: hue angle of 129.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA38E is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 142 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.36 |
| HSL | 129.6º | 0.12% | 0.59% | - |
| HSV(B) | 129.6º | 0.15% | 0.64% | - |
| XYZ | 28.46 | 33.55 | 30.57 | - |
| YUV | 153.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 142 | 0.15 | 0 | 0.13 | 0.36 | 129.6 | 0.12 | 0.59 |
| Hex | 8A | A3 | 8E | F | 0 | D | 24 | 82 | C | 3B |
| Octal | 212 | 243 | 216 | 17 | 0 | 15 | 44 | 202 | 14 | 73 |
| Binary | 10001010 | 10100011 | 10001110 | 1111 | 0 | 1101 | 100100 | 10000010 | 1100 | 111011 |
Color Harmonies of #8AA38E
Complementary color
Monochromatic Colors of #8AA38E
Black with #8AA38E
Text Example
Text Example
White with #8AA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA38E; }
p { color: rgb(138,163,142); }
H1.HeaderClassName
{
color: #8AA38E;
}
.AnyTagClassName
{
color: #8AA38E;
}
</style>
background-color css
<style>
a { background-color: #8AA38E; }
a { background-color: rgb(138,163,142); }
div.DivClassName
{
background-color: #8AA38E;
}
.BgClassName
{
background-color: #8AA38E;
}
</style>
border-color css
<style>
span { border-color: #8AA38E; }
span { border-color: rgb(138,163,142); }
td.TdClassName
{
border-color: #8AA38E;
}
.TagClassName
{
border-color: #8AA38E;
}
</style>