Html Css Color HEX #86AA8D Envy

📋 copy color: '#86AA8D'

red 134 ◦ green 170 ◦ blue 141

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

Shades of Envy #86AA8D

Tints of Envy #86AA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 30.11%
G = 38.2%
B = 31.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#86AA8D (or 0x86AA8D) is known color: Envy. HEX triplet: 86, AA and 8D. RGB value is (134,170,141). Sum of RGB (Red+Green+Blue) = 134+170+141=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA8D is #795572. Grayscale: #9C9C9C. Windows color (decimal): -7951731 or 9284230. OLE color: 9284230.

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

Color convert

RGB 134 170 141 -
CMYK 0.21 0 0.17 0.33
HSL 131.67º 0.17% 0.6% -
HSV(B) 131.67º 0.21% 0.67% -
XYZ 29.01 35.74 30.57 -
YUV 155.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 134 170 141 0.21 0 0.17 0.33 131.67 0.17 0.6
Hex 86 AA 8D 15 0 11 21 84 11 3C
Octal 206 252 215 25 0 21 41 204 21 74
Binary 10000110 10101010 10001101 10101 0 10001 100001 10000100 10001 111100

Color Harmonies of #86AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA8D

Black with #86AA8D

Text Example


Text Example

White with #86AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,141); }

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

background-color css

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

 a { background-color: rgb(134,170,141); }

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

border-color css

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

 span { border-color: rgb(134,170,141); }

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