COLOR #6EF9E0

HEX: #6EF9E0
RGB: (110,249,224)

Color info

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

RGB color model

#6EF9E0 color RGB value is (110,249,224).

  • red value is 110;
  • green value is 249;
  • blue value is 224.
RGB:
(110,249,224)
(43%,98%,88%)

RGB channels and saturation

R 110 of 255 = 43%
G 249 of 255 = 98%
B 224 of 255 = 88%

110
249
224

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

Portions of RGB colors in percentages

R + G + B =
110 + 249 + 224 = 583 (100%)
R 110 of 583 ~ 18.87%
G 249 of 583 ~ 42.71%
B 224 of 583 ~ 38.42%

%18.87
%42.71
%38.42

CMYK color model

#6EF9E0 color CMYK value is (56,0,10,2).

  • cyan value is 55.82%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(56,0,10,2)
C56M0Y10K2 
(56%,0%,10%,2%)
(0.56/0.00/0.10/0.02)	

CMYK percentages

%55.82
%0
%10.04
%2.35

Codes

Color #6EF9E0 in popluar color models

6EF9E0
RGB110249224
HSL169°92.05%70.39%
HSB/HSV169°55.82%97.65%
CMYK55.82%0.00%10.04%
2.35%

Color #6EF9E0 in popluar number systems.

HEX6EF9E0
Decimal110249224
Binary11011101111100111100000
Octal156371340

Shades and tints

Shades of #6EF9E0

#6EF9E0
(110,249,224)
#64E3CC
(100,227,204)
#5ACDB8
(90,205,184)
#50B7A4
(80,183,164)
#46A190
(70,161,144)
#3C8B7C
(60,139,124)
#327568
(50,117,104)
#285F54
(40,95,84)
#1E4940
(30,73,64)
#14332C
(20,51,44)
#0A1D18
(10,29,24)
#000000
(0,0,0)

Tints of #6EF9E0

#6EF9E0
(110,249,224)
#7BF9E2
(123,249,226)
#88F9E4
(136,249,228)
#95F9E6
(149,249,230)
#A2F9E8
(162,249,232)
#AFF9EA
(175,249,234)
#BCF9EC
(188,249,236)
#C9F9EE
(201,249,238)
#D6F9F0
(214,249,240)
#E3F9F2
(227,249,242)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF9E0 color. Also use rgb(110,249,224) instead hex code.

Text Font Color

.myTextColor { color: #6EF9E0; }

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

This text font color is #6EF9E0.


Background Color

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

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

This div background color is #6EF9E0.


Border color

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

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

This div border color is #6EF9E0.


Opacity

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

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

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

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

This text has shadow with #6EF9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF9E0 on black background.


Color preview on white background

This text has color #6EF9E0 on white background.



Black color preview on #6EF9E0 background

This text has black color on #6EF9E0 background.


White color preview on #6EF9E0 background

This text has white color on #6EF9E0 background.