Shades of Envy #83AE8C
Tints of Envy #83AE8C
RGB
CMYK
RGB Variations
Color information
#83AE8C (or 0x83AE8C) is known color: Envy. HEX triplet: 83, AE and 8C. RGB value is (131,174,140). Sum of RGB (Red+Green+Blue) = 131+174+140=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE8C is #7C5173. Grayscale: #9D9D9D. Windows color (decimal): -8147316 or 9219715. OLE color: 9219715.
HSL color Cylindrical-coordinate representation of color #83AE8C: hue angle of 132.56º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE8C is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 174 | 140 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.32 |
| HSL | 132.56º | 0.21% | 0.6% | - |
| HSV(B) | 132.56º | 0.25% | 0.68% | - |
| XYZ | 29.23 | 36.99 | 30.41 | - |
| YUV | 157.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 140 | 0.25 | 0 | 0.20 | 0.32 | 132.56 | 0.21 | 0.6 |
| Hex | 83 | AE | 8C | 19 | 0 | 14 | 20 | 85 | 15 | 3C |
| Octal | 203 | 256 | 214 | 31 | 0 | 24 | 40 | 205 | 25 | 74 |
| Binary | 10000011 | 10101110 | 10001100 | 11001 | 0 | 10100 | 100000 | 10000101 | 10101 | 111100 |
Color Harmonies of #83AE8C
Complementary color
Monochromatic Colors of #83AE8C
Black with #83AE8C
Text Example
Text Example
White with #83AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AE8C; }
p { color: rgb(131,174,140); }
H1.HeaderClassName
{
color: #83AE8C;
}
.AnyTagClassName
{
color: #83AE8C;
}
</style>
background-color css
<style>
a { background-color: #83AE8C; }
a { background-color: rgb(131,174,140); }
div.DivClassName
{
background-color: #83AE8C;
}
.BgClassName
{
background-color: #83AE8C;
}
</style>
border-color css
<style>
span { border-color: #83AE8C; }
span { border-color: rgb(131,174,140); }
td.TdClassName
{
border-color: #83AE8C;
}
.TagClassName
{
border-color: #83AE8C;
}
</style>