#84A38D

Color #84A38D Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #84A38D

Tints of Envy #84A38D

Color information

#84A38D (or 0x84A38D) is unknown color: approx Envy. HEX triplet: 84, A3 and 8D. RGB value is (132,163,141). Sum of RGB (Red+Green+Blue) = 132+163+141=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #84A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A38D is #7B5C72. Grayscale: #979797. Windows color (decimal): -8084595 or 9282436. OLE color: 9282436.

HSL color Cylindrical-coordinate representation of color #84A38D: hue angle of 137.42º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A38D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB132163141-
CMYK0.1900.130.36
HSL137.42º14.42%57.84%-
HSV(B)137.42º19.02%63.92%-
XYZ27.4233.0230.13-
YUV151.22122.23114.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=30.28%
G=37.39%
B=32.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631410.1900.130.36137.4214.4257.84
Hex84A38D130D2489e3a
Octal20424321523015442111672
Binary1000010010100011100011011001101101100100100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A38D; }

 p { color: rgb(132,163,141); }

 H1.HeaderClassName
 {
   color: #84A38D;
 }
 .AnyTagClassName
 {
   color: #84A38D;
 }
</style>
background-color css

<style>
 a { background-color: #84A38D; }

 a { background-color: rgb(132,163,141); }

 div.DivClassName
 {
   background-color: #84A38D;
 }
 .BgClassName
 {
   background-color: #84A38D;
 }
</style>
border-color css

<style>
 span { border-color: #84A38D; }

 span { border-color: rgb(132,163,141); }

 td.TdClassName
 {
   border-color: #84A38D;
 }
 .TagClassName
 {
   border-color: #84A38D;
 }
</style>