COLOR #68EAE1

HEX: #68EAE1
RGB: (104,234,225)

Color info

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

RGB color model

#68EAE1 color RGB value is (104,234,225).

  • red value is 104;
  • green value is 234;
  • blue value is 225.
RGB:
(104,234,225)
(41%,92%,88%)

RGB channels and saturation

R 104 of 255 = 41%
G 234 of 255 = 92%
B 225 of 255 = 88%

104
234
225

R + G + B ~ 74%. #68EAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 234 + 225 = 563 (100%)
R 104 of 563 ~ 18.47%
G 234 of 563 ~ 41.56%
B 225 of 563 ~ 39.96%

%18.47
%41.56
%39.96

CMYK color model

#68EAE1 color CMYK value is (56,0,4,8).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(56,0,4,8)
C56M0Y4K8 
(56%,0%,4%,8%)
(0.56/0.00/0.04/0.08)	

CMYK percentages

%55.56
%0
%3.85
%8.24

Codes

Color #68EAE1 in popluar color models

68EAE1
RGB104234225
HSL176°75.58%66.27%
HSB/HSV176°55.56%91.76%
CMYK55.56%0.00%3.85%
8.24%

Color #68EAE1 in popluar number systems.

HEX68EAE1
Decimal104234225
Binary11010001110101011100001
Octal150352341

Shades and tints

Shades of #68EAE1

#68EAE1
(104,234,225)
#5FD5CD
(95,213,205)
#56C0B9
(86,192,185)
#4DABA5
(77,171,165)
#449691
(68,150,145)
#3B817D
(59,129,125)
#326C69
(50,108,105)
#295755
(41,87,85)
#204241
(32,66,65)
#172D2D
(23,45,45)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #68EAE1

#68EAE1
(104,234,225)
#75EBE3
(117,235,227)
#82ECE5
(130,236,229)
#8FEDE7
(143,237,231)
#9CEEE9
(156,238,233)
#A9EFEB
(169,239,235)
#B6F0ED
(182,240,237)
#C3F1EF
(195,241,239)
#D0F2F1
(208,242,241)
#DDF3F3
(221,243,243)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68EAE1 color. Also use rgb(104,234,225) instead hex code.

Text Font Color

.myTextColor { color: #68EAE1; }

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

This text font color is #68EAE1.


Background Color

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

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

This div background color is #68EAE1.


Border color

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

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

This div border color is #68EAE1.


Opacity

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

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

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

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

This text has shadow with #68EAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68EAE1 on black background.


Color preview on white background

This text has color #68EAE1 on white background.



Black color preview on #68EAE1 background

This text has black color on #68EAE1 background.


White color preview on #68EAE1 background

This text has white color on #68EAE1 background.