#8DAA94

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

Shades of Envy #8DAA94

Tints of Envy #8DAA94

Color information

#8DAA94 (or 0x8DAA94) is unknown color: approx Envy. HEX triplet: 8D, AA and 94. RGB value is (141,170,148). Sum of RGB (Red+Green+Blue) = 141+170+148=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA94 is #72556B. Grayscale: #9E9E9E. Windows color (decimal): -7492972 or 9742989. OLE color: 9742989.

HSL color Cylindrical-coordinate representation of color #8DAA94: hue angle of 134.48º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA94 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB141170148-
CMYK0.1700.130.33
HSL134.48º14.57%60.98%-
HSV(B)134.48º17.06%66.67%-
XYZ30.736.5533.45-
YUV158.82121.89115.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=30.72%
G=37.04%
B=32.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701480.1700.130.33134.4814.5760.98
Hex8DAA94110D2186f3d
Octal21525222421015412061775
Binary1000110110101010100101001000101101100001100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,148); }

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

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

 a { background-color: rgb(141,170,148); }

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

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

 span { border-color: rgb(141,170,148); }

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