COLOR #68F8CD

HEX: #68F8CD
RGB: (104,248,205)

Color info

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

RGB color model

#68F8CD color RGB value is (104,248,205).

  • red value is 104;
  • green value is 248;
  • blue value is 205.
RGB:
(104,248,205)
(41%,97%,80%)

RGB channels and saturation

R 104 of 255 = 41%
G 248 of 255 = 97%
B 205 of 255 = 80%

104
248
205

R + G + B ~ 73%. #68F8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 248 + 205 = 557 (100%)
R 104 of 557 ~ 18.67%
G 248 of 557 ~ 44.52%
B 205 of 557 ~ 36.8%

%18.67
%44.52
%36.8

CMYK color model

#68F8CD color CMYK value is (58,0,17,3).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(58,0,17,3)
C58M0Y17K3 
(58%,0%,17%,3%)
(0.58/0.00/0.17/0.03)	

CMYK percentages

%58.06
%0
%17.34
%2.75

Codes

Color #68F8CD in popluar color models

68F8CD
RGB104248205
HSL162°91.14%69.02%
HSB/HSV162°58.06%97.25%
CMYK58.06%0.00%17.34%
2.75%

Color #68F8CD in popluar number systems.

HEX68F8CD
Decimal104248205
Binary11010001111100011001101
Octal150370315

Shades and tints

Shades of #68F8CD

#68F8CD
(104,248,205)
#5FE2BB
(95,226,187)
#56CCA9
(86,204,169)
#4DB697
(77,182,151)
#44A085
(68,160,133)
#3B8A73
(59,138,115)
#327461
(50,116,97)
#295E4F
(41,94,79)
#20483D
(32,72,61)
#17322B
(23,50,43)
#0E1C19
(14,28,25)
#000000
(0,0,0)

Tints of #68F8CD

#68F8CD
(104,248,205)
#75F8D1
(117,248,209)
#82F8D5
(130,248,213)
#8FF8D9
(143,248,217)
#9CF8DD
(156,248,221)
#A9F8E1
(169,248,225)
#B6F8E5
(182,248,229)
#C3F8E9
(195,248,233)
#D0F8ED
(208,248,237)
#DDF8F1
(221,248,241)
#EAF8F5
(234,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F8CD color. Also use rgb(104,248,205) instead hex code.

Text Font Color

.myTextColor { color: #68F8CD; }

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

This text font color is #68F8CD.


Background Color

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

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

This div background color is #68F8CD.


Border color

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

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

This div border color is #68F8CD.


Opacity

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

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

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

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

This text has shadow with #68F8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F8CD on black background.


Color preview on white background

This text has color #68F8CD on white background.



Black color preview on #68F8CD background

This text has black color on #68F8CD background.


White color preview on #68F8CD background

This text has white color on #68F8CD background.