COLOR #68A9A8

HEX: #68A9A8
RGB: (104,169,168)

Color info

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

RGB color model

#68A9A8 color RGB value is (104,169,168).

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

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 168 of 255 = 66%

104
169
168

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 168 = 441 (100%)
R 104 of 441 ~ 23.58%
G 169 of 441 ~ 38.32%
B 168 of 441 ~ 38.1%

%23.58
%38.32
%38.1

CMYK color model

#68A9A8 color CMYK value is (38,0,1,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.73%
CMYK:
(38,0,1,34)
C38M0Y1K34 
(38%,0%,1%,34%)
(0.38/0.00/0.01/0.34)	

CMYK percentages

%38.46
%0
%0.59
%33.73

Codes

Color #68A9A8 in popluar color models

68A9A8
RGB104169168
HSL179°27.43%53.53%
HSB/HSV179°38.46%66.27%
CMYK38.46%0.00%0.59%
33.73%

Color #68A9A8 in popluar number systems.

HEX68A9A8
Decimal104169168
Binary11010001010100110101000
Octal150251250

Shades and tints

Shades of #68A9A8

#68A9A8
(104,169,168)
#5F9A99
(95,154,153)
#568B8A
(86,139,138)
#4D7C7B
(77,124,123)
#446D6C
(68,109,108)
#3B5E5D
(59,94,93)
#324F4E
(50,79,78)
#29403F
(41,64,63)
#203130
(32,49,48)
#172221
(23,34,33)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #68A9A8

#68A9A8
(104,169,168)
#75B0AF
(117,176,175)
#82B7B6
(130,183,182)
#8FBEBD
(143,190,189)
#9CC5C4
(156,197,196)
#A9CCCB
(169,204,203)
#B6D3D2
(182,211,210)
#C3DAD9
(195,218,217)
#D0E1E0
(208,225,224)
#DDE8E7
(221,232,231)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A9A8; }

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

This text font color is #68A9A8.


Background Color

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

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

This div background color is #68A9A8.


Border color

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

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

This div border color is #68A9A8.


Opacity

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

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

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

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

This text has shadow with #68A9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A9A8 on black background.


Color preview on white background

This text has color #68A9A8 on white background.



Black color preview on #68A9A8 background

This text has black color on #68A9A8 background.


White color preview on #68A9A8 background

This text has white color on #68A9A8 background.