COLOR #68A39B

HEX: #68A39B
RGB: (104,163,155)

Color info

#68A39B contains red, green and blue colors in about the same proportion. Web safe color of #68A39B is #669999 (or #699).

RGB color model

#68A39B color RGB value is (104,163,155).

  • red value is 104;
  • green value is 163;
  • blue value is 155.
RGB:
(104,163,155)
(41%,64%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 163 of 255 = 64%
B 155 of 255 = 61%

104
163
155

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

Portions of RGB colors in percentages

R + G + B =
104 + 163 + 155 = 422 (100%)
R 104 of 422 ~ 24.64%
G 163 of 422 ~ 38.63%
B 155 of 422 ~ 36.73%

%24.64
%38.63
%36.73

CMYK color model

#68A39B color CMYK value is (36,0,5,36).

  • cyan value is 36.20%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(36,0,5,36)
C36M0Y5K36 
(36%,0%,5%,36%)
(0.36/0.00/0.05/0.36)	

CMYK percentages

%36.2
%0
%4.91
%36.08

Codes

Color #68A39B in popluar color models

68A39B
RGB104163155
HSL172°24.28%52.35%
HSB/HSV172°36.20%63.92%
CMYK36.20%0.00%4.91%
36.08%

Color #68A39B in popluar number systems.

HEX68A39B
Decimal104163155
Binary11010001010001110011011
Octal150243233

Shades and tints

Shades of #68A39B

#68A39B
(104,163,155)
#5F958D
(95,149,141)
#56877F
(86,135,127)
#4D7971
(77,121,113)
#446B63
(68,107,99)
#3B5D55
(59,93,85)
#324F47
(50,79,71)
#294139
(41,65,57)
#20332B
(32,51,43)
#17251D
(23,37,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #68A39B

#68A39B
(104,163,155)
#75ABA4
(117,171,164)
#82B3AD
(130,179,173)
#8FBBB6
(143,187,182)
#9CC3BF
(156,195,191)
#A9CBC8
(169,203,200)
#B6D3D1
(182,211,209)
#C3DBDA
(195,219,218)
#D0E3E3
(208,227,227)
#DDEBEC
(221,235,236)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A39B color. Also use rgb(104,163,155) instead hex code.

Text Font Color

.myTextColor { color: #68A39B; }

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

This text font color is #68A39B.


Background Color

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

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

This div background color is #68A39B.


Border color

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

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

This div border color is #68A39B.


Opacity

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

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

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

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

This text has shadow with #68A39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A39B on black background.


Color preview on white background

This text has color #68A39B on white background.



Black color preview on #68A39B background

This text has black color on #68A39B background.


White color preview on #68A39B background

This text has white color on #68A39B background.