COLOR #68D6A2

HEX: #68D6A2
RGB: (104,214,162)

Color info

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

RGB color model

#68D6A2 color RGB value is (104,214,162).

  • red value is 104;
  • green value is 214;
  • blue value is 162.
RGB:
(104,214,162)
(41%,84%,64%)

RGB channels and saturation

R 104 of 255 = 41%
G 214 of 255 = 84%
B 162 of 255 = 64%

104
214
162

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

Portions of RGB colors in percentages

R + G + B =
104 + 214 + 162 = 480 (100%)
R 104 of 480 ~ 21.67%
G 214 of 480 ~ 44.58%
B 162 of 480 ~ 33.75%

%21.67
%44.58
%33.75

CMYK color model

#68D6A2 color CMYK value is (51,0,24,16).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(51,0,24,16)
C51M0Y24K16 
(51%,0%,24%,16%)
(0.51/0.00/0.24/0.16)	

CMYK percentages

%51.4
%0
%24.3
%16.08

Codes

Color #68D6A2 in popluar color models

68D6A2
RGB104214162
HSL152°57.29%62.35%
HSB/HSV152°51.40%83.92%
CMYK51.40%0.00%24.30%
16.08%

Color #68D6A2 in popluar number systems.

HEX68D6A2
Decimal104214162
Binary11010001101011010100010
Octal150326242

Shades and tints

Shades of #68D6A2

#68D6A2
(104,214,162)
#5FC394
(95,195,148)
#56B086
(86,176,134)
#4D9D78
(77,157,120)
#448A6A
(68,138,106)
#3B775C
(59,119,92)
#32644E
(50,100,78)
#295140
(41,81,64)
#203E32
(32,62,50)
#172B24
(23,43,36)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #68D6A2

#68D6A2
(104,214,162)
#75D9AA
(117,217,170)
#82DCB2
(130,220,178)
#8FDFBA
(143,223,186)
#9CE2C2
(156,226,194)
#A9E5CA
(169,229,202)
#B6E8D2
(182,232,210)
#C3EBDA
(195,235,218)
#D0EEE2
(208,238,226)
#DDF1EA
(221,241,234)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D6A2 color. Also use rgb(104,214,162) instead hex code.

Text Font Color

.myTextColor { color: #68D6A2; }

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

This text font color is #68D6A2.


Background Color

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

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

This div background color is #68D6A2.


Border color

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

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

This div border color is #68D6A2.


Opacity

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

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

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

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

This text has shadow with #68D6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D6A2 on black background.


Color preview on white background

This text has color #68D6A2 on white background.



Black color preview on #68D6A2 background

This text has black color on #68D6A2 background.


White color preview on #68D6A2 background

This text has white color on #68D6A2 background.