COLOR #68C2BA

HEX: #68C2BA
RGB: (104,194,186)

Color info

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

RGB color model

#68C2BA color RGB value is (104,194,186).

  • red value is 104;
  • green value is 194;
  • blue value is 186.
RGB:
(104,194,186)
(41%,76%,73%)

RGB channels and saturation

R 104 of 255 = 41%
G 194 of 255 = 76%
B 186 of 255 = 73%

104
194
186

R + G + B ~ 63%. #68C2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 194 + 186 = 484 (100%)
R 104 of 484 ~ 21.49%
G 194 of 484 ~ 40.08%
B 186 of 484 ~ 38.43%

%21.49
%40.08
%38.43

CMYK color model

#68C2BA color CMYK value is (46,0,4,24).

  • cyan value is 46.39%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(46,0,4,24)
C46M0Y4K24 
(46%,0%,4%,24%)
(0.46/0.00/0.04/0.24)	

CMYK percentages

%46.39
%0
%4.12
%23.92

Codes

Color #68C2BA in popluar color models

68C2BA
RGB104194186
HSL175°42.45%58.43%
HSB/HSV175°46.39%76.08%
CMYK46.39%0.00%4.12%
23.92%

Color #68C2BA in popluar number systems.

HEX68C2BA
Decimal104194186
Binary11010001100001010111010
Octal150302272

Shades and tints

Shades of #68C2BA

#68C2BA
(104,194,186)
#5FB1AA
(95,177,170)
#56A09A
(86,160,154)
#4D8F8A
(77,143,138)
#447E7A
(68,126,122)
#3B6D6A
(59,109,106)
#325C5A
(50,92,90)
#294B4A
(41,75,74)
#203A3A
(32,58,58)
#17292A
(23,41,42)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #68C2BA

#68C2BA
(104,194,186)
#75C7C0
(117,199,192)
#82CCC6
(130,204,198)
#8FD1CC
(143,209,204)
#9CD6D2
(156,214,210)
#A9DBD8
(169,219,216)
#B6E0DE
(182,224,222)
#C3E5E4
(195,229,228)
#D0EAEA
(208,234,234)
#DDEFF0
(221,239,240)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C2BA color. Also use rgb(104,194,186) instead hex code.

Text Font Color

.myTextColor { color: #68C2BA; }

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

This text font color is #68C2BA.


Background Color

.myBgColor { background-color: #68C2BA; }

<div style="background-color:#68C2BA">Inner text</div>

This div background color is #68C2BA.


Border color

.myBorderColor { border: 1px solid #68C2BA; }

<div style="border:3px solid #68C2BA">Div</div>

This div border color is #68C2BA.


Opacity

.myOpacity80 { color: #68C2BA; opacity: 0.8; }

<p style="color:#68C2BA;opacity:0.8;">80%</p>

Text with #68C2BA 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 #68C2BA;}

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

This text has shadow with #68C2BA color.

.textShadow {text-shadow: 3px 3px 1px #68C2BA, 3px 3px 1px red;}

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

This text has shadow with #68C2BA primary color and red secondary color.


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

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

This text has shadow with #68C2BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C2BA on black background.


Color preview on white background

This text has color #68C2BA on white background.



Black color preview on #68C2BA background

This text has black color on #68C2BA background.


White color preview on #68C2BA background

This text has white color on #68C2BA background.