Html Css Color HEX #8EA094 Edward

📋 copy color: '#8EA094'

red 142 ◦ green 160 ◦ blue 148

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

Shades of Edward #8EA094

Tints of Edward #8EA094

RGB

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

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

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

R = 31.56%
G = 35.56%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#8EA094 (or 0x8EA094) is known color: Edward. HEX triplet: 8E, A0 and 94. RGB value is (142,160,148). Sum of RGB (Red+Green+Blue) = 142+160+148=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA094 is #715F6B. Grayscale: #999999. Windows color (decimal): -7429996 or 9740430. OLE color: 9740430.

HSL color Cylindrical-coordinate representation of color #8EA094: hue angle of 140º 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 #8EA094 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 148 -
CMYK 0.11 0 0.07 0.37
HSL 140º 0.09% 0.59% -
HSV(B) 140º 0.11% 0.63% -
XYZ 29.07 33.03 32.86 -
YUV 153.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 142 160 148 0.11 0 0.07 0.37 140 0.09 0.59
Hex 8E A0 94 B 0 7 25 8C 9 3B
Octal 216 240 224 13 0 7 45 214 11 73
Binary 10001110 10100000 10010100 1011 0 111 100101 10001100 1001 111011

Color Harmonies of #8EA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA094

Black with #8EA094

Text Example


Text Example

White with #8EA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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