COLOR #68AD98

HEX: #68AD98
RGB: (104,173,152)

Color info

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

RGB color model

#68AD98 color RGB value is (104,173,152).

  • red value is 104;
  • green value is 173;
  • blue value is 152.
RGB:
(104,173,152)
(41%,68%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 173 of 255 = 68%
B 152 of 255 = 60%

104
173
152

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

Portions of RGB colors in percentages

R + G + B =
104 + 173 + 152 = 429 (100%)
R 104 of 429 ~ 24.24%
G 173 of 429 ~ 40.33%
B 152 of 429 ~ 35.43%

%24.24
%40.33
%35.43

CMYK color model

#68AD98 color CMYK value is (40,0,12,32).

  • cyan value is 39.88%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(40,0,12,32)
C40M0Y12K32 
(40%,0%,12%,32%)
(0.40/0.00/0.12/0.32)	

CMYK percentages

%39.88
%0
%12.14
%32.16

Codes

Color #68AD98 in popluar color models

68AD98
RGB104173152
HSL162°29.61%54.31%
HSB/HSV162°39.88%67.84%
CMYK39.88%0.00%12.14%
32.16%

Color #68AD98 in popluar number systems.

HEX68AD98
Decimal104173152
Binary11010001010110110011000
Octal150255230

Shades and tints

Shades of #68AD98

#68AD98
(104,173,152)
#5F9E8B
(95,158,139)
#568F7E
(86,143,126)
#4D8071
(77,128,113)
#447164
(68,113,100)
#3B6257
(59,98,87)
#32534A
(50,83,74)
#29443D
(41,68,61)
#203530
(32,53,48)
#172623
(23,38,35)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #68AD98

#68AD98
(104,173,152)
#75B4A1
(117,180,161)
#82BBAA
(130,187,170)
#8FC2B3
(143,194,179)
#9CC9BC
(156,201,188)
#A9D0C5
(169,208,197)
#B6D7CE
(182,215,206)
#C3DED7
(195,222,215)
#D0E5E0
(208,229,224)
#DDECE9
(221,236,233)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AD98 color. Also use rgb(104,173,152) instead hex code.

Text Font Color

.myTextColor { color: #68AD98; }

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

This text font color is #68AD98.


Background Color

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

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

This div background color is #68AD98.


Border color

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

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

This div border color is #68AD98.


Opacity

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

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

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

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

This text has shadow with #68AD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AD98 on black background.


Color preview on white background

This text has color #68AD98 on white background.



Black color preview on #68AD98 background

This text has black color on #68AD98 background.


White color preview on #68AD98 background

This text has white color on #68AD98 background.