COLOR #6EE5BC

HEX: #6EE5BC RGB: (110,229,188)

Color info

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

RGB color model

#6EE5BC color RGB value is (110,229,188).

RGB: (110,229,188) (43%, 90%, 74%)

RGB channels and saturation

R 110 of 255 = 43%
G 229 of 255 = 90%
B 188 of 255 = 74%

110
229
188

R + G + B ~ 69%. #6EE5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 229 + 188 = 527 (100%)
R 110 of 527 ~ 20.87%
G 229 of 527 ~ 43.45%
B 188 of 527 ~ 35.67'%

%20.87
%43.45
%35.67

CMYK color model

#6EE5BC color CMYK value is (52,0,18,10).

  • cyan value is 51.97%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK: (52,0,18,10) C52M0Y18K10 (52%,0%,18%,10%) (0.52/0.00/0.18/0.10) 

CMYK percentages

%51.97
%0
%17.9
%10.2

Codes

Color #6EE5BC in popluar color models

6E E5 BC
RGB 110 229 188
HSL 159° 69.59% 66.47%
HSB/HSV 159° 51.97% 89.80%
CMYK 51.97% 0.00% 17.90%
10.20%

Color #6EE5BC in popluar number systems.

HEX 6E E5 BC
Decimal 110 229 188
Binary 1101110 11100101 10111100
Octal 156 345 274

Shades and tints

Shades of #6EE5BC

#6EE5BC
(110,229,188)
#64D1AB
(100,209,171)
#5ABD9A
(90,189,154)
#50A989
(80,169,137)
#469578
(70,149,120)
#3C8167
(60,129,103)
#326D56
(50,109,86)
#285945
(40,89,69)
#1E4534
(30,69,52)
#143123
(20,49,35)
#0A1D12
(10,29,18)
#000000
(0,0,0)

Tints of #6EE5BC

#6EE5BC
(110,229,188)
#7BE7C2
(123,231,194)
#88E9C8
(136,233,200)
#95EBCE
(149,235,206)
#A2EDD4
(162,237,212)
#AFEFDA
(175,239,218)
#BCF1E0
(188,241,224)
#C9F3E6
(201,243,230)
#D6F5EC
(214,245,236)
#E3F7F2
(227,247,242)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE5BC color. Also use rgb(110,229,188) instead hex code.

Text Font Color

.myTextColor { color: #6EE5BC; }

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

This text font color is #6EE5BC.

Background Color

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

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

This div background color is #6EE5BC.

Border color

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

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

This div border color is #6EE5BC.

Opacity

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

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

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

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

This text has shadow with #6EE5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EE5BC.

Preview

Color preview on black background

This text has color #6EE5BC on black background.


Color preview on white background

This text has color #6EE5BC on white background.


Black color preview on #6EE5BC background

This text has black color on #6EE5BC background.


White color preview on #6EE5BC background

This text has white color on #6EE5BC background.


Related colors

Complementary color

Complementary color for #hex is #911A43.


I love getcolorcode.com

Triadic colors

1 #BC6EE5 and #E5BC6E with #6EE5BC are triadic colors.

2 #BCE56E and #E56EBC with #6EE5BC are triadic colors.