Html Css Color HEX #8EA095 Edward

📋 copy color: '#8EA095'

red 142 ◦ green 160 ◦ blue 149

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

Shades of Edward #8EA095

Tints of Edward #8EA095

RGB

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

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

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

R = 31.49%
G = 35.48%
B = 33.04%

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

#8EA095 (or 0x8EA095) is known color: Edward. HEX triplet: 8E, A0 and 95. RGB value is (142,160,149). Sum of RGB (Red+Green+Blue) = 142+160+149=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA095 is #715F6A. Grayscale: #999999. Windows color (decimal): -7429995 or 9805966. OLE color: 9805966.

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

Color convert

RGB 142 160 149 -
CMYK 0.11 0 0.07 0.37
HSL 143.33º 0.09% 0.59% -
HSV(B) 143.33º 0.11% 0.63% -
XYZ 29.15 33.06 33.28 -
YUV 153.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 142 160 149 0.11 0 0.07 0.37 143.33 0.09 0.59
Hex 8E A0 95 B 0 7 25 8F 9 3B
Octal 216 240 225 13 0 7 45 217 11 73
Binary 10001110 10100000 10010101 1011 0 111 100101 10001111 1001 111011

Color Harmonies of #8EA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA095

Black with #8EA095

Text Example


Text Example

White with #8EA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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