COLOR #6DE8AC

HEX: #6DE8AC RGB: (109,232,172)

Color info

#6DE8AC contains mainly green color. Web safe color of #6DE8AC is #66FF99 (or #6F9).

RGB color model

#6DE8AC color RGB value is (109,232,172).

RGB: (109,232,172) (43%, 91%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 232 of 255 = 91%
B 172 of 255 = 67%

109
232
172

R + G + B ~ 67%. #6DE8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 232 + 172 = 513 (100%)
R 109 of 513 ~ 21.25%
G 232 of 513 ~ 45.22%
B 172 of 513 ~ 33.53'%

%21.25
%45.22
%33.53

CMYK color model

#6DE8AC color CMYK value is (53,0,26,9).

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 9.02%

CMYK: (53,0,26,9)
C53M0Y26K9 (53%, 0%, 26%, 9%)
(0.53 / 0.00 / 0.26 / 0.09)

CMYK percentages

%53.02
%0
%25.86
%9.02

Codes

Color #6DE8AC in popluar color models

6D E8 AC
RGB 109 232 172
HSL 151° 72.78% 66.86%
HSB/HSV 151° 53.02% 90.98%
CMYK 53.02% 0.00% 25.86%
9.02%

Color #6DE8AC in popluar number systems.

HEX 6D E8 AC
Decimal 109 232 172
Binary 1101101 11101000 10101100
Octal 155 350 254

Shades and tints

Shades of #6DE8AC

#6DE8AC
(109,232,172)
#64D39D
(100,211,157)
#5BBE8E
(91,190,142)
#52A97F
(82,169,127)
#499470
(73,148,112)
#407F61
(64,127,97)
#376A52
(55,106,82)
#2E5543
(46,85,67)
#254034
(37,64,52)
#1C2B25
(28,43,37)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #6DE8AC

#6DE8AC
(109,232,172)
#7AEAB3
(122,234,179)
#87ECBA
(135,236,186)
#94EEC1
(148,238,193)
#A1F0C8
(161,240,200)
#AEF2CF
(174,242,207)
#BBF4D6
(187,244,214)
#C8F6DD
(200,246,221)
#D5F8E4
(213,248,228)
#E2FAEB
(226,250,235)
#EFFCF2
(239,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE8AC color. Also use rgb(109,232,172) instead hex code.

Text Font Color

.myTextColor { color: #6DE8AC; }

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

This text font color is #6DE8AC.

Background Color

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

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

This div background color is #6DE8AC.

Border color

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

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

This div border color is #6DE8AC.

Opacity

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

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

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

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

This text has shadow with #6DE8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE8AC.

Preview

Color preview on black background

This text has color #6DE8AC on black background.


Color preview on white background

This text has color #6DE8AC on white background.


Black color preview on #6DE8AC background

This text has black color on #6DE8AC background.


White color preview on #6DE8AC background

This text has white color on #6DE8AC background.


Related colors

Complementary color

Complementary color for #hex is #921753.


I love getcolorcode.com

Triadic colors

1 #AC6DE8 and #E8AC6D with #6DE8AC are triadic colors.

2 #ACE86D and #E86DAC with #6DE8AC are triadic colors.