COLOR #68B29F

HEX: #68B29F
RGB: (104,178,159)

Color info

#68B29F contains mainly green and blue colors. Web safe color of #68B29F is #669999 (or #699).

RGB color model

#68B29F color RGB value is (104,178,159).

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

RGB channels and saturation

R 104 of 255 = 41%
G 178 of 255 = 70%
B 159 of 255 = 62%

104
178
159

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

Portions of RGB colors in percentages

R + G + B =
104 + 178 + 159 = 441 (100%)
R 104 of 441 ~ 23.58%
G 178 of 441 ~ 40.36%
B 159 of 441 ~ 36.05%

%23.58
%40.36
%36.05

CMYK color model

#68B29F color CMYK value is (42,0,11,30).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(42,0,11,30)
C42M0Y11K30 
(42%,0%,11%,30%)
(0.42/0.00/0.11/0.30)	

CMYK percentages

%41.57
%0
%10.67
%30.2

Codes

Color #68B29F in popluar color models

68B29F
RGB104178159
HSL165°32.46%55.29%
HSB/HSV165°41.57%69.80%
CMYK41.57%0.00%10.67%
30.20%

Color #68B29F in popluar number systems.

HEX68B29F
Decimal104178159
Binary11010001011001010011111
Octal150262237

Shades and tints

Shades of #68B29F

#68B29F
(104,178,159)
#5FA291
(95,162,145)
#569283
(86,146,131)
#4D8275
(77,130,117)
#447267
(68,114,103)
#3B6259
(59,98,89)
#32524B
(50,82,75)
#29423D
(41,66,61)
#20322F
(32,50,47)
#172221
(23,34,33)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68B29F

#68B29F
(104,178,159)
#75B9A7
(117,185,167)
#82C0AF
(130,192,175)
#8FC7B7
(143,199,183)
#9CCEBF
(156,206,191)
#A9D5C7
(169,213,199)
#B6DCCF
(182,220,207)
#C3E3D7
(195,227,215)
#D0EADF
(208,234,223)
#DDF1E7
(221,241,231)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B29F; }

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

This text font color is #68B29F.


Background Color

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

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

This div background color is #68B29F.


Border color

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

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

This div border color is #68B29F.


Opacity

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

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

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

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

This text has shadow with #68B29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B29F on black background.


Color preview on white background

This text has color #68B29F on white background.



Black color preview on #68B29F background

This text has black color on #68B29F background.


White color preview on #68B29F background

This text has white color on #68B29F background.