COLOR #6BE1BA

HEX: #6BE1BA
RGB: (107,225,186)

Color info

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

RGB color model

#6BE1BA color RGB value is (107,225,186).

  • red value is 107;
  • green value is 225;
  • blue value is 186.
RGB:
(107,225,186)
(42%,88%,73%)

RGB channels and saturation

R 107 of 255 = 42%
G 225 of 255 = 88%
B 186 of 255 = 73%

107
225
186

R + G + B ~ 68%. #6BE1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 225 + 186 = 518 (100%)
R 107 of 518 ~ 20.66%
G 225 of 518 ~ 43.44%
B 186 of 518 ~ 35.91%

%20.66
%43.44
%35.91

CMYK color model

#6BE1BA color CMYK value is (52,0,17,12).

  • cyan value is 52.44%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(52,0,17,12)
C52M0Y17K12 
(52%,0%,17%,12%)
(0.52/0.00/0.17/0.12)	

CMYK percentages

%52.44
%0
%17.33
%11.76

Codes

Color #6BE1BA in popluar color models

6BE1BA
RGB107225186
HSL160°66.29%65.10%
HSB/HSV160°52.44%88.24%
CMYK52.44%0.00%17.33%
11.76%

Color #6BE1BA in popluar number systems.

HEX6BE1BA
Decimal107225186
Binary11010111110000110111010
Octal153341272

Shades and tints

Shades of #6BE1BA

#6BE1BA
(107,225,186)
#62CDAA
(98,205,170)
#59B99A
(89,185,154)
#50A58A
(80,165,138)
#47917A
(71,145,122)
#3E7D6A
(62,125,106)
#35695A
(53,105,90)
#2C554A
(44,85,74)
#23413A
(35,65,58)
#1A2D2A
(26,45,42)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #6BE1BA

#6BE1BA
(107,225,186)
#78E3C0
(120,227,192)
#85E5C6
(133,229,198)
#92E7CC
(146,231,204)
#9FE9D2
(159,233,210)
#ACEBD8
(172,235,216)
#B9EDDE
(185,237,222)
#C6EFE4
(198,239,228)
#D3F1EA
(211,241,234)
#E0F3F0
(224,243,240)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE1BA color. Also use rgb(107,225,186) instead hex code.

Text Font Color

.myTextColor { color: #6BE1BA; }

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

This text font color is #6BE1BA.


Background Color

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

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

This div background color is #6BE1BA.


Border color

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

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

This div border color is #6BE1BA.


Opacity

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

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

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

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

This text has shadow with #6BE1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE1BA on black background.


Color preview on white background

This text has color #6BE1BA on white background.



Black color preview on #6BE1BA background

This text has black color on #6BE1BA background.


White color preview on #6BE1BA background

This text has white color on #6BE1BA background.