Shades of Envy #84A888
Tints of Envy #84A888
RGB
CMYK
RGB Variations
Color information
#84A888 (or 0x84A888) is known color: Envy. HEX triplet: 84, A8 and 88. RGB value is (132,168,136). Sum of RGB (Red+Green+Blue) = 132+168+136=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #84A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A888 is #7B5777. Grayscale: #999999. Windows color (decimal): -8083320 or 8956036. OLE color: 8956036.
HSL color Cylindrical-coordinate representation of color #84A888: hue angle of 126.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A888 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 136 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.34 |
| HSL | 126.67º | 0.17% | 0.59% | - |
| HSV(B) | 126.67º | 0.21% | 0.66% | - |
| XYZ | 27.96 | 34.69 | 28.51 | - |
| YUV | 153.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 136 | 0.21 | 0 | 0.19 | 0.34 | 126.67 | 0.17 | 0.59 |
| Hex | 84 | A8 | 88 | 15 | 0 | 13 | 22 | 7F | 11 | 3B |
| Octal | 204 | 250 | 210 | 25 | 0 | 23 | 42 | 177 | 21 | 73 |
| Binary | 10000100 | 10101000 | 10001000 | 10101 | 0 | 10011 | 100010 | 1111111 | 10001 | 111011 |
Color Harmonies of #84A888
Complementary color
Monochromatic Colors of #84A888
Black with #84A888
Text Example
Text Example
White with #84A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A888; }
p { color: rgb(132,168,136); }
H1.HeaderClassName
{
color: #84A888;
}
.AnyTagClassName
{
color: #84A888;
}
</style>
background-color css
<style>
a { background-color: #84A888; }
a { background-color: rgb(132,168,136); }
div.DivClassName
{
background-color: #84A888;
}
.BgClassName
{
background-color: #84A888;
}
</style>
border-color css
<style>
span { border-color: #84A888; }
span { border-color: rgb(132,168,136); }
td.TdClassName
{
border-color: #84A888;
}
.TagClassName
{
border-color: #84A888;
}
</style>