COLOR #68F4DF

HEX: #68F4DF
RGB: (104,244,223)

Color info

#68F4DF contains mainly green and blue colors. Web safe color of #68F4DF is #66FFCC (or #6FC).

RGB color model

#68F4DF color RGB value is (104,244,223).

  • red value is 104;
  • green value is 244;
  • blue value is 223.
RGB:
(104,244,223)
(41%,96%,87%)

RGB channels and saturation

R 104 of 255 = 41%
G 244 of 255 = 96%
B 223 of 255 = 87%

104
244
223

R + G + B ~ 75%. #68F4DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 244 + 223 = 571 (100%)
R 104 of 571 ~ 18.21%
G 244 of 571 ~ 42.73%
B 223 of 571 ~ 39.05%

%18.21
%42.73
%39.05

CMYK color model

#68F4DF color CMYK value is (57,0,9,4).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK:
(57,0,9,4)
C57M0Y9K4 
(57%,0%,9%,4%)
(0.57/0.00/0.09/0.04)	

CMYK percentages

%57.38
%0
%8.61
%4.31

Codes

Color #68F4DF in popluar color models

68F4DF
RGB104244223
HSL171°86.42%68.24%
HSB/HSV171°57.38%95.69%
CMYK57.38%0.00%8.61%
4.31%

Color #68F4DF in popluar number systems.

HEX68F4DF
Decimal104244223
Binary11010001111010011011111
Octal150364337

Shades and tints

Shades of #68F4DF

#68F4DF
(104,244,223)
#5FDECB
(95,222,203)
#56C8B7
(86,200,183)
#4DB2A3
(77,178,163)
#449C8F
(68,156,143)
#3B867B
(59,134,123)
#327067
(50,112,103)
#295A53
(41,90,83)
#20443F
(32,68,63)
#172E2B
(23,46,43)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #68F4DF

#68F4DF
(104,244,223)
#75F5E1
(117,245,225)
#82F6E3
(130,246,227)
#8FF7E5
(143,247,229)
#9CF8E7
(156,248,231)
#A9F9E9
(169,249,233)
#B6FAEB
(182,250,235)
#C3FBED
(195,251,237)
#D0FCEF
(208,252,239)
#DDFDF1
(221,253,241)
#EAFEF3
(234,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F4DF color. Also use rgb(104,244,223) instead hex code.

Text Font Color

.myTextColor { color: #68F4DF; }

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

This text font color is #68F4DF.


Background Color

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

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

This div background color is #68F4DF.


Border color

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

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

This div border color is #68F4DF.


Opacity

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

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

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

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

This text has shadow with #68F4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F4DF on black background.


Color preview on white background

This text has color #68F4DF on white background.



Black color preview on #68F4DF background

This text has black color on #68F4DF background.


White color preview on #68F4DF background

This text has white color on #68F4DF background.