Shades of Envy #83A08C
Tints of Envy #83A08C
RGB
CMYK
RGB Variations
Color information
#83A08C (or 0x83A08C) is known color: Envy. HEX triplet: 83, A0 and 8C. RGB value is (131,160,140). Sum of RGB (Red+Green+Blue) = 131+160+140=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #83A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A08C is #7C5F73. Grayscale: #959595. Windows color (decimal): -8150900 or 9216131. OLE color: 9216131.
HSL color Cylindrical-coordinate representation of color #83A08C: hue angle of 138.62º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83A08C is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 140 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.37 |
| HSL | 138.62º | 0.13% | 0.57% | - |
| HSV(B) | 138.62º | 0.18% | 0.63% | - |
| XYZ | 26.66 | 31.86 | 29.56 | - |
| YUV | 149.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 140 | 0.18 | 0 | 0.12 | 0.37 | 138.62 | 0.13 | 0.57 |
| Hex | 83 | A0 | 8C | 12 | 0 | C | 25 | 8B | D | 39 |
| Octal | 203 | 240 | 214 | 22 | 0 | 14 | 45 | 213 | 15 | 71 |
| Binary | 10000011 | 10100000 | 10001100 | 10010 | 0 | 1100 | 100101 | 10001011 | 1101 | 111001 |
Color Harmonies of #83A08C
Complementary color
Monochromatic Colors of #83A08C
Black with #83A08C
Text Example
Text Example
White with #83A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A08C; }
p { color: rgb(131,160,140); }
H1.HeaderClassName
{
color: #83A08C;
}
.AnyTagClassName
{
color: #83A08C;
}
</style>
background-color css
<style>
a { background-color: #83A08C; }
a { background-color: rgb(131,160,140); }
div.DivClassName
{
background-color: #83A08C;
}
.BgClassName
{
background-color: #83A08C;
}
</style>
border-color css
<style>
span { border-color: #83A08C; }
span { border-color: rgb(131,160,140); }
td.TdClassName
{
border-color: #83A08C;
}
.TagClassName
{
border-color: #83A08C;
}
</style>