COLOR #68B194

HEX: #68B194
RGB: (104,177,148)

Color info

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

RGB color model

#68B194 color RGB value is (104,177,148).

  • red value is 104;
  • green value is 177;
  • blue value is 148.
RGB:
(104,177,148)
(41%,69%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 177 of 255 = 69%
B 148 of 255 = 58%

104
177
148

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

Portions of RGB colors in percentages

R + G + B =
104 + 177 + 148 = 429 (100%)
R 104 of 429 ~ 24.24%
G 177 of 429 ~ 41.26%
B 148 of 429 ~ 34.5%

%24.24
%41.26
%34.5

CMYK color model

#68B194 color CMYK value is (41,0,16,31).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(41,0,16,31)
C41M0Y16K31 
(41%,0%,16%,31%)
(0.41/0.00/0.16/0.31)	

CMYK percentages

%41.24
%0
%16.38
%30.59

Codes

Color #68B194 in popluar color models

68B194
RGB104177148
HSL156°31.88%55.10%
HSB/HSV156°41.24%69.41%
CMYK41.24%0.00%16.38%
30.59%

Color #68B194 in popluar number systems.

HEX68B194
Decimal104177148
Binary11010001011000110010100
Octal150261224

Shades and tints

Shades of #68B194

#68B194
(104,177,148)
#5FA187
(95,161,135)
#56917A
(86,145,122)
#4D816D
(77,129,109)
#447160
(68,113,96)
#3B6153
(59,97,83)
#325146
(50,81,70)
#294139
(41,65,57)
#20312C
(32,49,44)
#17211F
(23,33,31)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #68B194

#68B194
(104,177,148)
#75B89D
(117,184,157)
#82BFA6
(130,191,166)
#8FC6AF
(143,198,175)
#9CCDB8
(156,205,184)
#A9D4C1
(169,212,193)
#B6DBCA
(182,219,202)
#C3E2D3
(195,226,211)
#D0E9DC
(208,233,220)
#DDF0E5
(221,240,229)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B194 color. Also use rgb(104,177,148) instead hex code.

Text Font Color

.myTextColor { color: #68B194; }

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

This text font color is #68B194.


Background Color

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

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

This div background color is #68B194.


Border color

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

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

This div border color is #68B194.


Opacity

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

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

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

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

This text has shadow with #68B194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B194 on black background.


Color preview on white background

This text has color #68B194 on white background.



Black color preview on #68B194 background

This text has black color on #68B194 background.


White color preview on #68B194 background

This text has white color on #68B194 background.