COLOR #68A991

HEX: #68A991
RGB: (104,169,145)

Color info

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

RGB color model

#68A991 color RGB value is (104,169,145).

  • red value is 104;
  • green value is 169;
  • blue value is 145.
RGB:
(104,169,145)
(41%,66%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 145 of 255 = 57%

104
169
145

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 145 = 418 (100%)
R 104 of 418 ~ 24.88%
G 169 of 418 ~ 40.43%
B 145 of 418 ~ 34.69%

%24.88
%40.43
%34.69

CMYK color model

#68A991 color CMYK value is (38,0,14,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(38,0,14,34)
C38M0Y14K34 
(38%,0%,14%,34%)
(0.38/0.00/0.14/0.34)	

CMYK percentages

%38.46
%0
%14.2
%33.73

Codes

Color #68A991 in popluar color models

68A991
RGB104169145
HSL158°27.43%53.53%
HSB/HSV158°38.46%66.27%
CMYK38.46%0.00%14.20%
33.73%

Color #68A991 in popluar number systems.

HEX68A991
Decimal104169145
Binary11010001010100110010001
Octal150251221

Shades and tints

Shades of #68A991

#68A991
(104,169,145)
#5F9A84
(95,154,132)
#568B77
(86,139,119)
#4D7C6A
(77,124,106)
#446D5D
(68,109,93)
#3B5E50
(59,94,80)
#324F43
(50,79,67)
#294036
(41,64,54)
#203129
(32,49,41)
#17221C
(23,34,28)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #68A991

#68A991
(104,169,145)
#75B09B
(117,176,155)
#82B7A5
(130,183,165)
#8FBEAF
(143,190,175)
#9CC5B9
(156,197,185)
#A9CCC3
(169,204,195)
#B6D3CD
(182,211,205)
#C3DAD7
(195,218,215)
#D0E1E1
(208,225,225)
#DDE8EB
(221,232,235)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A991 color. Also use rgb(104,169,145) instead hex code.

Text Font Color

.myTextColor { color: #68A991; }

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

This text font color is #68A991.


Background Color

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

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

This div background color is #68A991.


Border color

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

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

This div border color is #68A991.


Opacity

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

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

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

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

This text has shadow with #68A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A991 on black background.


Color preview on white background

This text has color #68A991 on white background.



Black color preview on #68A991 background

This text has black color on #68A991 background.


White color preview on #68A991 background

This text has white color on #68A991 background.