Html Css Color HEX #8EAE90 Envy

📋 copy color: '#8EAE90'

red 142 ◦ green 174 ◦ blue 144

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

Shades of Envy #8EAE90

Tints of Envy #8EAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 30.87%
G = 37.83%
B = 31.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#8EAE90 (or 0x8EAE90) is known color: Envy. HEX triplet: 8E, AE and 90. RGB value is (142,174,144). Sum of RGB (Red+Green+Blue) = 142+174+144=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE90 is #71516F. Grayscale: #A1A1A1. Windows color (decimal): -7426416 or 9481870. OLE color: 9481870.

HSL color Cylindrical-coordinate representation of color #8EAE90: hue angle of 123.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAE90 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 144 -
CMYK 0.18 0 0.17 0.32
HSL 123.75º 0.16% 0.62% -
HSV(B) 123.75º 0.18% 0.68% -
XYZ 31.33 38.04 32.08 -
YUV 161.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 142 174 144 0.18 0 0.17 0.32 123.75 0.16 0.62
Hex 8E AE 90 12 0 11 20 7C 10 3E
Octal 216 256 220 22 0 21 40 174 20 76
Binary 10001110 10101110 10010000 10010 0 10001 100000 1111100 10000 111110

Color Harmonies of #8EAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE90

Black with #8EAE90

Text Example


Text Example

White with #8EAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,144); }

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

background-color css

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

 a { background-color: rgb(142,174,144); }

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

border-color css

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

 span { border-color: rgb(142,174,144); }

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