COLOR #68AC93

HEX: #68AC93
RGB: (104,172,147)

Color info

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

RGB color model

#68AC93 color RGB value is (104,172,147).

  • red value is 104;
  • green value is 172;
  • blue value is 147.
RGB:
(104,172,147)
(41%,67%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 172 of 255 = 67%
B 147 of 255 = 58%

104
172
147

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

Portions of RGB colors in percentages

R + G + B =
104 + 172 + 147 = 423 (100%)
R 104 of 423 ~ 24.59%
G 172 of 423 ~ 40.66%
B 147 of 423 ~ 34.75%

%24.59
%40.66
%34.75

CMYK color model

#68AC93 color CMYK value is (40,0,15,33).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(40,0,15,33)
C40M0Y15K33 
(40%,0%,15%,33%)
(0.40/0.00/0.15/0.33)	

CMYK percentages

%39.53
%0
%14.53
%32.55

Codes

Color #68AC93 in popluar color models

68AC93
RGB104172147
HSL158°29.06%54.12%
HSB/HSV158°39.53%67.45%
CMYK39.53%0.00%14.53%
32.55%

Color #68AC93 in popluar number systems.

HEX68AC93
Decimal104172147
Binary11010001010110010010011
Octal150254223

Shades and tints

Shades of #68AC93

#68AC93
(104,172,147)
#5F9D86
(95,157,134)
#568E79
(86,142,121)
#4D7F6C
(77,127,108)
#44705F
(68,112,95)
#3B6152
(59,97,82)
#325245
(50,82,69)
#294338
(41,67,56)
#20342B
(32,52,43)
#17251E
(23,37,30)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #68AC93

#68AC93
(104,172,147)
#75B39C
(117,179,156)
#82BAA5
(130,186,165)
#8FC1AE
(143,193,174)
#9CC8B7
(156,200,183)
#A9CFC0
(169,207,192)
#B6D6C9
(182,214,201)
#C3DDD2
(195,221,210)
#D0E4DB
(208,228,219)
#DDEBE4
(221,235,228)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AC93 color. Also use rgb(104,172,147) instead hex code.

Text Font Color

.myTextColor { color: #68AC93; }

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

This text font color is #68AC93.


Background Color

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

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

This div background color is #68AC93.


Border color

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

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

This div border color is #68AC93.


Opacity

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

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

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

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

This text has shadow with #68AC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AC93 on black background.


Color preview on white background

This text has color #68AC93 on white background.



Black color preview on #68AC93 background

This text has black color on #68AC93 background.


White color preview on #68AC93 background

This text has white color on #68AC93 background.