COLOR #68D1B2

HEX: #68D1B2
RGB: (104,209,178)

Color info

#68D1B2 contains mainly green and blue colors. Web safe color of #68D1B2 is #66CC99 (or #6C9).

RGB color model

#68D1B2 color RGB value is (104,209,178).

  • red value is 104;
  • green value is 209;
  • blue value is 178.
RGB:
(104,209,178)
(41%,82%,70%)

RGB channels and saturation

R 104 of 255 = 41%
G 209 of 255 = 82%
B 178 of 255 = 70%

104
209
178

R + G + B ~ 64%. #68D1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 209 + 178 = 491 (100%)
R 104 of 491 ~ 21.18%
G 209 of 491 ~ 42.57%
B 178 of 491 ~ 36.25%

%21.18
%42.57
%36.25

CMYK color model

#68D1B2 color CMYK value is (50,0,15,18).

  • cyan value is 50.24%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(50,0,15,18)
C50M0Y15K18 
(50%,0%,15%,18%)
(0.50/0.00/0.15/0.18)	

CMYK percentages

%50.24
%0
%14.83
%18.04

Codes

Color #68D1B2 in popluar color models

68D1B2
RGB104209178
HSL162°53.30%61.37%
HSB/HSV162°50.24%81.96%
CMYK50.24%0.00%14.83%
18.04%

Color #68D1B2 in popluar number systems.

HEX68D1B2
Decimal104209178
Binary11010001101000110110010
Octal150321262

Shades and tints

Shades of #68D1B2

#68D1B2
(104,209,178)
#5FBEA2
(95,190,162)
#56AB92
(86,171,146)
#4D9882
(77,152,130)
#448572
(68,133,114)
#3B7262
(59,114,98)
#325F52
(50,95,82)
#294C42
(41,76,66)
#203932
(32,57,50)
#172622
(23,38,34)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #68D1B2

#68D1B2
(104,209,178)
#75D5B9
(117,213,185)
#82D9C0
(130,217,192)
#8FDDC7
(143,221,199)
#9CE1CE
(156,225,206)
#A9E5D5
(169,229,213)
#B6E9DC
(182,233,220)
#C3EDE3
(195,237,227)
#D0F1EA
(208,241,234)
#DDF5F1
(221,245,241)
#EAF9F8
(234,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D1B2 color. Also use rgb(104,209,178) instead hex code.

Text Font Color

.myTextColor { color: #68D1B2; }

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

This text font color is #68D1B2.


Background Color

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

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

This div background color is #68D1B2.


Border color

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

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

This div border color is #68D1B2.


Opacity

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

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

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

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

This text has shadow with #68D1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D1B2 on black background.


Color preview on white background

This text has color #68D1B2 on white background.



Black color preview on #68D1B2 background

This text has black color on #68D1B2 background.


White color preview on #68D1B2 background

This text has white color on #68D1B2 background.