COLOR #6EC2AC

HEX: #6EC2AC
RGB: (110,194,172)

Color info

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

RGB color model

#6EC2AC color RGB value is (110,194,172).

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

RGB channels and saturation

R 110 of 255 = 43%
G 194 of 255 = 76%
B 172 of 255 = 67%

110
194
172

R + G + B ~ 62%. #6EC2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 194 + 172 = 476 (100%)
R 110 of 476 ~ 23.11%
G 194 of 476 ~ 40.76%
B 172 of 476 ~ 36.13%

%23.11
%40.76
%36.13

CMYK color model

#6EC2AC color CMYK value is (43,0,11,24).

  • cyan value is 43.30%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 23.92%
CMYK:
(43,0,11,24)
C43M0Y11K24 
(43%,0%,11%,24%)
(0.43/0.00/0.11/0.24)	

CMYK percentages

%43.3
%0
%11.34
%23.92

Codes

Color #6EC2AC in popluar color models

6EC2AC
RGB110194172
HSL164°40.78%59.61%
HSB/HSV164°43.30%76.08%
CMYK43.30%0.00%11.34%
23.92%

Color #6EC2AC in popluar number systems.

HEX6EC2AC
Decimal110194172
Binary11011101100001010101100
Octal156302254

Shades and tints

Shades of #6EC2AC

#6EC2AC
(110,194,172)
#64B19D
(100,177,157)
#5AA08E
(90,160,142)
#508F7F
(80,143,127)
#467E70
(70,126,112)
#3C6D61
(60,109,97)
#325C52
(50,92,82)
#284B43
(40,75,67)
#1E3A34
(30,58,52)
#142925
(20,41,37)
#0A1816
(10,24,22)
#000000
(0,0,0)

Tints of #6EC2AC

#6EC2AC
(110,194,172)
#7BC7B3
(123,199,179)
#88CCBA
(136,204,186)
#95D1C1
(149,209,193)
#A2D6C8
(162,214,200)
#AFDBCF
(175,219,207)
#BCE0D6
(188,224,214)
#C9E5DD
(201,229,221)
#D6EAE4
(214,234,228)
#E3EFEB
(227,239,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC2AC; }

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

This text font color is #6EC2AC.


Background Color

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

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

This div background color is #6EC2AC.


Border color

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

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

This div border color is #6EC2AC.


Opacity

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

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

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

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

This text has shadow with #6EC2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC2AC on black background.


Color preview on white background

This text has color #6EC2AC on white background.



Black color preview on #6EC2AC background

This text has black color on #6EC2AC background.


White color preview on #6EC2AC background

This text has white color on #6EC2AC background.