Html Css Color HEX #8EA894 Envy

📋 copy color: '#8EA894'

red 142 ◦ green 168 ◦ blue 148

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

Shades of Envy #8EA894

Tints of Envy #8EA894

RGB

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

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

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

R = 31%
G = 36.68%
B = 32.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#8EA894 (or 0x8EA894) is known color: Envy. HEX triplet: 8E, A8 and 94. RGB value is (142,168,148). Sum of RGB (Red+Green+Blue) = 142+168+148=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA894 is #71576B. Grayscale: #9E9E9E. Windows color (decimal): -7427948 or 9742478. OLE color: 9742478.

HSL color Cylindrical-coordinate representation of color #8EA894: hue angle of 133.85º 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 #8EA894 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 148 -
CMYK 0.15 0 0.12 0.34
HSL 133.85º 0.13% 0.61% -
HSV(B) 133.85º 0.15% 0.66% -
XYZ 30.5 35.89 33.34 -
YUV 157.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 142 168 148 0.15 0 0.12 0.34 133.85 0.13 0.61
Hex 8E A8 94 F 0 C 22 86 D 3D
Octal 216 250 224 17 0 14 42 206 15 75
Binary 10001110 10101000 10010100 1111 0 1100 100010 10000110 1101 111101

Color Harmonies of #8EA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA894

Black with #8EA894

Text Example


Text Example

White with #8EA894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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