#85A38E

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

Shades of Envy #85A38E

Tints of Envy #85A38E

Color information

#85A38E (or 0x85A38E) is unknown color: approx Envy. HEX triplet: 85, A3 and 8E. RGB value is (133,163,142). Sum of RGB (Red+Green+Blue) = 133+163+142=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #85A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A38E is #7A5C71. Grayscale: #979797. Windows color (decimal): -8019058 or 9347973. OLE color: 9347973.

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

Color convert

RGB133163142-
CMYK0.1800.130.36
HSL138º14.02%58.04%-
HSV(B)138º18.4%63.92%-
XYZ27.6533.1330.53-
YUV151.64122.56114.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=30.37%
G=37.21%
B=32.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331631420.1800.130.3613814.0258.04
Hex85A38E120D248ae3a
Octal20524321622015442121672
Binary1000010110100011100011101001001101100100100010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A38E; }

 p { color: rgb(133,163,142); }

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

<style>
 a { background-color: #85A38E; }

 a { background-color: rgb(133,163,142); }

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

<style>
 span { border-color: #85A38E; }

 span { border-color: rgb(133,163,142); }

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