COLOR #68D5AF

HEX: #68D5AF
RGB: (104,213,175)

Color info

#68D5AF contains mainly green and blue colors. Web safe color of #68D5AF is #66CC99 (or #6C9).

RGB color model

#68D5AF color RGB value is (104,213,175).

  • red value is 104;
  • green value is 213;
  • blue value is 175.
RGB:
(104,213,175)
(41%,84%,69%)

RGB channels and saturation

R 104 of 255 = 41%
G 213 of 255 = 84%
B 175 of 255 = 69%

104
213
175

R + G + B ~ 65%. #68D5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 213 + 175 = 492 (100%)
R 104 of 492 ~ 21.14%
G 213 of 492 ~ 43.29%
B 175 of 492 ~ 35.57%

%21.14
%43.29
%35.57

CMYK color model

#68D5AF color CMYK value is (51,0,18,16).

  • cyan value is 51.17%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(51,0,18,16)
C51M0Y18K16 
(51%,0%,18%,16%)
(0.51/0.00/0.18/0.16)	

CMYK percentages

%51.17
%0
%17.84
%16.47

Codes

Color #68D5AF in popluar color models

68D5AF
RGB104213175
HSL159°56.48%62.16%
HSB/HSV159°51.17%83.53%
CMYK51.17%0.00%17.84%
16.47%

Color #68D5AF in popluar number systems.

HEX68D5AF
Decimal104213175
Binary11010001101010110101111
Octal150325257

Shades and tints

Shades of #68D5AF

#68D5AF
(104,213,175)
#5FC2A0
(95,194,160)
#56AF91
(86,175,145)
#4D9C82
(77,156,130)
#448973
(68,137,115)
#3B7664
(59,118,100)
#326355
(50,99,85)
#295046
(41,80,70)
#203D37
(32,61,55)
#172A28
(23,42,40)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #68D5AF

#68D5AF
(104,213,175)
#75D8B6
(117,216,182)
#82DBBD
(130,219,189)
#8FDEC4
(143,222,196)
#9CE1CB
(156,225,203)
#A9E4D2
(169,228,210)
#B6E7D9
(182,231,217)
#C3EAE0
(195,234,224)
#D0EDE7
(208,237,231)
#DDF0EE
(221,240,238)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D5AF color. Also use rgb(104,213,175) instead hex code.

Text Font Color

.myTextColor { color: #68D5AF; }

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

This text font color is #68D5AF.


Background Color

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

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

This div background color is #68D5AF.


Border color

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

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

This div border color is #68D5AF.


Opacity

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

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

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

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

This text has shadow with #68D5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D5AF on black background.


Color preview on white background

This text has color #68D5AF on white background.



Black color preview on #68D5AF background

This text has black color on #68D5AF background.


White color preview on #68D5AF background

This text has white color on #68D5AF background.