COLOR #68F9E3

HEX: #68F9E3
RGB: (104,249,227)

Color info

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

RGB color model

#68F9E3 color RGB value is (104,249,227).

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

RGB channels and saturation

R 104 of 255 = 41%
G 249 of 255 = 98%
B 227 of 255 = 89%

104
249
227

R + G + B ~ 76%. #68F9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 249 + 227 = 580 (100%)
R 104 of 580 ~ 17.93%
G 249 of 580 ~ 42.93%
B 227 of 580 ~ 39.14%

%17.93
%42.93
%39.14

CMYK color model

#68F9E3 color CMYK value is (58,0,9,2).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(58,0,9,2)
C58M0Y9K2 
(58%,0%,9%,2%)
(0.58/0.00/0.09/0.02)	

CMYK percentages

%58.23
%0
%8.84
%2.35

Codes

Color #68F9E3 in popluar color models

68F9E3
RGB104249227
HSL171°92.36%69.22%
HSB/HSV171°58.23%97.65%
CMYK58.23%0.00%8.84%
2.35%

Color #68F9E3 in popluar number systems.

HEX68F9E3
Decimal104249227
Binary11010001111100111100011
Octal150371343

Shades and tints

Shades of #68F9E3

#68F9E3
(104,249,227)
#5FE3CF
(95,227,207)
#56CDBB
(86,205,187)
#4DB7A7
(77,183,167)
#44A193
(68,161,147)
#3B8B7F
(59,139,127)
#32756B
(50,117,107)
#295F57
(41,95,87)
#204943
(32,73,67)
#17332F
(23,51,47)
#0E1D1B
(14,29,27)
#000000
(0,0,0)

Tints of #68F9E3

#68F9E3
(104,249,227)
#75F9E5
(117,249,229)
#82F9E7
(130,249,231)
#8FF9E9
(143,249,233)
#9CF9EB
(156,249,235)
#A9F9ED
(169,249,237)
#B6F9EF
(182,249,239)
#C3F9F1
(195,249,241)
#D0F9F3
(208,249,243)
#DDF9F5
(221,249,245)
#EAF9F7
(234,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68F9E3; }

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

This text font color is #68F9E3.


Background Color

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

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

This div background color is #68F9E3.


Border color

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

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

This div border color is #68F9E3.


Opacity

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

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

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

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

This text has shadow with #68F9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F9E3 on black background.


Color preview on white background

This text has color #68F9E3 on white background.



Black color preview on #68F9E3 background

This text has black color on #68F9E3 background.


White color preview on #68F9E3 background

This text has white color on #68F9E3 background.