COLOR #68EFC8

HEX: #68EFC8 RGB: (104,239,200)

Color info

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

RGB color model

#68EFC8 color RGB value is (104,239,200).

RGB: (104,239,200) (41%, 94%, 78%)

RGB channels and saturation

R 104 of 255 = 41%
G 239 of 255 = 94%
B 200 of 255 = 78%

104
239
200

R + G + B ~ 71%. #68EFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 239 + 200 = 543 (100%)
R 104 of 543 ~ 19.15%
G 239 of 543 ~ 44.01%
B 200 of 543 ~ 36.83'%

%19.15
%44.01
%36.83

CMYK color model

#68EFC8 color CMYK value is (56,0,16,6).

  • cyan value is 56.49%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK: (56,0,16,6) C56M0Y16K6 (56%,0%,16%,6%) (0.56/0.00/0.16/0.06) 

CMYK percentages

%56.49
%0
%16.32
%6.27

Codes

Color #68EFC8 in popluar color models

68 EF C8
RGB 104 239 200
HSL 163° 80.84% 67.25%
HSB/HSV 163° 56.49% 93.73%
CMYK 56.49% 0.00% 16.32%
6.27%

Color #68EFC8 in popluar number systems.

HEX 68 EF C8
Decimal 104 239 200
Binary 1101000 11101111 11001000
Octal 150 357 310

Shades and tints

Shades of #68EFC8

#68EFC8
(104,239,200)
#5FDAB6
(95,218,182)
#56C5A4
(86,197,164)
#4DB092
(77,176,146)
#449B80
(68,155,128)
#3B866E
(59,134,110)
#32715C
(50,113,92)
#295C4A
(41,92,74)
#204738
(32,71,56)
#173226
(23,50,38)
#0E1D14
(14,29,20)
#000000
(0,0,0)

Tints of #68EFC8

#68EFC8
(104,239,200)
#75F0CD
(117,240,205)
#82F1D2
(130,241,210)
#8FF2D7
(143,242,215)
#9CF3DC
(156,243,220)
#A9F4E1
(169,244,225)
#B6F5E6
(182,245,230)
#C3F6EB
(195,246,235)
#D0F7F0
(208,247,240)
#DDF8F5
(221,248,245)
#EAF9FA
(234,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68EFC8 color. Also use rgb(104,239,200) instead hex code.

Text Font Color

.myTextColor { color: #68EFC8; }

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

This text font color is #68EFC8.

Background Color

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

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

This div background color is #68EFC8.

Border color

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

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

This div border color is #68EFC8.

Opacity

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

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

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

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

This text has shadow with #68EFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68EFC8.

Preview

Color preview on black background

This text has color #68EFC8 on black background.


Color preview on white background

This text has color #68EFC8 on white background.


Black color preview on #68EFC8 background

This text has black color on #68EFC8 background.


White color preview on #68EFC8 background

This text has white color on #68EFC8 background.


Related colors

Complementary color

Complementary color for #hex is #971037.


I love getcolorcode.com

Triadic colors

1 #C868EF and #EFC868 with #68EFC8 are triadic colors.

2 #C8EF68 and #EF68C8 with #68EFC8 are triadic colors.