Shades of Envy #8AAF8E
Tints of Envy #8AAF8E
RGB
CMYK
RGB Variations
Color information
#8AAF8E (or 0x8AAF8E) is known color: Envy. HEX triplet: 8A, AF and 8E. RGB value is (138,175,142). Sum of RGB (Red+Green+Blue) = 138+175+142=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF8E is #755071. Grayscale: #A0A0A0. Windows color (decimal): -7688306 or 9351050. OLE color: 9351050.
HSL color Cylindrical-coordinate representation of color #8AAF8E: hue angle of 126.49º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF8E is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 142 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.31 |
| HSL | 126.49º | 0.19% | 0.61% | - |
| HSV(B) | 126.49º | 0.21% | 0.69% | - |
| XYZ | 30.69 | 38.02 | 31.31 | - |
| YUV | 160.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 142 | 0.21 | 0 | 0.19 | 0.31 | 126.49 | 0.19 | 0.61 |
| Hex | 8A | AF | 8E | 15 | 0 | 13 | 1F | 7E | 13 | 3D |
| Octal | 212 | 257 | 216 | 25 | 0 | 23 | 37 | 176 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10001110 | 10101 | 0 | 10011 | 11111 | 1111110 | 10011 | 111101 |
Color Harmonies of #8AAF8E
Complementary color
Monochromatic Colors of #8AAF8E
Black with #8AAF8E
Text Example
Text Example
White with #8AAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF8E; }
p { color: rgb(138,175,142); }
H1.HeaderClassName
{
color: #8AAF8E;
}
.AnyTagClassName
{
color: #8AAF8E;
}
</style>
background-color css
<style>
a { background-color: #8AAF8E; }
a { background-color: rgb(138,175,142); }
div.DivClassName
{
background-color: #8AAF8E;
}
.BgClassName
{
background-color: #8AAF8E;
}
</style>
border-color css
<style>
span { border-color: #8AAF8E; }
span { border-color: rgb(138,175,142); }
td.TdClassName
{
border-color: #8AAF8E;
}
.TagClassName
{
border-color: #8AAF8E;
}
</style>