COLOR #6FE6BA

HEX: #6FE6BA
RGB: (111,230,186)

Color info

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

RGB color model

#6FE6BA color RGB value is (111,230,186).

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

RGB channels and saturation

R 111 of 255 = 44%
G 230 of 255 = 90%
B 186 of 255 = 73%

111
230
186

R + G + B ~ 69%. #6FE6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 230 + 186 = 527 (100%)
R 111 of 527 ~ 21.06%
G 230 of 527 ~ 43.64%
B 186 of 527 ~ 35.29%

%21.06
%43.64
%35.29

CMYK color model

#6FE6BA color CMYK value is (52,0,19,10).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 9.80%
CMYK:
(52,0,19,10)
C52M0Y19K10 
(52%,0%,19%,10%)
(0.52/0.00/0.19/0.10)	

CMYK percentages

%51.74
%0
%19.13
%9.8

Codes

Color #6FE6BA in popluar color models

6FE6BA
RGB111230186
HSL158°70.41%66.86%
HSB/HSV158°51.74%90.20%
CMYK51.74%0.00%19.13%
9.80%

Color #6FE6BA in popluar number systems.

HEX6FE6BA
Decimal111230186
Binary11011111110011010111010
Octal157346272

Shades and tints

Shades of #6FE6BA

#6FE6BA
(111,230,186)
#65D2AA
(101,210,170)
#5BBE9A
(91,190,154)
#51AA8A
(81,170,138)
#47967A
(71,150,122)
#3D826A
(61,130,106)
#336E5A
(51,110,90)
#295A4A
(41,90,74)
#1F463A
(31,70,58)
#15322A
(21,50,42)
#0B1E1A
(11,30,26)
#000000
(0,0,0)

Tints of #6FE6BA

#6FE6BA
(111,230,186)
#7CE8C0
(124,232,192)
#89EAC6
(137,234,198)
#96ECCC
(150,236,204)
#A3EED2
(163,238,210)
#B0F0D8
(176,240,216)
#BDF2DE
(189,242,222)
#CAF4E4
(202,244,228)
#D7F6EA
(215,246,234)
#E4F8F0
(228,248,240)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FE6BA; }

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

This text font color is #6FE6BA.


Background Color

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

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

This div background color is #6FE6BA.


Border color

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

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

This div border color is #6FE6BA.


Opacity

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

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

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

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

This text has shadow with #6FE6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE6BA on black background.


Color preview on white background

This text has color #6FE6BA on white background.



Black color preview on #6FE6BA background

This text has black color on #6FE6BA background.


White color preview on #6FE6BA background

This text has white color on #6FE6BA background.