Shades of Envy #81AE86
Tints of Envy #81AE86
RGB
CMYK
RGB Variations
Color information
#81AE86 (or 0x81AE86) is known color: Envy. HEX triplet: 81, AE and 86. RGB value is (129,174,134). Sum of RGB (Red+Green+Blue) = 129+174+134=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AE86 is #7E5179. Grayscale: #9C9C9C. Windows color (decimal): -8278394 or 8826497. OLE color: 8826497.
HSL color Cylindrical-coordinate representation of color #81AE86: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AE86 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 134 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.32 |
| HSL | 126.67º | 0.22% | 0.59% | - |
| HSV(B) | 126.67º | 0.26% | 0.68% | - |
| XYZ | 28.49 | 36.66 | 28.13 | - |
| YUV | 155.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 134 | 0.26 | 0 | 0.23 | 0.32 | 126.67 | 0.22 | 0.59 |
| Hex | 81 | AE | 86 | 1A | 0 | 17 | 20 | 7F | 16 | 3B |
| Octal | 201 | 256 | 206 | 32 | 0 | 27 | 40 | 177 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10000110 | 11010 | 0 | 10111 | 100000 | 1111111 | 10110 | 111011 |
Color Harmonies of #81AE86
Complementary color
Monochromatic Colors of #81AE86
Black with #81AE86
Text Example
Text Example
White with #81AE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE86; }
p { color: rgb(129,174,134); }
H1.HeaderClassName
{
color: #81AE86;
}
.AnyTagClassName
{
color: #81AE86;
}
</style>
background-color css
<style>
a { background-color: #81AE86; }
a { background-color: rgb(129,174,134); }
div.DivClassName
{
background-color: #81AE86;
}
.BgClassName
{
background-color: #81AE86;
}
</style>
border-color css
<style>
span { border-color: #81AE86; }
span { border-color: rgb(129,174,134); }
td.TdClassName
{
border-color: #81AE86;
}
.TagClassName
{
border-color: #81AE86;
}
</style>