COLOR #68EC92

HEX: #68EC92 RGB: (104,236,146)

Color info

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

RGB color model

#68EC92 color RGB value is (104,236,146).

RGB: (104,236,146) (41%, 93%, 57%)

RGB channels and saturation

R 104 of 255 = 41%
G 236 of 255 = 93%
B 146 of 255 = 57%

104
236
146

R + G + B ~ 64%. #68EC92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 236 + 146 = 486 (100%)
R 104 of 486 ~ 21.4%
G 236 of 486 ~ 48.56%
B 146 of 486 ~ 30.04'%

%21.4
%48.56
%30.04

CMYK color model

#68EC92 color CMYK value is (56,0,38,7).

  • cyan value is 55.93%
  • magenta value is 0.00%
  • yellow value is 38.14%
  • key color value is 7.45%

CMYK: (56,0,38,7)
C56M0Y38K7 (56%, 0%, 38%, 7%)
(0.56 / 0.00 / 0.38 / 0.07)

CMYK percentages

%55.93
%0
%38.14
%7.45

Codes

Color #68EC92 in popluar color models

68 EC 92
RGB 104 236 146
HSL 139° 77.65% 66.67%
HSB/HSV 139° 55.93% 92.55%
CMYK 55.93% 0.00% 38.14%
7.45%

Color #68EC92 in popluar number systems.

HEX 68 EC 92
Decimal 104 236 146
Binary 1101000 11101100 10010010
Octal 150 354 222

Shades and tints

Shades of #68EC92

#68EC92
(104,236,146)
#5FD785
(95,215,133)
#56C278
(86,194,120)
#4DAD6B
(77,173,107)
#44985E
(68,152,94)
#3B8351
(59,131,81)
#326E44
(50,110,68)
#295937
(41,89,55)
#20442A
(32,68,42)
#172F1D
(23,47,29)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #68EC92

#68EC92
(104,236,146)
#75ED9B
(117,237,155)
#82EEA4
(130,238,164)
#8FEFAD
(143,239,173)
#9CF0B6
(156,240,182)
#A9F1BF
(169,241,191)
#B6F2C8
(182,242,200)
#C3F3D1
(195,243,209)
#D0F4DA
(208,244,218)
#DDF5E3
(221,245,227)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68EC92; }

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

This text font color is #68EC92.

Background Color

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

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

This div background color is #68EC92.

Border color

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

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

This div border color is #68EC92.

Opacity

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

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

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

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

This text has shadow with #68EC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68EC92.

Preview

Color preview on black background

This text has color #68EC92 on black background.


Color preview on white background

This text has color #68EC92 on white background.


Black color preview on #68EC92 background

This text has black color on #68EC92 background.


White color preview on #68EC92 background

This text has white color on #68EC92 background.


Related colors

Complementary color

Complementary color for #hex is #97136D.


I love getcolorcode.com

Triadic colors

1 #9268EC and #EC9268 with #68EC92 are triadic colors.

2 #92EC68 and #EC6892 with #68EC92 are triadic colors.