Shades of Envy #83A688
Tints of Envy #83A688
RGB
CMYK
RGB Variations
Color information
#83A688 (or 0x83A688) is known color: Envy. HEX triplet: 83, A6 and 88. RGB value is (131,166,136). Sum of RGB (Red+Green+Blue) = 131+166+136=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #83A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A688 is #7C5977. Grayscale: #989898. Windows color (decimal): -8149368 or 8955523. OLE color: 8955523.
HSL color Cylindrical-coordinate representation of color #83A688: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A688 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 166 | 136 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.35 |
| HSL | 128.57º | 0.16% | 0.58% | - |
| HSV(B) | 128.57º | 0.21% | 0.65% | - |
| XYZ | 27.44 | 33.88 | 28.38 | - |
| YUV | 152.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 136 | 0.21 | 0 | 0.18 | 0.35 | 128.57 | 0.16 | 0.58 |
| Hex | 83 | A6 | 88 | 15 | 0 | 12 | 23 | 81 | 10 | 3A |
| Octal | 203 | 246 | 210 | 25 | 0 | 22 | 43 | 201 | 20 | 72 |
| Binary | 10000011 | 10100110 | 10001000 | 10101 | 0 | 10010 | 100011 | 10000001 | 10000 | 111010 |
Color Harmonies of #83A688
Complementary color
Monochromatic Colors of #83A688
Black with #83A688
Text Example
Text Example
White with #83A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A688; }
p { color: rgb(131,166,136); }
H1.HeaderClassName
{
color: #83A688;
}
.AnyTagClassName
{
color: #83A688;
}
</style>
background-color css
<style>
a { background-color: #83A688; }
a { background-color: rgb(131,166,136); }
div.DivClassName
{
background-color: #83A688;
}
.BgClassName
{
background-color: #83A688;
}
</style>
border-color css
<style>
span { border-color: #83A688; }
span { border-color: rgb(131,166,136); }
td.TdClassName
{
border-color: #83A688;
}
.TagClassName
{
border-color: #83A688;
}
</style>