Html Css Color HEX #8AAA8E Envy

📋 copy color: '#8AAA8E'

red 138 ◦ green 170 ◦ blue 142

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

Shades of Envy #8AAA8E

Tints of Envy #8AAA8E

RGB

 RED value IS 138 (54.3% from 255) = 30.67%

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 30.67%
G = 37.78%
B = 31.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#8AAA8E (or 0x8AAA8E) is known color: Envy. HEX triplet: 8A, AA and 8E. RGB value is (138,170,142). Sum of RGB (Red+Green+Blue) = 138+170+142=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA8E is #755571. Grayscale: #9D9D9D. Windows color (decimal): -7689586 or 9349770. OLE color: 9349770.

HSL color Cylindrical-coordinate representation of color #8AAA8E: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAA8E is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 142 -
CMYK 0.19 0 0.16 0.33
HSL 127.5º 0.16% 0.6% -
HSV(B) 127.5º 0.19% 0.67% -
XYZ 29.74 36.11 30.99 -
YUV 157.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 138 170 142 0.19 0 0.16 0.33 127.5 0.16 0.6
Hex 8A AA 8E 13 0 10 21 80 10 3C
Octal 212 252 216 23 0 20 41 200 20 74
Binary 10001010 10101010 10001110 10011 0 10000 100001 10000000 10000 111100

Color Harmonies of #8AAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA8E

Black with #8AAA8E

Text Example


Text Example

White with #8AAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,142); }

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

background-color css

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

 a { background-color: rgb(138,170,142); }

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

border-color css

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

 span { border-color: rgb(138,170,142); }

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