COLOR #68B39E

HEX: #68B39E RGB: (104,179,158)

Color info

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

RGB color model

#68B39E color RGB value is (104,179,158).

RGB: (104,179,158) (41%, 70%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 179 of 255 = 70%
B 158 of 255 = 62%

104
179
158

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

Portions of RGB colors in percentages

R + G + B = 104 + 179 + 158 = 441 (100%)
R 104 of 441 ~ 23.58%
G 179 of 441 ~ 40.59%
B 158 of 441 ~ 35.83'%

%23.58
%40.59
%35.83

CMYK color model

#68B39E color CMYK value is (42,0,12,30).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%

CMYK: (42,0,12,30)
C42M0Y12K30 (42%, 0%, 12%, 30%)
(0.42 / 0.00 / 0.12 / 0.30)

CMYK percentages

%41.9
%0
%11.73
%29.8

Codes

Color #68B39E in popluar color models

68 B3 9E
RGB 104 179 158
HSL 163° 33.04% 55.49%
HSB/HSV 163° 41.90% 70.20%
CMYK 41.90% 0.00% 11.73%
29.80%

Color #68B39E in popluar number systems.

HEX 68 B3 9E
Decimal 104 179 158
Binary 1101000 10110011 10011110
Octal 150 263 236

Shades and tints

Shades of #68B39E

#68B39E
(104,179,158)
#5FA390
(95,163,144)
#569382
(86,147,130)
#4D8374
(77,131,116)
#447366
(68,115,102)
#3B6358
(59,99,88)
#32534A
(50,83,74)
#29433C
(41,67,60)
#20332E
(32,51,46)
#172320
(23,35,32)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #68B39E

#68B39E
(104,179,158)
#75B9A6
(117,185,166)
#82BFAE
(130,191,174)
#8FC5B6
(143,197,182)
#9CCBBE
(156,203,190)
#A9D1C6
(169,209,198)
#B6D7CE
(182,215,206)
#C3DDD6
(195,221,214)
#D0E3DE
(208,227,222)
#DDE9E6
(221,233,230)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B39E color. Also use rgb(104,179,158) instead hex code.

Text Font Color

.myTextColor { color: #68B39E; }

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

This text font color is #68B39E.

Background Color

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

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

This div background color is #68B39E.

Border color

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

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

This div border color is #68B39E.

Opacity

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

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

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

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

This text has shadow with #68B39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B39E.

Preview

Color preview on black background

This text has color #68B39E on black background.


Color preview on white background

This text has color #68B39E on white background.


Black color preview on #68B39E background

This text has black color on #68B39E background.


White color preview on #68B39E background

This text has white color on #68B39E background.


Related colors

Complementary color

Complementary color for #hex is #974C61.


I love getcolorcode.com

Triadic colors

1 #9E68B3 and #B39E68 with #68B39E are triadic colors.

2 #9EB368 and #B3689E with #68B39E are triadic colors.