Shades of Envy #83AD88
Tints of Envy #83AD88
RGB
CMYK
RGB Variations
Color information
#83AD88 (or 0x83AD88) is known color: Envy. HEX triplet: 83, AD and 88. RGB value is (131,173,136). Sum of RGB (Red+Green+Blue) = 131+173+136=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AD88 is #7C5277. Grayscale: #9C9C9C. Windows color (decimal): -8147576 or 8957315. OLE color: 8957315.
HSL color Cylindrical-coordinate representation of color #83AD88: hue angle of 127.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AD88 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 136 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.32 |
| HSL | 127.14º | 0.2% | 0.6% | - |
| HSV(B) | 127.14º | 0.24% | 0.68% | - |
| XYZ | 28.75 | 36.49 | 28.82 | - |
| YUV | 156.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 136 | 0.24 | 0 | 0.21 | 0.32 | 127.14 | 0.2 | 0.6 |
| Hex | 83 | AD | 88 | 18 | 0 | 15 | 20 | 7F | 14 | 3C |
| Octal | 203 | 255 | 210 | 30 | 0 | 25 | 40 | 177 | 24 | 74 |
| Binary | 10000011 | 10101101 | 10001000 | 11000 | 0 | 10101 | 100000 | 1111111 | 10100 | 111100 |
Color Harmonies of #83AD88
Complementary color
Monochromatic Colors of #83AD88
Black with #83AD88
Text Example
Text Example
White with #83AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD88; }
p { color: rgb(131,173,136); }
H1.HeaderClassName
{
color: #83AD88;
}
.AnyTagClassName
{
color: #83AD88;
}
</style>
background-color css
<style>
a { background-color: #83AD88; }
a { background-color: rgb(131,173,136); }
div.DivClassName
{
background-color: #83AD88;
}
.BgClassName
{
background-color: #83AD88;
}
</style>
border-color css
<style>
span { border-color: #83AD88; }
span { border-color: rgb(131,173,136); }
td.TdClassName
{
border-color: #83AD88;
}
.TagClassName
{
border-color: #83AD88;
}
</style>