COLOR #6FE6DA

HEX: #6FE6DA
RGB: (111,230,218)

Color info

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

RGB color model

#6FE6DA color RGB value is (111,230,218).

  • red value is 111;
  • green value is 230;
  • blue value is 218.
RGB:
(111,230,218)
(44%,90%,85%)

RGB channels and saturation

R 111 of 255 = 44%
G 230 of 255 = 90%
B 218 of 255 = 85%

111
230
218

R + G + B ~ 73%. #6FE6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 230 + 218 = 559 (100%)
R 111 of 559 ~ 19.86%
G 230 of 559 ~ 41.14%
B 218 of 559 ~ 39%

%19.86
%41.14
%39

CMYK color model

#6FE6DA color CMYK value is (52,0,5,10).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(52,0,5,10)
C52M0Y5K10 
(52%,0%,5%,10%)
(0.52/0.00/0.05/0.10)	

CMYK percentages

%51.74
%0
%5.22
%9.8

Codes

Color #6FE6DA in popluar color models

6FE6DA
RGB111230218
HSL174°70.41%66.86%
HSB/HSV174°51.74%90.20%
CMYK51.74%0.00%5.22%
9.80%

Color #6FE6DA in popluar number systems.

HEX6FE6DA
Decimal111230218
Binary11011111110011011011010
Octal157346332

Shades and tints

Shades of #6FE6DA

#6FE6DA
(111,230,218)
#65D2C7
(101,210,199)
#5BBEB4
(91,190,180)
#51AAA1
(81,170,161)
#47968E
(71,150,142)
#3D827B
(61,130,123)
#336E68
(51,110,104)
#295A55
(41,90,85)
#1F4642
(31,70,66)
#15322F
(21,50,47)
#0B1E1C
(11,30,28)
#000000
(0,0,0)

Tints of #6FE6DA

#6FE6DA
(111,230,218)
#7CE8DD
(124,232,221)
#89EAE0
(137,234,224)
#96ECE3
(150,236,227)
#A3EEE6
(163,238,230)
#B0F0E9
(176,240,233)
#BDF2EC
(189,242,236)
#CAF4EF
(202,244,239)
#D7F6F2
(215,246,242)
#E4F8F5
(228,248,245)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE6DA color. Also use rgb(111,230,218) instead hex code.

Text Font Color

.myTextColor { color: #6FE6DA; }

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

This text font color is #6FE6DA.


Background Color

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

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

This div background color is #6FE6DA.


Border color

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

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

This div border color is #6FE6DA.


Opacity

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

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

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

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

This text has shadow with #6FE6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE6DA on black background.


Color preview on white background

This text has color #6FE6DA on white background.



Black color preview on #6FE6DA background

This text has black color on #6FE6DA background.


White color preview on #6FE6DA background

This text has white color on #6FE6DA background.