COLOR #68F0E3

HEX: #68F0E3
RGB: (104,240,227)

Color info

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

RGB color model

#68F0E3 color RGB value is (104,240,227).

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

RGB channels and saturation

R 104 of 255 = 41%
G 240 of 255 = 94%
B 227 of 255 = 89%

104
240
227

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

Portions of RGB colors in percentages

R + G + B =
104 + 240 + 227 = 571 (100%)
R 104 of 571 ~ 18.21%
G 240 of 571 ~ 42.03%
B 227 of 571 ~ 39.75%

%18.21
%42.03
%39.75

CMYK color model

#68F0E3 color CMYK value is (57,0,5,6).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(57,0,5,6)
C57M0Y5K6 
(57%,0%,5%,6%)
(0.57/0.00/0.05/0.06)	

CMYK percentages

%56.67
%0
%5.42
%5.88

Codes

Color #68F0E3 in popluar color models

68F0E3
RGB104240227
HSL174°81.93%67.45%
HSB/HSV174°56.67%94.12%
CMYK56.67%0.00%5.42%
5.88%

Color #68F0E3 in popluar number systems.

HEX68F0E3
Decimal104240227
Binary11010001111000011100011
Octal150360343

Shades and tints

Shades of #68F0E3

#68F0E3
(104,240,227)
#5FDBCF
(95,219,207)
#56C6BB
(86,198,187)
#4DB1A7
(77,177,167)
#449C93
(68,156,147)
#3B877F
(59,135,127)
#32726B
(50,114,107)
#295D57
(41,93,87)
#204843
(32,72,67)
#17332F
(23,51,47)
#0E1E1B
(14,30,27)
#000000
(0,0,0)

Tints of #68F0E3

#68F0E3
(104,240,227)
#75F1E5
(117,241,229)
#82F2E7
(130,242,231)
#8FF3E9
(143,243,233)
#9CF4EB
(156,244,235)
#A9F5ED
(169,245,237)
#B6F6EF
(182,246,239)
#C3F7F1
(195,247,241)
#D0F8F3
(208,248,243)
#DDF9F5
(221,249,245)
#EAFAF7
(234,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68F0E3; }

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

This text font color is #68F0E3.


Background Color

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

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

This div background color is #68F0E3.


Border color

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

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

This div border color is #68F0E3.


Opacity

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

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

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

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

This text has shadow with #68F0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F0E3 on black background.


Color preview on white background

This text has color #68F0E3 on white background.



Black color preview on #68F0E3 background

This text has black color on #68F0E3 background.


White color preview on #68F0E3 background

This text has white color on #68F0E3 background.