COLOR #6EF3E4

HEX: #6EF3E4
RGB: (110,243,228)

Color info

#6EF3E4 contains mainly green and blue colors. Web safe color of #6EF3E4 is #66FFCC (or #6FC).

RGB color model

#6EF3E4 color RGB value is (110,243,228).

  • red value is 110;
  • green value is 243;
  • blue value is 228.
RGB:
(110,243,228)
(43%,95%,89%)

RGB channels and saturation

R 110 of 255 = 43%
G 243 of 255 = 95%
B 228 of 255 = 89%

110
243
228

R + G + B ~ 76%. #6EF3E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 243 + 228 = 581 (100%)
R 110 of 581 ~ 18.93%
G 243 of 581 ~ 41.82%
B 228 of 581 ~ 39.24%

%18.93
%41.82
%39.24

CMYK color model

#6EF3E4 color CMYK value is (55,0,6,5).

  • cyan value is 54.73%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 4.71%
CMYK:
(55,0,6,5)
C55M0Y6K5 
(55%,0%,6%,5%)
(0.55/0.00/0.06/0.05)	

CMYK percentages

%54.73
%0
%6.17
%4.71

Codes

Color #6EF3E4 in popluar color models

6EF3E4
RGB110243228
HSL173°84.71%69.22%
HSB/HSV173°54.73%95.29%
CMYK54.73%0.00%6.17%
4.71%

Color #6EF3E4 in popluar number systems.

HEX6EF3E4
Decimal110243228
Binary11011101111001111100100
Octal156363344

Shades and tints

Shades of #6EF3E4

#6EF3E4
(110,243,228)
#64DDD0
(100,221,208)
#5AC7BC
(90,199,188)
#50B1A8
(80,177,168)
#469B94
(70,155,148)
#3C8580
(60,133,128)
#326F6C
(50,111,108)
#285958
(40,89,88)
#1E4344
(30,67,68)
#142D30
(20,45,48)
#0A171C
(10,23,28)
#000000
(0,0,0)

Tints of #6EF3E4

#6EF3E4
(110,243,228)
#7BF4E6
(123,244,230)
#88F5E8
(136,245,232)
#95F6EA
(149,246,234)
#A2F7EC
(162,247,236)
#AFF8EE
(175,248,238)
#BCF9F0
(188,249,240)
#C9FAF2
(201,250,242)
#D6FBF4
(214,251,244)
#E3FCF6
(227,252,246)
#F0FDF8
(240,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF3E4 color. Also use rgb(110,243,228) instead hex code.

Text Font Color

.myTextColor { color: #6EF3E4; }

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

This text font color is #6EF3E4.


Background Color

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

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

This div background color is #6EF3E4.


Border color

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

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

This div border color is #6EF3E4.


Opacity

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

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

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

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

This text has shadow with #6EF3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF3E4 on black background.


Color preview on white background

This text has color #6EF3E4 on white background.



Black color preview on #6EF3E4 background

This text has black color on #6EF3E4 background.


White color preview on #6EF3E4 background

This text has white color on #6EF3E4 background.