COLOR #6DD9AC

HEX: #6DD9AC RGB: (109,217,172)

Color info

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

RGB color model

#6DD9AC color RGB value is (109,217,172).

RGB: (109,217,172) (43%, 85%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 217 of 255 = 85%
B 172 of 255 = 67%

109
217
172

R + G + B ~ 65%. #6DD9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 217 + 172 = 498 (100%)
R 109 of 498 ~ 21.89%
G 217 of 498 ~ 43.57%
B 172 of 498 ~ 34.54'%

%21.89
%43.57
%34.54

CMYK color model

#6DD9AC color CMYK value is (50,0,21,15).

  • cyan value is 49.77%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 14.90%

CMYK: (50,0,21,15)
C50M0Y21K15 (50%, 0%, 21%, 15%)
(0.50 / 0.00 / 0.21 / 0.15)

CMYK percentages

%49.77
%0
%20.74
%14.9

Codes

Color #6DD9AC in popluar color models

6D D9 AC
RGB 109 217 172
HSL 155° 58.70% 63.92%
HSB/HSV 155° 49.77% 85.10%
CMYK 49.77% 0.00% 20.74%
14.90%

Color #6DD9AC in popluar number systems.

HEX 6D D9 AC
Decimal 109 217 172
Binary 1101101 11011001 10101100
Octal 155 331 254

Shades and tints

Shades of #6DD9AC

#6DD9AC
(109,217,172)
#64C69D
(100,198,157)
#5BB38E
(91,179,142)
#52A07F
(82,160,127)
#498D70
(73,141,112)
#407A61
(64,122,97)
#376752
(55,103,82)
#2E5443
(46,84,67)
#254134
(37,65,52)
#1C2E25
(28,46,37)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #6DD9AC

#6DD9AC
(109,217,172)
#7ADCB3
(122,220,179)
#87DFBA
(135,223,186)
#94E2C1
(148,226,193)
#A1E5C8
(161,229,200)
#AEE8CF
(174,232,207)
#BBEBD6
(187,235,214)
#C8EEDD
(200,238,221)
#D5F1E4
(213,241,228)
#E2F4EB
(226,244,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DD9AC; }

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

This text font color is #6DD9AC.

Background Color

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

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

This div background color is #6DD9AC.

Border color

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

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

This div border color is #6DD9AC.

Opacity

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

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

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

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

This text has shadow with #6DD9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD9AC.

Preview

Color preview on black background

This text has color #6DD9AC on black background.


Color preview on white background

This text has color #6DD9AC on white background.


Black color preview on #6DD9AC background

This text has black color on #6DD9AC background.


White color preview on #6DD9AC background

This text has white color on #6DD9AC background.


Related colors

Complementary color

Complementary color for #hex is #922653.


I love getcolorcode.com

Triadic colors

1 #AC6DD9 and #D9AC6D with #6DD9AC are triadic colors.

2 #ACD96D and #D96DAC with #6DD9AC are triadic colors.