COLOR #68C69F

HEX: #68C69F
RGB: (104,198,159)

Color info

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

RGB color model

#68C69F color RGB value is (104,198,159).

  • red value is 104;
  • green value is 198;
  • blue value is 159.
RGB:
(104,198,159)
(41%,78%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 198 of 255 = 78%
B 159 of 255 = 62%

104
198
159

R + G + B ~ 60%. #68C69F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 198 + 159 = 461 (100%)
R 104 of 461 ~ 22.56%
G 198 of 461 ~ 42.95%
B 159 of 461 ~ 34.49%

%22.56
%42.95
%34.49

CMYK color model

#68C69F color CMYK value is (47,0,20,22).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK:
(47,0,20,22)
C47M0Y20K22 
(47%,0%,20%,22%)
(0.47/0.00/0.20/0.22)	

CMYK percentages

%47.47
%0
%19.7
%22.35

Codes

Color #68C69F in popluar color models

68C69F
RGB104198159
HSL155°45.19%59.22%
HSB/HSV155°47.47%77.65%
CMYK47.47%0.00%19.70%
22.35%

Color #68C69F in popluar number systems.

HEX68C69F
Decimal104198159
Binary11010001100011010011111
Octal150306237

Shades and tints

Shades of #68C69F

#68C69F
(104,198,159)
#5FB491
(95,180,145)
#56A283
(86,162,131)
#4D9075
(77,144,117)
#447E67
(68,126,103)
#3B6C59
(59,108,89)
#325A4B
(50,90,75)
#29483D
(41,72,61)
#20362F
(32,54,47)
#172421
(23,36,33)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68C69F

#68C69F
(104,198,159)
#75CBA7
(117,203,167)
#82D0AF
(130,208,175)
#8FD5B7
(143,213,183)
#9CDABF
(156,218,191)
#A9DFC7
(169,223,199)
#B6E4CF
(182,228,207)
#C3E9D7
(195,233,215)
#D0EEDF
(208,238,223)
#DDF3E7
(221,243,231)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C69F color. Also use rgb(104,198,159) instead hex code.

Text Font Color

.myTextColor { color: #68C69F; }

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

This text font color is #68C69F.


Background Color

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

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

This div background color is #68C69F.


Border color

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

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

This div border color is #68C69F.


Opacity

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

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

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

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

This text has shadow with #68C69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C69F on black background.


Color preview on white background

This text has color #68C69F on white background.



Black color preview on #68C69F background

This text has black color on #68C69F background.


White color preview on #68C69F background

This text has white color on #68C69F background.