COLOR #68F1EE

HEX: #68F1EE
RGB: (104,241,238)

Color info

#68F1EE contains mainly green and blue colors. Web safe color of #68F1EE is #66FFFF (or #6FF).

RGB color model

#68F1EE color RGB value is (104,241,238).

  • red value is 104;
  • green value is 241;
  • blue value is 238.
RGB:
(104,241,238)
(41%,95%,93%)

RGB channels and saturation

R 104 of 255 = 41%
G 241 of 255 = 95%
B 238 of 255 = 93%

104
241
238

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

Portions of RGB colors in percentages

R + G + B =
104 + 241 + 238 = 583 (100%)
R 104 of 583 ~ 17.84%
G 241 of 583 ~ 41.34%
B 238 of 583 ~ 40.82%

%17.84
%41.34
%40.82

CMYK color model

#68F1EE color CMYK value is (57,0,1,5).

  • cyan value is 56.85%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(57,0,1,5)
C57M0Y1K5 
(57%,0%,1%,5%)
(0.57/0.00/0.01/0.05)	

CMYK percentages

%56.85
%0
%1.24
%5.49

Codes

Color #68F1EE in popluar color models

68F1EE
RGB104241238
HSL179°83.03%67.65%
HSB/HSV179°56.85%94.51%
CMYK56.85%0.00%1.24%
5.49%

Color #68F1EE in popluar number systems.

HEX68F1EE
Decimal104241238
Binary11010001111000111101110
Octal150361356

Shades and tints

Shades of #68F1EE

#68F1EE
(104,241,238)
#5FDCD9
(95,220,217)
#56C7C4
(86,199,196)
#4DB2AF
(77,178,175)
#449D9A
(68,157,154)
#3B8885
(59,136,133)
#327370
(50,115,112)
#295E5B
(41,94,91)
#204946
(32,73,70)
#173431
(23,52,49)
#0E1F1C
(14,31,28)
#000000
(0,0,0)

Tints of #68F1EE

#68F1EE
(104,241,238)
#75F2EF
(117,242,239)
#82F3F0
(130,243,240)
#8FF4F1
(143,244,241)
#9CF5F2
(156,245,242)
#A9F6F3
(169,246,243)
#B6F7F4
(182,247,244)
#C3F8F5
(195,248,245)
#D0F9F6
(208,249,246)
#DDFAF7
(221,250,247)
#EAFBF8
(234,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F1EE color. Also use rgb(104,241,238) instead hex code.

Text Font Color

.myTextColor { color: #68F1EE; }

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

This text font color is #68F1EE.


Background Color

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

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

This div background color is #68F1EE.


Border color

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

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

This div border color is #68F1EE.


Opacity

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

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

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

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

This text has shadow with #68F1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F1EE on black background.


Color preview on white background

This text has color #68F1EE on white background.



Black color preview on #68F1EE background

This text has black color on #68F1EE background.


White color preview on #68F1EE background

This text has white color on #68F1EE background.