COLOR #68D9D4

HEX: #68D9D4
RGB: (104,217,212)

Color info

#68D9D4 contains mainly green and blue colors. Web safe color of #68D9D4 is #66CCCC (or #6CC).

RGB color model

#68D9D4 color RGB value is (104,217,212).

  • red value is 104;
  • green value is 217;
  • blue value is 212.
RGB:
(104,217,212)
(41%,85%,83%)

RGB channels and saturation

R 104 of 255 = 41%
G 217 of 255 = 85%
B 212 of 255 = 83%

104
217
212

R + G + B ~ 70%. #68D9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 217 + 212 = 533 (100%)
R 104 of 533 ~ 19.51%
G 217 of 533 ~ 40.71%
B 212 of 533 ~ 39.77%

%19.51
%40.71
%39.77

CMYK color model

#68D9D4 color CMYK value is (52,0,2,15).

  • cyan value is 52.07%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 14.90%
CMYK:
(52,0,2,15)
C52M0Y2K15 
(52%,0%,2%,15%)
(0.52/0.00/0.02/0.15)	

CMYK percentages

%52.07
%0
%2.3
%14.9

Codes

Color #68D9D4 in popluar color models

68D9D4
RGB104217212
HSL177°59.79%62.94%
HSB/HSV177°52.07%85.10%
CMYK52.07%0.00%2.30%
14.90%

Color #68D9D4 in popluar number systems.

HEX68D9D4
Decimal104217212
Binary11010001101100111010100
Octal150331324

Shades and tints

Shades of #68D9D4

#68D9D4
(104,217,212)
#5FC6C1
(95,198,193)
#56B3AE
(86,179,174)
#4DA09B
(77,160,155)
#448D88
(68,141,136)
#3B7A75
(59,122,117)
#326762
(50,103,98)
#29544F
(41,84,79)
#20413C
(32,65,60)
#172E29
(23,46,41)
#0E1B16
(14,27,22)
#000000
(0,0,0)

Tints of #68D9D4

#68D9D4
(104,217,212)
#75DCD7
(117,220,215)
#82DFDA
(130,223,218)
#8FE2DD
(143,226,221)
#9CE5E0
(156,229,224)
#A9E8E3
(169,232,227)
#B6EBE6
(182,235,230)
#C3EEE9
(195,238,233)
#D0F1EC
(208,241,236)
#DDF4EF
(221,244,239)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D9D4 color. Also use rgb(104,217,212) instead hex code.

Text Font Color

.myTextColor { color: #68D9D4; }

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

This text font color is #68D9D4.


Background Color

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

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

This div background color is #68D9D4.


Border color

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

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

This div border color is #68D9D4.


Opacity

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

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

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

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

This text has shadow with #68D9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D9D4 on black background.


Color preview on white background

This text has color #68D9D4 on white background.



Black color preview on #68D9D4 background

This text has black color on #68D9D4 background.


White color preview on #68D9D4 background

This text has white color on #68D9D4 background.