#8CA48E

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

Shades of Envy #8CA48E

Tints of Envy #8CA48E

Color information

#8CA48E (or 0x8CA48E) is unknown color: approx Envy. HEX triplet: 8C, A4 and 8E. RGB value is (140,164,142). Sum of RGB (Red+Green+Blue) = 140+164+142=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA48E is #735B71. Grayscale: #9A9A9A. Windows color (decimal): -7560050 or 9348236. OLE color: 9348236.

HSL color Cylindrical-coordinate representation of color #8CA48E: hue angle of 125º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA48E is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB140164142-
CMYK0.1500.130.36
HSL125º11.65%59.61%-
HSV(B)125º14.63%64.31%-
XYZ28.9734.0830.64-
YUV154.32121.05117.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=31.39%
G=36.77%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641420.1500.130.3612511.6559.61
Hex8CA48EF0D247dc3c
Octal21424421617015441751474
Binary10001100101001001000111011110110110010011111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA48E; }

 p { color: rgb(140,164,142); }

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

<style>
 a { background-color: #8CA48E; }

 a { background-color: rgb(140,164,142); }

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

<style>
 span { border-color: #8CA48E; }

 span { border-color: rgb(140,164,142); }

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