COLOR #6EE5EE

HEX: #6EE5EE RGB: (110,229,238)

Color info

#6EE5EE contains mainly green and blue colors. Web safe color of #6EE5EE is #66CCFF (or #6CF).

RGB color model

#6EE5EE color RGB value is (110,229,238).

RGB: (110,229,238) (43%, 90%, 93%)

RGB channels and saturation

R 110 of 255 = 43%
G 229 of 255 = 90%
B 238 of 255 = 93%

110
229
238

R + G + B ~ 75%. #6EE5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 229 + 238 = 577 (100%)
R 110 of 577 ~ 19.06%
G 229 of 577 ~ 39.69%
B 238 of 577 ~ 41.25'%

%19.06
%39.69
%41.25

CMYK color model

#6EE5EE color CMYK value is (54,4,0,7).

  • cyan value is 53.78%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (54,4,0,7)
C54M4Y0K7 (54%, 4%, 0%, 7%)
(0.54 / 0.04 / 0.00 / 0.07)

CMYK percentages

%53.78
%3.78
%0
%6.67

Codes

Color #6EE5EE in popluar color models

6E E5 EE
RGB 110 229 238
HSL 184° 79.01% 68.24%
HSB/HSV 184° 53.78% 93.33%
CMYK 53.78% 3.78% 0.00%
6.67%

Color #6EE5EE in popluar number systems.

HEX 6E E5 EE
Decimal 110 229 238
Binary 1101110 11100101 11101110
Octal 156 345 356

Shades and tints

Shades of #6EE5EE

#6EE5EE
(110,229,238)
#64D1D9
(100,209,217)
#5ABDC4
(90,189,196)
#50A9AF
(80,169,175)
#46959A
(70,149,154)
#3C8185
(60,129,133)
#326D70
(50,109,112)
#28595B
(40,89,91)
#1E4546
(30,69,70)
#143131
(20,49,49)
#0A1D1C
(10,29,28)
#000000
(0,0,0)

Tints of #6EE5EE

#6EE5EE
(110,229,238)
#7BE7EF
(123,231,239)
#88E9F0
(136,233,240)
#95EBF1
(149,235,241)
#A2EDF2
(162,237,242)
#AFEFF3
(175,239,243)
#BCF1F4
(188,241,244)
#C9F3F5
(201,243,245)
#D6F5F6
(214,245,246)
#E3F7F7
(227,247,247)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EE5EE; }

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

This text font color is #6EE5EE.

Background Color

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

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

This div background color is #6EE5EE.

Border color

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

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

This div border color is #6EE5EE.

Opacity

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

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

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

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

This text has shadow with #6EE5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EE5EE.

Preview

Color preview on black background

This text has color #6EE5EE on black background.


Color preview on white background

This text has color #6EE5EE on white background.


Black color preview on #6EE5EE background

This text has black color on #6EE5EE background.


White color preview on #6EE5EE background

This text has white color on #6EE5EE background.


Related colors

Complementary color

Complementary color for #hex is #911A11.


I love getcolorcode.com

Triadic colors

1 #EE6EE5 and #E5EE6E with #6EE5EE are triadic colors.

2 #EEE56E and #E56EEE with #6EE5EE are triadic colors.