Html Css Color HEX #86AE8B Envy

📋 copy color: '#86AE8B'

red 134 ◦ green 174 ◦ blue 139

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

Shades of Envy #86AE8B

Tints of Envy #86AE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 29.98%
G = 38.93%
B = 31.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#86AE8B (or 0x86AE8B) is known color: Envy. HEX triplet: 86, AE and 8B. RGB value is (134,174,139). Sum of RGB (Red+Green+Blue) = 134+174+139=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AE8B is #795174. Grayscale: #9E9E9E. Windows color (decimal): -7950709 or 9154182. OLE color: 9154182.

HSL color Cylindrical-coordinate representation of color #86AE8B: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AE8B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 139 -
CMYK 0.23 0 0.20 0.32
HSL 127.5º 0.2% 0.6% -
HSV(B) 127.5º 0.23% 0.68% -
XYZ 29.63 37.2 30.05 -
YUV 158.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 134 174 139 0.23 0 0.20 0.32 127.5 0.2 0.6
Hex 86 AE 8B 17 0 14 20 80 14 3C
Octal 206 256 213 27 0 24 40 200 24 74
Binary 10000110 10101110 10001011 10111 0 10100 100000 10000000 10100 111100

Color Harmonies of #86AE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE8B

Black with #86AE8B

Text Example


Text Example

White with #86AE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,174,139); }

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

background-color css

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

 a { background-color: rgb(134,174,139); }

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

border-color css

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

 span { border-color: rgb(134,174,139); }

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