COLOR #68D998

HEX: #68D998 RGB: (104,217,152)

Color info

#68D998 contains mainly green color. Web safe color of #68D998 is #66CC99 (or #6C9).

RGB color model

#68D998 color RGB value is (104,217,152).

RGB: (104,217,152) (41%, 85%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 217 of 255 = 85%
B 152 of 255 = 60%

104
217
152

R + G + B ~ 62%. #68D998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 217 + 152 = 473 (100%)
R 104 of 473 ~ 21.99%
G 217 of 473 ~ 45.88%
B 152 of 473 ~ 32.14'%

%21.99
%45.88
%32.14

CMYK color model

#68D998 color CMYK value is (52,0,30,15).

  • cyan value is 52.07%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 14.90%
CMYK: (52,0,30,15) C52M0Y30K15 (52%,0%,30%,15%) (0.52/0.00/0.30/0.15) 

CMYK percentages

%52.07
%0
%29.95
%14.9

Codes

Color #68D998 in popluar color models

68 D9 98
RGB 104 217 152
HSL 145° 59.79% 62.94%
HSB/HSV 145° 52.07% 85.10%
CMYK 52.07% 0.00% 29.95%
14.90%

Color #68D998 in popluar number systems.

HEX 68 D9 98
Decimal 104 217 152
Binary 1101000 11011001 10011000
Octal 150 331 230

Shades and tints

Shades of #68D998

#68D998
(104,217,152)
#5FC68B
(95,198,139)
#56B37E
(86,179,126)
#4DA071
(77,160,113)
#448D64
(68,141,100)
#3B7A57
(59,122,87)
#32674A
(50,103,74)
#29543D
(41,84,61)
#204130
(32,65,48)
#172E23
(23,46,35)
#0E1B16
(14,27,22)
#000000
(0,0,0)

Tints of #68D998

#68D998
(104,217,152)
#75DCA1
(117,220,161)
#82DFAA
(130,223,170)
#8FE2B3
(143,226,179)
#9CE5BC
(156,229,188)
#A9E8C5
(169,232,197)
#B6EBCE
(182,235,206)
#C3EED7
(195,238,215)
#D0F1E0
(208,241,224)
#DDF4E9
(221,244,233)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D998 color. Also use rgb(104,217,152) instead hex code.

Text Font Color

.myTextColor { color: #68D998; }

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

This text font color is #68D998.

Background Color

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

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

This div background color is #68D998.

Border color

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

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

This div border color is #68D998.

Opacity

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

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

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

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

This text has shadow with #68D998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D998.

Preview

Color preview on black background

This text has color #68D998 on black background.


Color preview on white background

This text has color #68D998 on white background.


Black color preview on #68D998 background

This text has black color on #68D998 background.


White color preview on #68D998 background

This text has white color on #68D998 background.


Related colors

Complementary color

Complementary color for #hex is #972667.


I love getcolorcode.com

Triadic colors

1 #9868D9 and #D99868 with #68D998 are triadic colors.

2 #98D968 and #D96898 with #68D998 are triadic colors.