COLOR #68F6E3

HEX: #68F6E3
RGB: (104,246,227)

Color info

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

RGB color model

#68F6E3 color RGB value is (104,246,227).

  • red value is 104;
  • green value is 246;
  • blue value is 227.
RGB:
(104,246,227)
(41%,96%,89%)

RGB channels and saturation

R 104 of 255 = 41%
G 246 of 255 = 96%
B 227 of 255 = 89%

104
246
227

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

Portions of RGB colors in percentages

R + G + B =
104 + 246 + 227 = 577 (100%)
R 104 of 577 ~ 18.02%
G 246 of 577 ~ 42.63%
B 227 of 577 ~ 39.34%

%18.02
%42.63
%39.34

CMYK color model

#68F6E3 color CMYK value is (58,0,8,4).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(58,0,8,4)
C58M0Y8K4 
(58%,0%,8%,4%)
(0.58/0.00/0.08/0.04)	

CMYK percentages

%57.72
%0
%7.72
%3.53

Codes

Color #68F6E3 in popluar color models

68F6E3
RGB104246227
HSL172°88.75%68.63%
HSB/HSV172°57.72%96.47%
CMYK57.72%0.00%7.72%
3.53%

Color #68F6E3 in popluar number systems.

HEX68F6E3
Decimal104246227
Binary11010001111011011100011
Octal150366343

Shades and tints

Shades of #68F6E3

#68F6E3
(104,246,227)
#5FE0CF
(95,224,207)
#56CABB
(86,202,187)
#4DB4A7
(77,180,167)
#449E93
(68,158,147)
#3B887F
(59,136,127)
#32726B
(50,114,107)
#295C57
(41,92,87)
#204643
(32,70,67)
#17302F
(23,48,47)
#0E1A1B
(14,26,27)
#000000
(0,0,0)

Tints of #68F6E3

#68F6E3
(104,246,227)
#75F6E5
(117,246,229)
#82F6E7
(130,246,231)
#8FF6E9
(143,246,233)
#9CF6EB
(156,246,235)
#A9F6ED
(169,246,237)
#B6F6EF
(182,246,239)
#C3F6F1
(195,246,241)
#D0F6F3
(208,246,243)
#DDF6F5
(221,246,245)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F6E3 color. Also use rgb(104,246,227) instead hex code.

Text Font Color

.myTextColor { color: #68F6E3; }

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

This text font color is #68F6E3.


Background Color

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

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

This div background color is #68F6E3.


Border color

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

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

This div border color is #68F6E3.


Opacity

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

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

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

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

This text has shadow with #68F6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F6E3 on black background.


Color preview on white background

This text has color #68F6E3 on white background.



Black color preview on #68F6E3 background

This text has black color on #68F6E3 background.


White color preview on #68F6E3 background

This text has white color on #68F6E3 background.