COLOR #6DE2BA

HEX: #6DE2BA
RGB: (109,226,186)

Color info

#6DE2BA contains mainly green and blue colors. Web safe color of #6DE2BA is #66CCCC (or #6CC).

RGB color model

#6DE2BA color RGB value is (109,226,186).

  • red value is 109;
  • green value is 226;
  • blue value is 186.
RGB:
(109,226,186)
(43%,89%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 226 of 255 = 89%
B 186 of 255 = 73%

109
226
186

R + G + B ~ 68%. #6DE2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 226 + 186 = 521 (100%)
R 109 of 521 ~ 20.92%
G 226 of 521 ~ 43.38%
B 186 of 521 ~ 35.7%

%20.92
%43.38
%35.7

CMYK color model

#6DE2BA color CMYK value is (52,0,18,11).

  • cyan value is 51.77%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(52,0,18,11)
C52M0Y18K11 
(52%,0%,18%,11%)
(0.52/0.00/0.18/0.11)	

CMYK percentages

%51.77
%0
%17.7
%11.37

Codes

Color #6DE2BA in popluar color models

6DE2BA
RGB109226186
HSL159°66.86%65.69%
HSB/HSV159°51.77%88.63%
CMYK51.77%0.00%17.70%
11.37%

Color #6DE2BA in popluar number systems.

HEX6DE2BA
Decimal109226186
Binary11011011110001010111010
Octal155342272

Shades and tints

Shades of #6DE2BA

#6DE2BA
(109,226,186)
#64CEAA
(100,206,170)
#5BBA9A
(91,186,154)
#52A68A
(82,166,138)
#49927A
(73,146,122)
#407E6A
(64,126,106)
#376A5A
(55,106,90)
#2E564A
(46,86,74)
#25423A
(37,66,58)
#1C2E2A
(28,46,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #6DE2BA

#6DE2BA
(109,226,186)
#7AE4C0
(122,228,192)
#87E6C6
(135,230,198)
#94E8CC
(148,232,204)
#A1EAD2
(161,234,210)
#AEECD8
(174,236,216)
#BBEEDE
(187,238,222)
#C8F0E4
(200,240,228)
#D5F2EA
(213,242,234)
#E2F4F0
(226,244,240)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE2BA color. Also use rgb(109,226,186) instead hex code.

Text Font Color

.myTextColor { color: #6DE2BA; }

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

This text font color is #6DE2BA.


Background Color

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

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

This div background color is #6DE2BA.


Border color

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

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

This div border color is #6DE2BA.


Opacity

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

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

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

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

This text has shadow with #6DE2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE2BA on black background.


Color preview on white background

This text has color #6DE2BA on white background.



Black color preview on #6DE2BA background

This text has black color on #6DE2BA background.


White color preview on #6DE2BA background

This text has white color on #6DE2BA background.