COLOR #6EAC91

HEX: #6EAC91
RGB: (110,172,145)

Color info

#6EAC91 contains mainly green and blue colors. Web safe color of #6EAC91 is #669999 (or #699).

RGB color model

#6EAC91 color RGB value is (110,172,145).

  • red value is 110;
  • green value is 172;
  • blue value is 145.
RGB:
(110,172,145)
(43%,67%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 145 of 255 = 57%

110
172
145

R + G + B ~ 56%. #6EAC91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 145 = 427 (100%)
R 110 of 427 ~ 25.76%
G 172 of 427 ~ 40.28%
B 145 of 427 ~ 33.96%

%25.76
%40.28
%33.96

CMYK color model

#6EAC91 color CMYK value is (36,0,16,33).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(36,0,16,33)
C36M0Y16K33 
(36%,0%,16%,33%)
(0.36/0.00/0.16/0.33)	

CMYK percentages

%36.05
%0
%15.7
%32.55

Codes

Color #6EAC91 in popluar color models

6EAC91
RGB110172145
HSL154°27.19%55.29%
HSB/HSV154°36.05%67.45%
CMYK36.05%0.00%15.70%
32.55%

Color #6EAC91 in popluar number systems.

HEX6EAC91
Decimal110172145
Binary11011101010110010010001
Octal156254221

Shades and tints

Shades of #6EAC91

#6EAC91
(110,172,145)
#649D84
(100,157,132)
#5A8E77
(90,142,119)
#507F6A
(80,127,106)
#46705D
(70,112,93)
#3C6150
(60,97,80)
#325243
(50,82,67)
#284336
(40,67,54)
#1E3429
(30,52,41)
#14251C
(20,37,28)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #6EAC91

#6EAC91
(110,172,145)
#7BB39B
(123,179,155)
#88BAA5
(136,186,165)
#95C1AF
(149,193,175)
#A2C8B9
(162,200,185)
#AFCFC3
(175,207,195)
#BCD6CD
(188,214,205)
#C9DDD7
(201,221,215)
#D6E4E1
(214,228,225)
#E3EBEB
(227,235,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAC91 color. Also use rgb(110,172,145) instead hex code.

Text Font Color

.myTextColor { color: #6EAC91; }

<p style="color:#6EAC91">This sample text font color is #6EAC91.</p>

This text font color is #6EAC91.


Background Color

.myBgColor { background-color: #6EAC91; }

<div style="background-color:#6EAC91">Inner text</div>

This div background color is #6EAC91.


Border color

.myBorderColor { border: 1px solid #6EAC91; }

<div style="border:3px solid #6EAC91">Div</div>

This div border color is #6EAC91.


Opacity

.myOpacity80 { color: #6EAC91; opacity: 0.8; }

<p style="color:#6EAC91;opacity:0.8;">80%</p>

Text with #6EAC91 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EAC91;}

<p style="text-shadow: 3px 3px 1px #6EAC91">Text here.</p>

This text has shadow with #6EAC91 color.

.textShadow {text-shadow: 3px 3px 1px #6EAC91, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EAC91, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EAC91 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EAC91, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EAC91, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EAC91 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EAC91;
  -webkit-box-shadow:	1px 1px 3px 2px #6EAC91;
  box-shadow:		1px 1px 3px 2px #6EAC91;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EAC91;
-webkit-box-shadow: 1px 1px 3px 2px #6EAC91;
box-shadow:1px 1px 3px 2px #6EAC91;">
Div content here</div>
This div box has shadow with color #6EAC91.

Preview

Color preview on black background

This text has color #6EAC91 on black background.


Color preview on white background

This text has color #6EAC91 on white background.



Black color preview on #6EAC91 background

This text has black color on #6EAC91 background.


White color preview on #6EAC91 background

This text has white color on #6EAC91 background.