COLOR #6DDFAA

HEX: #6DDFAA
RGB: (109,223,170)

Color info

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

RGB color model

#6DDFAA color RGB value is (109,223,170).

  • red value is 109;
  • green value is 223;
  • blue value is 170.
RGB:
(109,223,170)
(43%,87%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 223 of 255 = 87%
B 170 of 255 = 67%

109
223
170

R + G + B ~ 66%. #6DDFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 223 + 170 = 502 (100%)
R 109 of 502 ~ 21.71%
G 223 of 502 ~ 44.42%
B 170 of 502 ~ 33.86%

%21.71
%44.42
%33.86

CMYK color model

#6DDFAA color CMYK value is (51,0,24,13).

  • cyan value is 51.12%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(51,0,24,13)
C51M0Y24K13 
(51%,0%,24%,13%)
(0.51/0.00/0.24/0.13)	

CMYK percentages

%51.12
%0
%23.77
%12.55

Codes

Color #6DDFAA in popluar color models

6DDFAA
RGB109223170
HSL152°64.04%65.10%
HSB/HSV152°51.12%87.45%
CMYK51.12%0.00%23.77%
12.55%

Color #6DDFAA in popluar number systems.

HEX6DDFAA
Decimal109223170
Binary11011011101111110101010
Octal155337252

Shades and tints

Shades of #6DDFAA

#6DDFAA
(109,223,170)
#64CB9B
(100,203,155)
#5BB78C
(91,183,140)
#52A37D
(82,163,125)
#498F6E
(73,143,110)
#407B5F
(64,123,95)
#376750
(55,103,80)
#2E5341
(46,83,65)
#253F32
(37,63,50)
#1C2B23
(28,43,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #6DDFAA

#6DDFAA
(109,223,170)
#7AE1B1
(122,225,177)
#87E3B8
(135,227,184)
#94E5BF
(148,229,191)
#A1E7C6
(161,231,198)
#AEE9CD
(174,233,205)
#BBEBD4
(187,235,212)
#C8EDDB
(200,237,219)
#D5EFE2
(213,239,226)
#E2F1E9
(226,241,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DDFAA color. Also use rgb(109,223,170) instead hex code.

Text Font Color

.myTextColor { color: #6DDFAA; }

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

This text font color is #6DDFAA.


Background Color

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

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

This div background color is #6DDFAA.


Border color

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

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

This div border color is #6DDFAA.


Opacity

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

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

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

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

This text has shadow with #6DDFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDFAA on black background.


Color preview on white background

This text has color #6DDFAA on white background.



Black color preview on #6DDFAA background

This text has black color on #6DDFAA background.


White color preview on #6DDFAA background

This text has white color on #6DDFAA background.