COLOR #6EDC94

HEX: #6EDC94 RGB: (110,220,148)

Color info

#6EDC94 contains mainly green color. Web safe color of #6EDC94 is #66CC99 (or #6C9).

RGB color model

#6EDC94 color RGB value is (110,220,148).

RGB: (110,220,148) (43%, 86%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 220 of 255 = 86%
B 148 of 255 = 58%

110
220
148

R + G + B ~ 62%. #6EDC94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 220 + 148 = 478 (100%)
R 110 of 478 ~ 23.01%
G 220 of 478 ~ 46.03%
B 148 of 478 ~ 30.96'%

%23.01
%46.03
%30.96

CMYK color model

#6EDC94 color CMYK value is (50,0,33,14).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 13.73%
CMYK: (50,0,33,14) C50M0Y33K14 (50%,0%,33%,14%) (0.50/0.00/0.33/0.14) 

CMYK percentages

%50
%0
%32.73
%13.73

Codes

Color #6EDC94 in popluar color models

6E DC 94
RGB 110 220 148
HSL 141° 61.11% 64.71%
HSB/HSV 141° 50.00% 86.27%
CMYK 50.00% 0.00% 32.73%
13.73%

Color #6EDC94 in popluar number systems.

HEX 6E DC 94
Decimal 110 220 148
Binary 1101110 11011100 10010100
Octal 156 334 224

Shades and tints

Shades of #6EDC94

#6EDC94
(110,220,148)
#64C887
(100,200,135)
#5AB47A
(90,180,122)
#50A06D
(80,160,109)
#468C60
(70,140,96)
#3C7853
(60,120,83)
#326446
(50,100,70)
#285039
(40,80,57)
#1E3C2C
(30,60,44)
#14281F
(20,40,31)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6EDC94

#6EDC94
(110,220,148)
#7BDF9D
(123,223,157)
#88E2A6
(136,226,166)
#95E5AF
(149,229,175)
#A2E8B8
(162,232,184)
#AFEBC1
(175,235,193)
#BCEECA
(188,238,202)
#C9F1D3
(201,241,211)
#D6F4DC
(214,244,220)
#E3F7E5
(227,247,229)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDC94 color. Also use rgb(110,220,148) instead hex code.

Text Font Color

.myTextColor { color: #6EDC94; }

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

This text font color is #6EDC94.

Background Color

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

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

This div background color is #6EDC94.

Border color

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

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

This div border color is #6EDC94.

Opacity

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

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

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

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

This text has shadow with #6EDC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDC94.

Preview

Color preview on black background

This text has color #6EDC94 on black background.


Color preview on white background

This text has color #6EDC94 on white background.


Black color preview on #6EDC94 background

This text has black color on #6EDC94 background.


White color preview on #6EDC94 background

This text has white color on #6EDC94 background.


Related colors

Complementary color

Complementary color for #hex is #91236B.


I love getcolorcode.com

Triadic colors

1 #946EDC and #DC946E with #6EDC94 are triadic colors.

2 #94DC6E and #DC6E94 with #6EDC94 are triadic colors.