COLOR #68A988

HEX: #68A988
RGB: (104,169,136)

Color info

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

RGB color model

#68A988 color RGB value is (104,169,136).

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

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 136 of 255 = 53%

104
169
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 136 = 409 (100%)
R 104 of 409 ~ 25.43%
G 169 of 409 ~ 41.32%
B 136 of 409 ~ 33.25%

%25.43
%41.32
%33.25

CMYK color model

#68A988 color CMYK value is (38,0,20,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(38,0,20,34)
C38M0Y20K34 
(38%,0%,20%,34%)
(0.38/0.00/0.20/0.34)	

CMYK percentages

%38.46
%0
%19.53
%33.73

Codes

Color #68A988 in popluar color models

68A988
RGB104169136
HSL150°27.43%53.53%
HSB/HSV150°38.46%66.27%
CMYK38.46%0.00%19.53%
33.73%

Color #68A988 in popluar number systems.

HEX68A988
Decimal104169136
Binary11010001010100110001000
Octal150251210

Shades and tints

Shades of #68A988

#68A988
(104,169,136)
#5F9A7C
(95,154,124)
#568B70
(86,139,112)
#4D7C64
(77,124,100)
#446D58
(68,109,88)
#3B5E4C
(59,94,76)
#324F40
(50,79,64)
#294034
(41,64,52)
#203128
(32,49,40)
#17221C
(23,34,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #68A988

#68A988
(104,169,136)
#75B092
(117,176,146)
#82B79C
(130,183,156)
#8FBEA6
(143,190,166)
#9CC5B0
(156,197,176)
#A9CCBA
(169,204,186)
#B6D3C4
(182,211,196)
#C3DACE
(195,218,206)
#D0E1D8
(208,225,216)
#DDE8E2
(221,232,226)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A988; }

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

This text font color is #68A988.


Background Color

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

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

This div background color is #68A988.


Border color

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

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

This div border color is #68A988.


Opacity

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

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

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

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

This text has shadow with #68A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A988 on black background.


Color preview on white background

This text has color #68A988 on white background.



Black color preview on #68A988 background

This text has black color on #68A988 background.


White color preview on #68A988 background

This text has white color on #68A988 background.