Html Css Color HEX #8EAE95 Envy

📋 copy color: '#8EAE95'

red 142 ◦ green 174 ◦ blue 149

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

Shades of Envy #8EAE95

Tints of Envy #8EAE95

RGB

 RED value IS 142 (55.86% from 255) = 30.54%

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 30.54%
G = 37.42%
B = 32.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#8EAE95 (or 0x8EAE95) is known color: Envy. HEX triplet: 8E, AE and 95. RGB value is (142,174,149). Sum of RGB (Red+Green+Blue) = 142+174+149=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE95 is #71516A. Grayscale: #A1A1A1. Windows color (decimal): -7426411 or 9809550. OLE color: 9809550.

HSL color Cylindrical-coordinate representation of color #8EAE95: hue angle of 133.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAE95 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 149 -
CMYK 0.18 0 0.14 0.32
HSL 133.13º 0.16% 0.62% -
HSV(B) 133.13º 0.18% 0.68% -
XYZ 31.72 38.19 34.13 -
YUV 161.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 142 174 149 0.18 0 0.14 0.32 133.13 0.16 0.62
Hex 8E AE 95 12 0 E 20 85 10 3E
Octal 216 256 225 22 0 16 40 205 20 76
Binary 10001110 10101110 10010101 10010 0 1110 100000 10000101 10000 111110

Color Harmonies of #8EAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE95

Black with #8EAE95

Text Example


Text Example

White with #8EAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,149); }

 H1.HeaderClassName
 {
   color: #8EAE95;
 }
 .AnyTagClassName
 {
   color: #8EAE95;
 }
</style>

background-color css

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

 a { background-color: rgb(142,174,149); }

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

border-color css

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

 span { border-color: rgb(142,174,149); }

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