COLOR #68F5DD

HEX: #68F5DD
RGB: (104,245,221)

Color info

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

RGB color model

#68F5DD color RGB value is (104,245,221).

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

RGB channels and saturation

R 104 of 255 = 41%
G 245 of 255 = 96%
B 221 of 255 = 87%

104
245
221

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

Portions of RGB colors in percentages

R + G + B =
104 + 245 + 221 = 570 (100%)
R 104 of 570 ~ 18.25%
G 245 of 570 ~ 42.98%
B 221 of 570 ~ 38.77%

%18.25
%42.98
%38.77

CMYK color model

#68F5DD color CMYK value is (58,0,10,4).

  • cyan value is 57.55%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(58,0,10,4)
C58M0Y10K4 
(58%,0%,10%,4%)
(0.58/0.00/0.10/0.04)	

CMYK percentages

%57.55
%0
%9.8
%3.92

Codes

Color #68F5DD in popluar color models

68F5DD
RGB104245221
HSL170°87.58%68.43%
HSB/HSV170°57.55%96.08%
CMYK57.55%0.00%9.80%
3.92%

Color #68F5DD in popluar number systems.

HEX68F5DD
Decimal104245221
Binary11010001111010111011101
Octal150365335

Shades and tints

Shades of #68F5DD

#68F5DD
(104,245,221)
#5FDFC9
(95,223,201)
#56C9B5
(86,201,181)
#4DB3A1
(77,179,161)
#449D8D
(68,157,141)
#3B8779
(59,135,121)
#327165
(50,113,101)
#295B51
(41,91,81)
#20453D
(32,69,61)
#172F29
(23,47,41)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #68F5DD

#68F5DD
(104,245,221)
#75F5E0
(117,245,224)
#82F5E3
(130,245,227)
#8FF5E6
(143,245,230)
#9CF5E9
(156,245,233)
#A9F5EC
(169,245,236)
#B6F5EF
(182,245,239)
#C3F5F2
(195,245,242)
#D0F5F5
(208,245,245)
#DDF5F8
(221,245,248)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F5DD color. Also use rgb(104,245,221) instead hex code.

Text Font Color

.myTextColor { color: #68F5DD; }

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

This text font color is #68F5DD.


Background Color

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

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

This div background color is #68F5DD.


Border color

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

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

This div border color is #68F5DD.


Opacity

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

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

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

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

This text has shadow with #68F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F5DD on black background.


Color preview on white background

This text has color #68F5DD on white background.



Black color preview on #68F5DD background

This text has black color on #68F5DD background.


White color preview on #68F5DD background

This text has white color on #68F5DD background.