COLOR #68EA92

HEX: #68EA92
RGB: (104,234,146)

Color info

#68EA92 contains mainly green color. Web safe color of #68EA92 is #66FF99 (or #6F9).

RGB color model

#68EA92 color RGB value is (104,234,146).

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

RGB channels and saturation

R 104 of 255 = 41%
G 234 of 255 = 92%
B 146 of 255 = 57%

104
234
146

R + G + B ~ 63%. #68EA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 234 + 146 = 484 (100%)
R 104 of 484 ~ 21.49%
G 234 of 484 ~ 48.35%
B 146 of 484 ~ 30.17%

%21.49
%48.35
%30.17

CMYK color model

#68EA92 color CMYK value is (56,0,38,8).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 8.24%
CMYK:
(56,0,38,8)
C56M0Y38K8 
(56%,0%,38%,8%)
(0.56/0.00/0.38/0.08)	

CMYK percentages

%55.56
%0
%37.61
%8.24

Codes

Color #68EA92 in popluar color models

68EA92
RGB104234146
HSL139°75.58%66.27%
HSB/HSV139°55.56%91.76%
CMYK55.56%0.00%37.61%
8.24%

Color #68EA92 in popluar number systems.

HEX68EA92
Decimal104234146
Binary11010001110101010010010
Octal150352222

Shades and tints

Shades of #68EA92

#68EA92
(104,234,146)
#5FD585
(95,213,133)
#56C078
(86,192,120)
#4DAB6B
(77,171,107)
#44965E
(68,150,94)
#3B8151
(59,129,81)
#326C44
(50,108,68)
#295737
(41,87,55)
#20422A
(32,66,42)
#172D1D
(23,45,29)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #68EA92

#68EA92
(104,234,146)
#75EB9B
(117,235,155)
#82ECA4
(130,236,164)
#8FEDAD
(143,237,173)
#9CEEB6
(156,238,182)
#A9EFBF
(169,239,191)
#B6F0C8
(182,240,200)
#C3F1D1
(195,241,209)
#D0F2DA
(208,242,218)
#DDF3E3
(221,243,227)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68EA92; }

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

This text font color is #68EA92.


Background Color

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

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

This div background color is #68EA92.


Border color

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

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

This div border color is #68EA92.


Opacity

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

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

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

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

This text has shadow with #68EA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68EA92 on black background.


Color preview on white background

This text has color #68EA92 on white background.



Black color preview on #68EA92 background

This text has black color on #68EA92 background.


White color preview on #68EA92 background

This text has white color on #68EA92 background.