COLOR #6EE2CE

HEX: #6EE2CE
RGB: (110,226,206)

Color info

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

RGB color model

#6EE2CE color RGB value is (110,226,206).

  • red value is 110;
  • green value is 226;
  • blue value is 206.
RGB:
(110,226,206)
(43%,89%,81%)

RGB channels and saturation

R 110 of 255 = 43%
G 226 of 255 = 89%
B 206 of 255 = 81%

110
226
206

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

Portions of RGB colors in percentages

R + G + B =
110 + 226 + 206 = 542 (100%)
R 110 of 542 ~ 20.3%
G 226 of 542 ~ 41.7%
B 206 of 542 ~ 38.01%

%20.3
%41.7
%38.01

CMYK color model

#6EE2CE color CMYK value is (51,0,9,11).

  • cyan value is 51.33%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK:
(51,0,9,11)
C51M0Y9K11 
(51%,0%,9%,11%)
(0.51/0.00/0.09/0.11)	

CMYK percentages

%51.33
%0
%8.85
%11.37

Codes

Color #6EE2CE in popluar color models

6EE2CE
RGB110226206
HSL170°66.67%65.88%
HSB/HSV170°51.33%88.63%
CMYK51.33%0.00%8.85%
11.37%

Color #6EE2CE in popluar number systems.

HEX6EE2CE
Decimal110226206
Binary11011101110001011001110
Octal156342316

Shades and tints

Shades of #6EE2CE

#6EE2CE
(110,226,206)
#64CEBC
(100,206,188)
#5ABAAA
(90,186,170)
#50A698
(80,166,152)
#469286
(70,146,134)
#3C7E74
(60,126,116)
#326A62
(50,106,98)
#285650
(40,86,80)
#1E423E
(30,66,62)
#142E2C
(20,46,44)
#0A1A1A
(10,26,26)
#000000
(0,0,0)

Tints of #6EE2CE

#6EE2CE
(110,226,206)
#7BE4D2
(123,228,210)
#88E6D6
(136,230,214)
#95E8DA
(149,232,218)
#A2EADE
(162,234,222)
#AFECE2
(175,236,226)
#BCEEE6
(188,238,230)
#C9F0EA
(201,240,234)
#D6F2EE
(214,242,238)
#E3F4F2
(227,244,242)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE2CE color. Also use rgb(110,226,206) instead hex code.

Text Font Color

.myTextColor { color: #6EE2CE; }

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

This text font color is #6EE2CE.


Background Color

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

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

This div background color is #6EE2CE.


Border color

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

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

This div border color is #6EE2CE.


Opacity

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

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

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

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

This text has shadow with #6EE2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE2CE on black background.


Color preview on white background

This text has color #6EE2CE on white background.



Black color preview on #6EE2CE background

This text has black color on #6EE2CE background.


White color preview on #6EE2CE background

This text has white color on #6EE2CE background.