Html Css Color HEX #8DAA94 Envy

📋 copy color: '#8DAA94'

red 141 ◦ green 170 ◦ blue 148

#8DAA94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #8DAA94

Tints of Envy #8DAA94

RGB

 RED value IS 141 (55.47% from 255) = 30.72%

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 30.72%
G = 37.04%
B = 32.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#8DAA94 (or 0x8DAA94) is known color: 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

RGB 141 170 148 -
CMYK 0.17 0 0.13 0.33
HSL 134.48º 0.15% 0.61% -
HSV(B) 134.48º 0.17% 0.67% -
XYZ 30.7 36.55 33.45 -
YUV 158.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 141 170 148 0.17 0 0.13 0.33 134.48 0.15 0.61
Hex 8D AA 94 11 0 D 21 86 F 3D
Octal 215 252 224 21 0 15 41 206 17 75
Binary 10001101 10101010 10010100 10001 0 1101 100001 10000110 1111 111101

Color Harmonies of #8DAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA94

Black with #8DAA94

Text Example


Text Example

White with #8DAA94

Text Example


Text Example

HTML Codes & Css Web 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>