COLOR #6EC4AD

HEX: #6EC4AD
RGB: (110,196,173)

Color info

#6EC4AD contains mainly green and blue colors. Web safe color of #6EC4AD is #66CC99 (or #6C9).

RGB color model

#6EC4AD color RGB value is (110,196,173).

  • red value is 110;
  • green value is 196;
  • blue value is 173.
RGB:
(110,196,173)
(43%,77%,68%)

RGB channels and saturation

R 110 of 255 = 43%
G 196 of 255 = 77%
B 173 of 255 = 68%

110
196
173

R + G + B ~ 63%. #6EC4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 196 + 173 = 479 (100%)
R 110 of 479 ~ 22.96%
G 196 of 479 ~ 40.92%
B 173 of 479 ~ 36.12%

%22.96
%40.92
%36.12

CMYK color model

#6EC4AD color CMYK value is (44,0,12,23).

  • cyan value is 43.88%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(44,0,12,23)
C44M0Y12K23 
(44%,0%,12%,23%)
(0.44/0.00/0.12/0.23)	

CMYK percentages

%43.88
%0
%11.73
%23.14

Codes

Color #6EC4AD in popluar color models

6EC4AD
RGB110196173
HSL164°42.16%60.00%
HSB/HSV164°43.88%76.86%
CMYK43.88%0.00%11.73%
23.14%

Color #6EC4AD in popluar number systems.

HEX6EC4AD
Decimal110196173
Binary11011101100010010101101
Octal156304255

Shades and tints

Shades of #6EC4AD

#6EC4AD
(110,196,173)
#64B39E
(100,179,158)
#5AA28F
(90,162,143)
#509180
(80,145,128)
#468071
(70,128,113)
#3C6F62
(60,111,98)
#325E53
(50,94,83)
#284D44
(40,77,68)
#1E3C35
(30,60,53)
#142B26
(20,43,38)
#0A1A17
(10,26,23)
#000000
(0,0,0)

Tints of #6EC4AD

#6EC4AD
(110,196,173)
#7BC9B4
(123,201,180)
#88CEBB
(136,206,187)
#95D3C2
(149,211,194)
#A2D8C9
(162,216,201)
#AFDDD0
(175,221,208)
#BCE2D7
(188,226,215)
#C9E7DE
(201,231,222)
#D6ECE5
(214,236,229)
#E3F1EC
(227,241,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC4AD color. Also use rgb(110,196,173) instead hex code.

Text Font Color

.myTextColor { color: #6EC4AD; }

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

This text font color is #6EC4AD.


Background Color

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

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

This div background color is #6EC4AD.


Border color

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

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

This div border color is #6EC4AD.


Opacity

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

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

Text with #6EC4AD 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 #6EC4AD;}

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

This text has shadow with #6EC4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC4AD on black background.


Color preview on white background

This text has color #6EC4AD on white background.



Black color preview on #6EC4AD background

This text has black color on #6EC4AD background.


White color preview on #6EC4AD background

This text has white color on #6EC4AD background.