COLOR #6EEDC3

HEX: #6EEDC3 RGB: (110,237,195)

Color info

#6EEDC3 contains mainly green and blue colors. Web safe color of #6EEDC3 is #66FFCC (or #6FC).

RGB color model

#6EEDC3 color RGB value is (110,237,195).

RGB: (110,237,195) (43%, 93%, 76%)

RGB channels and saturation

R 110 of 255 = 43%
G 237 of 255 = 93%
B 195 of 255 = 76%

110
237
195

R + G + B ~ 71%. #6EEDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 237 + 195 = 542 (100%)
R 110 of 542 ~ 20.3%
G 237 of 542 ~ 43.73%
B 195 of 542 ~ 35.98'%

%20.3
%43.73
%35.98

CMYK color model

#6EEDC3 color CMYK value is (54,0,18,7).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 7.06%
CMYK: (54,0,18,7) C54M0Y18K7 (54%,0%,18%,7%) (0.54/0.00/0.18/0.07) 

CMYK percentages

%53.59
%0
%17.72
%7.06

Codes

Color #6EEDC3 in popluar color models

6E ED C3
RGB 110 237 195
HSL 160° 77.91% 68.04%
HSB/HSV 160° 53.59% 92.94%
CMYK 53.59% 0.00% 17.72%
7.06%

Color #6EEDC3 in popluar number systems.

HEX 6E ED C3
Decimal 110 237 195
Binary 1101110 11101101 11000011
Octal 156 355 303

Shades and tints

Shades of #6EEDC3

#6EEDC3
(110,237,195)
#64D8B2
(100,216,178)
#5AC3A1
(90,195,161)
#50AE90
(80,174,144)
#46997F
(70,153,127)
#3C846E
(60,132,110)
#326F5D
(50,111,93)
#285A4C
(40,90,76)
#1E453B
(30,69,59)
#14302A
(20,48,42)
#0A1B19
(10,27,25)
#000000
(0,0,0)

Tints of #6EEDC3

#6EEDC3
(110,237,195)
#7BEEC8
(123,238,200)
#88EFCD
(136,239,205)
#95F0D2
(149,240,210)
#A2F1D7
(162,241,215)
#AFF2DC
(175,242,220)
#BCF3E1
(188,243,225)
#C9F4E6
(201,244,230)
#D6F5EB
(214,245,235)
#E3F6F0
(227,246,240)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EEDC3; }

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

This text font color is #6EEDC3.

Background Color

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

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

This div background color is #6EEDC3.

Border color

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

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

This div border color is #6EEDC3.

Opacity

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

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

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

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

This text has shadow with #6EEDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EEDC3.

Preview

Color preview on black background

This text has color #6EEDC3 on black background.


Color preview on white background

This text has color #6EEDC3 on white background.


Black color preview on #6EEDC3 background

This text has black color on #6EEDC3 background.


White color preview on #6EEDC3 background

This text has white color on #6EEDC3 background.


Related colors

Complementary color

Complementary color for #hex is #91123C.


I love getcolorcode.com

Triadic colors

1 #C36EED and #EDC36E with #6EEDC3 are triadic colors.

2 #C3ED6E and #ED6EC3 with #6EEDC3 are triadic colors.