COLOR #68A89A

HEX: #68A89A
RGB: (104,168,154)

Color info

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

RGB color model

#68A89A color RGB value is (104,168,154).

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

RGB channels and saturation

R 104 of 255 = 41%
G 168 of 255 = 66%
B 154 of 255 = 60%

104
168
154

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

Portions of RGB colors in percentages

R + G + B =
104 + 168 + 154 = 426 (100%)
R 104 of 426 ~ 24.41%
G 168 of 426 ~ 39.44%
B 154 of 426 ~ 36.15%

%24.41
%39.44
%36.15

CMYK color model

#68A89A color CMYK value is (38,0,8,34).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK:
(38,0,8,34)
C38M0Y8K34 
(38%,0%,8%,34%)
(0.38/0.00/0.08/0.34)	

CMYK percentages

%38.1
%0
%8.33
%34.12

Codes

Color #68A89A in popluar color models

68A89A
RGB104168154
HSL167°26.89%53.33%
HSB/HSV167°38.10%65.88%
CMYK38.10%0.00%8.33%
34.12%

Color #68A89A in popluar number systems.

HEX68A89A
Decimal104168154
Binary11010001010100010011010
Octal150250232

Shades and tints

Shades of #68A89A

#68A89A
(104,168,154)
#5F998C
(95,153,140)
#568A7E
(86,138,126)
#4D7B70
(77,123,112)
#446C62
(68,108,98)
#3B5D54
(59,93,84)
#324E46
(50,78,70)
#293F38
(41,63,56)
#20302A
(32,48,42)
#17211C
(23,33,28)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #68A89A

#68A89A
(104,168,154)
#75AFA3
(117,175,163)
#82B6AC
(130,182,172)
#8FBDB5
(143,189,181)
#9CC4BE
(156,196,190)
#A9CBC7
(169,203,199)
#B6D2D0
(182,210,208)
#C3D9D9
(195,217,217)
#D0E0E2
(208,224,226)
#DDE7EB
(221,231,235)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A89A; }

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

This text font color is #68A89A.


Background Color

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

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

This div background color is #68A89A.


Border color

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

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

This div border color is #68A89A.


Opacity

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

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

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

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

This text has shadow with #68A89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A89A on black background.


Color preview on white background

This text has color #68A89A on white background.



Black color preview on #68A89A background

This text has black color on #68A89A background.


White color preview on #68A89A background

This text has white color on #68A89A background.