Html Css Color HEX #86A08E Envy

📋 copy color: '#86A08E'

red 134 ◦ green 160 ◦ blue 142

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

Shades of Envy #86A08E

Tints of Envy #86A08E

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

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

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

R = 30.73%
G = 36.7%
B = 32.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#86A08E (or 0x86A08E) is known color: Envy. HEX triplet: 86, A0 and 8E. RGB value is (134,160,142). Sum of RGB (Red+Green+Blue) = 134+160+142=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #86A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A08E is #795F71. Grayscale: #969696. Windows color (decimal): -7954290 or 9347206. OLE color: 9347206.

HSL color Cylindrical-coordinate representation of color #86A08E: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86A08E is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 142 -
CMYK 0.16 0 0.11 0.37
HSL 138.46º 0.12% 0.58% -
HSV(B) 138.46º 0.16% 0.63% -
XYZ 27.28 32.16 30.36 -
YUV 150.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 134 160 142 0.16 0 0.11 0.37 138.46 0.12 0.58
Hex 86 A0 8E 10 0 B 25 8A C 3A
Octal 206 240 216 20 0 13 45 212 14 72
Binary 10000110 10100000 10001110 10000 0 1011 100101 10001010 1100 111010

Color Harmonies of #86A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A08E

Black with #86A08E

Text Example


Text Example

White with #86A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A08E; }

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

 H1.HeaderClassName
 {
   color: #86A08E;
 }
 .AnyTagClassName
 {
   color: #86A08E;
 }
</style>

background-color css

<style>
 a { background-color: #86A08E; }

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

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

border-color css

<style>
 span { border-color: #86A08E; }

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

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