COLOR #6FE9BA

HEX: #6FE9BA
RGB: (111,233,186)

Color info

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

RGB color model

#6FE9BA color RGB value is (111,233,186).

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

RGB channels and saturation

R 111 of 255 = 44%
G 233 of 255 = 91%
B 186 of 255 = 73%

111
233
186

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

Portions of RGB colors in percentages

R + G + B =
111 + 233 + 186 = 530 (100%)
R 111 of 530 ~ 20.94%
G 233 of 530 ~ 43.96%
B 186 of 530 ~ 35.09%

%20.94
%43.96
%35.09

CMYK color model

#6FE9BA color CMYK value is (52,0,20,9).

  • cyan value is 52.36%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(52,0,20,9)
C52M0Y20K9 
(52%,0%,20%,9%)
(0.52/0.00/0.20/0.09)	

CMYK percentages

%52.36
%0
%20.17
%8.63

Codes

Color #6FE9BA in popluar color models

6FE9BA
RGB111233186
HSL157°73.49%67.45%
HSB/HSV157°52.36%91.37%
CMYK52.36%0.00%20.17%
8.63%

Color #6FE9BA in popluar number systems.

HEX6FE9BA
Decimal111233186
Binary11011111110100110111010
Octal157351272

Shades and tints

Shades of #6FE9BA

#6FE9BA
(111,233,186)
#65D4AA
(101,212,170)
#5BBF9A
(91,191,154)
#51AA8A
(81,170,138)
#47957A
(71,149,122)
#3D806A
(61,128,106)
#336B5A
(51,107,90)
#29564A
(41,86,74)
#1F413A
(31,65,58)
#152C2A
(21,44,42)
#0B171A
(11,23,26)
#000000
(0,0,0)

Tints of #6FE9BA

#6FE9BA
(111,233,186)
#7CEBC0
(124,235,192)
#89EDC6
(137,237,198)
#96EFCC
(150,239,204)
#A3F1D2
(163,241,210)
#B0F3D8
(176,243,216)
#BDF5DE
(189,245,222)
#CAF7E4
(202,247,228)
#D7F9EA
(215,249,234)
#E4FBF0
(228,251,240)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FE9BA; }

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

This text font color is #6FE9BA.


Background Color

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

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

This div background color is #6FE9BA.


Border color

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

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

This div border color is #6FE9BA.


Opacity

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

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

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

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

This text has shadow with #6FE9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE9BA on black background.


Color preview on white background

This text has color #6FE9BA on white background.



Black color preview on #6FE9BA background

This text has black color on #6FE9BA background.


White color preview on #6FE9BA background

This text has white color on #6FE9BA background.