COLOR #6ED4C3

HEX: #6ED4C3 RGB: (110,212,195)

Color info

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

RGB color model

#6ED4C3 color RGB value is (110,212,195).

RGB: (110,212,195) (43%, 83%, 76%)

RGB channels and saturation

R 110 of 255 = 43%
G 212 of 255 = 83%
B 195 of 255 = 76%

110
212
195

R + G + B ~ 67%. #6ED4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 212 + 195 = 517 (100%)
R 110 of 517 ~ 21.28%
G 212 of 517 ~ 41.01%
B 195 of 517 ~ 37.72'%

%21.28
%41.01
%37.72

CMYK color model

#6ED4C3 color CMYK value is (48,0,8,17).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 16.86%
CMYK: (48,0,8,17) C48M0Y8K17 (48%,0%,8%,17%) (0.48/0.00/0.08/0.17) 

CMYK percentages

%48.11
%0
%8.02
%16.86

Codes

Color #6ED4C3 in popluar color models

6E D4 C3
RGB 110 212 195
HSL 170° 54.26% 63.14%
HSB/HSV 170° 48.11% 83.14%
CMYK 48.11% 0.00% 8.02%
16.86%

Color #6ED4C3 in popluar number systems.

HEX 6E D4 C3
Decimal 110 212 195
Binary 1101110 11010100 11000011
Octal 156 324 303

Shades and tints

Shades of #6ED4C3

#6ED4C3
(110,212,195)
#64C1B2
(100,193,178)
#5AAEA1
(90,174,161)
#509B90
(80,155,144)
#46887F
(70,136,127)
#3C756E
(60,117,110)
#32625D
(50,98,93)
#284F4C
(40,79,76)
#1E3C3B
(30,60,59)
#14292A
(20,41,42)
#0A1619
(10,22,25)
#000000
(0,0,0)

Tints of #6ED4C3

#6ED4C3
(110,212,195)
#7BD7C8
(123,215,200)
#88DACD
(136,218,205)
#95DDD2
(149,221,210)
#A2E0D7
(162,224,215)
#AFE3DC
(175,227,220)
#BCE6E1
(188,230,225)
#C9E9E6
(201,233,230)
#D6ECEB
(214,236,235)
#E3EFF0
(227,239,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED4C3 color. Also use rgb(110,212,195) instead hex code.

Text Font Color

.myTextColor { color: #6ED4C3; }

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

This text font color is #6ED4C3.

Background Color

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

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

This div background color is #6ED4C3.

Border color

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

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

This div border color is #6ED4C3.

Opacity

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

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

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

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

This text has shadow with #6ED4C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ED4C3.

Preview

Color preview on black background

This text has color #6ED4C3 on black background.


Color preview on white background

This text has color #6ED4C3 on white background.


Black color preview on #6ED4C3 background

This text has black color on #6ED4C3 background.


White color preview on #6ED4C3 background

This text has white color on #6ED4C3 background.


Related colors

Complementary color

Complementary color for #hex is #912B3C.


I love getcolorcode.com

Triadic colors

1 #C36ED4 and #D4C36E with #6ED4C3 are triadic colors.

2 #C3D46E and #D46EC3 with #6ED4C3 are triadic colors.