COLOR #68F89D

HEX: #68F89D RGB: (104,248,157)

Color info

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

RGB color model

#68F89D color RGB value is (104,248,157).

RGB: (104,248,157) (41%, 97%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 248 of 255 = 97%
B 157 of 255 = 62%

104
248
157

R + G + B ~ 67%. #68F89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 248 + 157 = 509 (100%)
R 104 of 509 ~ 20.43%
G 248 of 509 ~ 48.72%
B 157 of 509 ~ 30.84'%

%20.43
%48.72
%30.84

CMYK color model

#68F89D color CMYK value is (58,0,37,3).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 2.75%

CMYK: (58,0,37,3)
C58M0Y37K3 (58%, 0%, 37%, 3%)
(0.58 / 0.00 / 0.37 / 0.03)

CMYK percentages

%58.06
%0
%36.69
%2.75

Codes

Color #68F89D in popluar color models

68 F8 9D
RGB 104 248 157
HSL 142° 91.14% 69.02%
HSB/HSV 142° 58.06% 97.25%
CMYK 58.06% 0.00% 36.69%
2.75%

Color #68F89D in popluar number systems.

HEX 68 F8 9D
Decimal 104 248 157
Binary 1101000 11111000 10011101
Octal 150 370 235

Shades and tints

Shades of #68F89D

#68F89D
(104,248,157)
#5FE28F
(95,226,143)
#56CC81
(86,204,129)
#4DB673
(77,182,115)
#44A065
(68,160,101)
#3B8A57
(59,138,87)
#327449
(50,116,73)
#295E3B
(41,94,59)
#20482D
(32,72,45)
#17321F
(23,50,31)
#0E1C11
(14,28,17)
#000000
(0,0,0)

Tints of #68F89D

#68F89D
(104,248,157)
#75F8A5
(117,248,165)
#82F8AD
(130,248,173)
#8FF8B5
(143,248,181)
#9CF8BD
(156,248,189)
#A9F8C5
(169,248,197)
#B6F8CD
(182,248,205)
#C3F8D5
(195,248,213)
#D0F8DD
(208,248,221)
#DDF8E5
(221,248,229)
#EAF8ED
(234,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F89D color. Also use rgb(104,248,157) instead hex code.

Text Font Color

.myTextColor { color: #68F89D; }

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

This text font color is #68F89D.

Background Color

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

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

This div background color is #68F89D.

Border color

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

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

This div border color is #68F89D.

Opacity

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

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

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

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

This text has shadow with #68F89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68F89D.

Preview

Color preview on black background

This text has color #68F89D on black background.


Color preview on white background

This text has color #68F89D on white background.


Black color preview on #68F89D background

This text has black color on #68F89D background.


White color preview on #68F89D background

This text has white color on #68F89D background.


Related colors

Complementary color

Complementary color for #hex is #970762.


I love getcolorcode.com

Triadic colors

1 #9D68F8 and #F89D68 with #68F89D are triadic colors.

2 #9DF868 and #F8689D with #68F89D are triadic colors.