COLOR #6EE6B4

HEX: #6EE6B4 RGB: (110,230,180)

Color info

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

RGB color model

#6EE6B4 color RGB value is (110,230,180).

RGB: (110,230,180) (43%, 90%, 71%)

RGB channels and saturation

R 110 of 255 = 43%
G 230 of 255 = 90%
B 180 of 255 = 71%

110
230
180

R + G + B ~ 68%. #6EE6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 230 + 180 = 520 (100%)
R 110 of 520 ~ 21.15%
G 230 of 520 ~ 44.23%
B 180 of 520 ~ 34.62'%

%21.15
%44.23
%34.62

CMYK color model

#6EE6B4 color CMYK value is (52,0,22,10).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 9.80%

CMYK: (52,0,22,10)
C52M0Y22K10 (52%, 0%, 22%, 10%)
(0.52 / 0.00 / 0.22 / 0.10)

CMYK percentages

%52.17
%0
%21.74
%9.8

Codes

Color #6EE6B4 in popluar color models

6E E6 B4
RGB 110 230 180
HSL 155° 70.59% 66.67%
HSB/HSV 155° 52.17% 90.20%
CMYK 52.17% 0.00% 21.74%
9.80%

Color #6EE6B4 in popluar number systems.

HEX 6E E6 B4
Decimal 110 230 180
Binary 1101110 11100110 10110100
Octal 156 346 264

Shades and tints

Shades of #6EE6B4

#6EE6B4
(110,230,180)
#64D2A4
(100,210,164)
#5ABE94
(90,190,148)
#50AA84
(80,170,132)
#469674
(70,150,116)
#3C8264
(60,130,100)
#326E54
(50,110,84)
#285A44
(40,90,68)
#1E4634
(30,70,52)
#143224
(20,50,36)
#0A1E14
(10,30,20)
#000000
(0,0,0)

Tints of #6EE6B4

#6EE6B4
(110,230,180)
#7BE8BA
(123,232,186)
#88EAC0
(136,234,192)
#95ECC6
(149,236,198)
#A2EECC
(162,238,204)
#AFF0D2
(175,240,210)
#BCF2D8
(188,242,216)
#C9F4DE
(201,244,222)
#D6F6E4
(214,246,228)
#E3F8EA
(227,248,234)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE6B4 color. Also use rgb(110,230,180) instead hex code.

Text Font Color

.myTextColor { color: #6EE6B4; }

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

This text font color is #6EE6B4.

Background Color

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

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

This div background color is #6EE6B4.

Border color

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

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

This div border color is #6EE6B4.

Opacity

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

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

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

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

This text has shadow with #6EE6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EE6B4.

Preview

Color preview on black background

This text has color #6EE6B4 on black background.


Color preview on white background

This text has color #6EE6B4 on white background.


Black color preview on #6EE6B4 background

This text has black color on #6EE6B4 background.


White color preview on #6EE6B4 background

This text has white color on #6EE6B4 background.


Related colors

Complementary color

Complementary color for #hex is #91194B.


I love getcolorcode.com

Triadic colors

1 #B46EE6 and #E6B46E with #6EE6B4 are triadic colors.

2 #B4E66E and #E66EB4 with #6EE6B4 are triadic colors.