Html Css Color HEX #8EA092 Envy

📋 copy color: '#8EA092'

red 142 ◦ green 160 ◦ blue 146

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

Shades of Envy #8EA092

Tints of Envy #8EA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.71%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 31.7%
G = 35.71%
B = 32.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#8EA092 (or 0x8EA092) is known color: Envy. HEX triplet: 8E, A0 and 92. RGB value is (142,160,146). Sum of RGB (Red+Green+Blue) = 142+160+146=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA092 is #715F6D. Grayscale: #999999. Windows color (decimal): -7429998 or 9609358. OLE color: 9609358.

HSL color Cylindrical-coordinate representation of color #8EA092: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8EA092 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 146 -
CMYK 0.11 0 0.09 0.37
HSL 133.33º 0.09% 0.59% -
HSV(B) 133.33º 0.11% 0.63% -
XYZ 28.91 32.97 32.03 -
YUV 153.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 142 160 146 0.11 0 0.09 0.37 133.33 0.09 0.59
Hex 8E A0 92 B 0 9 25 85 9 3B
Octal 216 240 222 13 0 11 45 205 11 73
Binary 10001110 10100000 10010010 1011 0 1001 100101 10000101 1001 111011

Color Harmonies of #8EA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA092

Black with #8EA092

Text Example


Text Example

White with #8EA092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,160,146); }

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

background-color css

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

 a { background-color: rgb(142,160,146); }

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

border-color css

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

 span { border-color: rgb(142,160,146); }

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