Shades of Envy #83A08B
Tints of Envy #83A08B
RGB
CMYK
RGB Variations
Color information
#83A08B (or 0x83A08B) is known color: Envy. HEX triplet: 83, A0 and 8B. RGB value is (131,160,139). Sum of RGB (Red+Green+Blue) = 131+160+139=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #83A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A08B is #7C5F74. Grayscale: #949494. Windows color (decimal): -8150901 or 9150595. OLE color: 9150595.
HSL color Cylindrical-coordinate representation of color #83A08B: hue angle of 136.55º 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 #83A08B is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 139 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.37 |
| HSL | 136.55º | 0.13% | 0.57% | - |
| HSV(B) | 136.55º | 0.18% | 0.63% | - |
| XYZ | 26.59 | 31.83 | 29.17 | - |
| YUV | 148.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 139 | 0.18 | 0 | 0.13 | 0.37 | 136.55 | 0.13 | 0.57 |
| Hex | 83 | A0 | 8B | 12 | 0 | D | 25 | 89 | D | 39 |
| Octal | 203 | 240 | 213 | 22 | 0 | 15 | 45 | 211 | 15 | 71 |
| Binary | 10000011 | 10100000 | 10001011 | 10010 | 0 | 1101 | 100101 | 10001001 | 1101 | 111001 |
Color Harmonies of #83A08B
Complementary color
Monochromatic Colors of #83A08B
Black with #83A08B
Text Example
Text Example
White with #83A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A08B; }
p { color: rgb(131,160,139); }
H1.HeaderClassName
{
color: #83A08B;
}
.AnyTagClassName
{
color: #83A08B;
}
</style>
background-color css
<style>
a { background-color: #83A08B; }
a { background-color: rgb(131,160,139); }
div.DivClassName
{
background-color: #83A08B;
}
.BgClassName
{
background-color: #83A08B;
}
</style>
border-color css
<style>
span { border-color: #83A08B; }
span { border-color: rgb(131,160,139); }
td.TdClassName
{
border-color: #83A08B;
}
.TagClassName
{
border-color: #83A08B;
}
</style>