COLOR #6EE1BF

HEX: #6EE1BF RGB: (110,225,191)

Color info

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

RGB color model

#6EE1BF color RGB value is (110,225,191).

RGB: (110,225,191) (43%, 88%, 75%)

RGB channels and saturation

R 110 of 255 = 43%
G 225 of 255 = 88%
B 191 of 255 = 75%

110
225
191

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

Portions of RGB colors in percentages

R + G + B = 110 + 225 + 191 = 526 (100%)
R 110 of 526 ~ 20.91%
G 225 of 526 ~ 42.78%
B 191 of 526 ~ 36.31'%

%20.91
%42.78
%36.31

CMYK color model

#6EE1BF color CMYK value is (51,0,15,12).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (51,0,15,12)
C51M0Y15K12 (51%, 0%, 15%, 12%)
(0.51 / 0.00 / 0.15 / 0.12)

CMYK percentages

%51.11
%0
%15.11
%11.76

Codes

Color #6EE1BF in popluar color models

6E E1 BF
RGB 110 225 191
HSL 162° 65.71% 65.69%
HSB/HSV 162° 51.11% 88.24%
CMYK 51.11% 0.00% 15.11%
11.76%

Color #6EE1BF in popluar number systems.

HEX 6E E1 BF
Decimal 110 225 191
Binary 1101110 11100001 10111111
Octal 156 341 277

Shades and tints

Shades of #6EE1BF

#6EE1BF
(110,225,191)
#64CDAE
(100,205,174)
#5AB99D
(90,185,157)
#50A58C
(80,165,140)
#46917B
(70,145,123)
#3C7D6A
(60,125,106)
#326959
(50,105,89)
#285548
(40,85,72)
#1E4137
(30,65,55)
#142D26
(20,45,38)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #6EE1BF

#6EE1BF
(110,225,191)
#7BE3C4
(123,227,196)
#88E5C9
(136,229,201)
#95E7CE
(149,231,206)
#A2E9D3
(162,233,211)
#AFEBD8
(175,235,216)
#BCEDDD
(188,237,221)
#C9EFE2
(201,239,226)
#D6F1E7
(214,241,231)
#E3F3EC
(227,243,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE1BF color. Also use rgb(110,225,191) instead hex code.

Text Font Color

.myTextColor { color: #6EE1BF; }

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

This text font color is #6EE1BF.

Background Color

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

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

This div background color is #6EE1BF.

Border color

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

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

This div border color is #6EE1BF.

Opacity

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

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

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

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

This text has shadow with #6EE1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EE1BF.

Preview

Color preview on black background

This text has color #6EE1BF on black background.


Color preview on white background

This text has color #6EE1BF on white background.


Black color preview on #6EE1BF background

This text has black color on #6EE1BF background.


White color preview on #6EE1BF background

This text has white color on #6EE1BF background.


Related colors

Complementary color

Complementary color for #hex is #911E40.


I love getcolorcode.com

Triadic colors

1 #BF6EE1 and #E1BF6E with #6EE1BF are triadic colors.

2 #BFE16E and #E16EBF with #6EE1BF are triadic colors.