Shades of Envy #8AAD8A
Tints of Envy #8AAD8A
RGB
CMYK
RGB Variations
Color information
#8AAD8A (or 0x8AAD8A) is known color: Envy. HEX triplet: 8A, AD and 8A. RGB value is (138,173,138). Sum of RGB (Red+Green+Blue) = 138+173+138=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAD8A is #755275. Grayscale: #9E9E9E. Windows color (decimal): -7688822 or 9088394. OLE color: 9088394.
HSL color Cylindrical-coordinate representation of color #8AAD8A: hue angle of 120º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAD8A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 138 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.32 |
| HSL | 120º | 0.18% | 0.61% | - |
| HSV(B) | 120º | 0.2% | 0.68% | - |
| XYZ | 30.01 | 37.13 | 29.63 | - |
| YUV | 158.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 138 | 0.20 | 0 | 0.20 | 0.32 | 120 | 0.18 | 0.61 |
| Hex | 8A | AD | 8A | 14 | 0 | 14 | 20 | 78 | 12 | 3D |
| Octal | 212 | 255 | 212 | 24 | 0 | 24 | 40 | 170 | 22 | 75 |
| Binary | 10001010 | 10101101 | 10001010 | 10100 | 0 | 10100 | 100000 | 1111000 | 10010 | 111101 |
Color Harmonies of #8AAD8A
Complementary color
Monochromatic Colors of #8AAD8A
Black with #8AAD8A
Text Example
Text Example
White with #8AAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD8A; }
p { color: rgb(138,173,138); }
H1.HeaderClassName
{
color: #8AAD8A;
}
.AnyTagClassName
{
color: #8AAD8A;
}
</style>
background-color css
<style>
a { background-color: #8AAD8A; }
a { background-color: rgb(138,173,138); }
div.DivClassName
{
background-color: #8AAD8A;
}
.BgClassName
{
background-color: #8AAD8A;
}
</style>
border-color css
<style>
span { border-color: #8AAD8A; }
span { border-color: rgb(138,173,138); }
td.TdClassName
{
border-color: #8AAD8A;
}
.TagClassName
{
border-color: #8AAD8A;
}
</style>