Html Css Color HEX #8EA895 Edward

📋 copy color: '#8EA895'

red 142 ◦ green 168 ◦ blue 149

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

Shades of Edward #8EA895

Tints of Edward #8EA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 30.94%
G = 36.6%
B = 32.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#8EA895 (or 0x8EA895) is known color: Edward. HEX triplet: 8E, A8 and 95. RGB value is (142,168,149). Sum of RGB (Red+Green+Blue) = 142+168+149=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA895 is #71576A. Grayscale: #9E9E9E. Windows color (decimal): -7427947 or 9808014. OLE color: 9808014.

HSL color Cylindrical-coordinate representation of color #8EA895: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA895 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 149 -
CMYK 0.15 0 0.11 0.34
HSL 136.15º 0.13% 0.61% -
HSV(B) 136.15º 0.15% 0.66% -
XYZ 30.58 35.93 33.76 -
YUV 158.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 142 168 149 0.15 0 0.11 0.34 136.15 0.13 0.61
Hex 8E A8 95 F 0 B 22 88 D 3D
Octal 216 250 225 17 0 13 42 210 15 75
Binary 10001110 10101000 10010101 1111 0 1011 100010 10001000 1101 111101

Color Harmonies of #8EA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA895

Black with #8EA895

Text Example


Text Example

White with #8EA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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