COLOR #68A196

HEX: #68A196
RGB: (104,161,150)

Color info

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

RGB color model

#68A196 color RGB value is (104,161,150).

  • red value is 104;
  • green value is 161;
  • blue value is 150.
RGB:
(104,161,150)
(41%,63%,59%)

RGB channels and saturation

R 104 of 255 = 41%
G 161 of 255 = 63%
B 150 of 255 = 59%

104
161
150

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

Portions of RGB colors in percentages

R + G + B =
104 + 161 + 150 = 415 (100%)
R 104 of 415 ~ 25.06%
G 161 of 415 ~ 38.8%
B 150 of 415 ~ 36.14%

%25.06
%38.8
%36.14

CMYK color model

#68A196 color CMYK value is (35,0,7,37).

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(35,0,7,37)
C35M0Y7K37 
(35%,0%,7%,37%)
(0.35/0.00/0.07/0.37)	

CMYK percentages

%35.4
%0
%6.83
%36.86

Codes

Color #68A196 in popluar color models

68A196
RGB104161150
HSL168°23.27%51.96%
HSB/HSV168°35.40%63.14%
CMYK35.40%0.00%6.83%
36.86%

Color #68A196 in popluar number systems.

HEX68A196
Decimal104161150
Binary11010001010000110010110
Octal150241226

Shades and tints

Shades of #68A196

#68A196
(104,161,150)
#5F9389
(95,147,137)
#56857C
(86,133,124)
#4D776F
(77,119,111)
#446962
(68,105,98)
#3B5B55
(59,91,85)
#324D48
(50,77,72)
#293F3B
(41,63,59)
#20312E
(32,49,46)
#172321
(23,35,33)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #68A196

#68A196
(104,161,150)
#75A99F
(117,169,159)
#82B1A8
(130,177,168)
#8FB9B1
(143,185,177)
#9CC1BA
(156,193,186)
#A9C9C3
(169,201,195)
#B6D1CC
(182,209,204)
#C3D9D5
(195,217,213)
#D0E1DE
(208,225,222)
#DDE9E7
(221,233,231)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A196 color. Also use rgb(104,161,150) instead hex code.

Text Font Color

.myTextColor { color: #68A196; }

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

This text font color is #68A196.


Background Color

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

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

This div background color is #68A196.


Border color

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

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

This div border color is #68A196.


Opacity

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

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

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

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

This text has shadow with #68A196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A196 on black background.


Color preview on white background

This text has color #68A196 on white background.



Black color preview on #68A196 background

This text has black color on #68A196 background.


White color preview on #68A196 background

This text has white color on #68A196 background.