COLOR #6DFEBA

HEX: #6DFEBA
RGB: (109,254,186)

Color info

#6DFEBA contains mainly green color. Web safe color of #6DFEBA is #66FFCC (or #6FC).

RGB color model

#6DFEBA color RGB value is (109,254,186).

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

RGB channels and saturation

R 109 of 255 = 43%
G 254 of 255 = 100%
B 186 of 255 = 73%

109
254
186

R + G + B ~ 72%. #6DFEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 254 + 186 = 549 (100%)
R 109 of 549 ~ 19.85%
G 254 of 549 ~ 46.27%
B 186 of 549 ~ 33.88%

%19.85
%46.27
%33.88

CMYK color model

#6DFEBA color CMYK value is (57,0,27,0).

  • cyan value is 57.09%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 0.39%
CMYK:
(57,0,27,0)
C57M0Y27K0 
(57%,0%,27%,0%)
(0.57/0.00/0.27/0.00)	

CMYK percentages

%57.09
%0
%26.77
%0.39

Codes

Color #6DFEBA in popluar color models

6DFEBA
RGB109254186
HSL152°98.64%71.18%
HSB/HSV152°57.09%99.61%
CMYK57.09%0.00%26.77%
0.39%

Color #6DFEBA in popluar number systems.

HEX6DFEBA
Decimal109254186
Binary11011011111111010111010
Octal155376272

Shades and tints

Shades of #6DFEBA

#6DFEBA
(109,254,186)
#64E7AA
(100,231,170)
#5BD09A
(91,208,154)
#52B98A
(82,185,138)
#49A27A
(73,162,122)
#408B6A
(64,139,106)
#37745A
(55,116,90)
#2E5D4A
(46,93,74)
#25463A
(37,70,58)
#1C2F2A
(28,47,42)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #6DFEBA

#6DFEBA
(109,254,186)
#7AFEC0
(122,254,192)
#87FEC6
(135,254,198)
#94FECC
(148,254,204)
#A1FED2
(161,254,210)
#AEFED8
(174,254,216)
#BBFEDE
(187,254,222)
#C8FEE4
(200,254,228)
#D5FEEA
(213,254,234)
#E2FEF0
(226,254,240)
#EFFEF6
(239,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DFEBA; }

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

This text font color is #6DFEBA.


Background Color

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

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

This div background color is #6DFEBA.


Border color

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

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

This div border color is #6DFEBA.


Opacity

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

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

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

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

This text has shadow with #6DFEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFEBA on black background.


Color preview on white background

This text has color #6DFEBA on white background.



Black color preview on #6DFEBA background

This text has black color on #6DFEBA background.


White color preview on #6DFEBA background

This text has white color on #6DFEBA background.