COLOR #6EFAD4

HEX: #6EFAD4
RGB: (110,250,212)

Color info

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

RGB color model

#6EFAD4 color RGB value is (110,250,212).

  • red value is 110;
  • green value is 250;
  • blue value is 212.
RGB:
(110,250,212)
(43%,98%,83%)

RGB channels and saturation

R 110 of 255 = 43%
G 250 of 255 = 98%
B 212 of 255 = 83%

110
250
212

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

Portions of RGB colors in percentages

R + G + B =
110 + 250 + 212 = 572 (100%)
R 110 of 572 ~ 19.23%
G 250 of 572 ~ 43.71%
B 212 of 572 ~ 37.06%

%19.23
%43.71
%37.06

CMYK color model

#6EFAD4 color CMYK value is (56,0,15,2).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 1.96%
CMYK:
(56,0,15,2)
C56M0Y15K2 
(56%,0%,15%,2%)
(0.56/0.00/0.15/0.02)	

CMYK percentages

%56
%0
%15.2
%1.96

Codes

Color #6EFAD4 in popluar color models

6EFAD4
RGB110250212
HSL164°93.33%70.59%
HSB/HSV164°56.00%98.04%
CMYK56.00%0.00%15.20%
1.96%

Color #6EFAD4 in popluar number systems.

HEX6EFAD4
Decimal110250212
Binary11011101111101011010100
Octal156372324

Shades and tints

Shades of #6EFAD4

#6EFAD4
(110,250,212)
#64E4C1
(100,228,193)
#5ACEAE
(90,206,174)
#50B89B
(80,184,155)
#46A288
(70,162,136)
#3C8C75
(60,140,117)
#327662
(50,118,98)
#28604F
(40,96,79)
#1E4A3C
(30,74,60)
#143429
(20,52,41)
#0A1E16
(10,30,22)
#000000
(0,0,0)

Tints of #6EFAD4

#6EFAD4
(110,250,212)
#7BFAD7
(123,250,215)
#88FADA
(136,250,218)
#95FADD
(149,250,221)
#A2FAE0
(162,250,224)
#AFFAE3
(175,250,227)
#BCFAE6
(188,250,230)
#C9FAE9
(201,250,233)
#D6FAEC
(214,250,236)
#E3FAEF
(227,250,239)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFAD4 color. Also use rgb(110,250,212) instead hex code.

Text Font Color

.myTextColor { color: #6EFAD4; }

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

This text font color is #6EFAD4.


Background Color

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

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

This div background color is #6EFAD4.


Border color

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

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

This div border color is #6EFAD4.


Opacity

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

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

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

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

This text has shadow with #6EFAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EFAD4 on black background.


Color preview on white background

This text has color #6EFAD4 on white background.



Black color preview on #6EFAD4 background

This text has black color on #6EFAD4 background.


White color preview on #6EFAD4 background

This text has white color on #6EFAD4 background.