COLOR #68E897

HEX: #68E897 RGB: (104,232,151)

Color info

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

RGB color model

#68E897 color RGB value is (104,232,151).

RGB: (104,232,151) (41%, 91%, 59%)

RGB channels and saturation

R 104 of 255 = 41%
G 232 of 255 = 91%
B 151 of 255 = 59%

104
232
151

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

Portions of RGB colors in percentages

R + G + B = 104 + 232 + 151 = 487 (100%)
R 104 of 487 ~ 21.36%
G 232 of 487 ~ 47.64%
B 151 of 487 ~ 31.01'%

%21.36
%47.64
%31.01

CMYK color model

#68E897 color CMYK value is (55,0,35,9).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 9.02%

CMYK: (55,0,35,9)
C55M0Y35K9 (55%, 0%, 35%, 9%)
(0.55 / 0.00 / 0.35 / 0.09)

CMYK percentages

%55.17
%0
%34.91
%9.02

Codes

Color #68E897 in popluar color models

68 E8 97
RGB 104 232 151
HSL 142° 73.56% 65.88%
HSB/HSV 142° 55.17% 90.98%
CMYK 55.17% 0.00% 34.91%
9.02%

Color #68E897 in popluar number systems.

HEX 68 E8 97
Decimal 104 232 151
Binary 1101000 11101000 10010111
Octal 150 350 227

Shades and tints

Shades of #68E897

#68E897
(104,232,151)
#5FD38A
(95,211,138)
#56BE7D
(86,190,125)
#4DA970
(77,169,112)
#449463
(68,148,99)
#3B7F56
(59,127,86)
#326A49
(50,106,73)
#29553C
(41,85,60)
#20402F
(32,64,47)
#172B22
(23,43,34)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #68E897

#68E897
(104,232,151)
#75EAA0
(117,234,160)
#82ECA9
(130,236,169)
#8FEEB2
(143,238,178)
#9CF0BB
(156,240,187)
#A9F2C4
(169,242,196)
#B6F4CD
(182,244,205)
#C3F6D6
(195,246,214)
#D0F8DF
(208,248,223)
#DDFAE8
(221,250,232)
#EAFCF1
(234,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68E897 color. Also use rgb(104,232,151) instead hex code.

Text Font Color

.myTextColor { color: #68E897; }

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

This text font color is #68E897.

Background Color

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

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

This div background color is #68E897.

Border color

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

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

This div border color is #68E897.

Opacity

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

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

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

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

This text has shadow with #68E897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68E897.

Preview

Color preview on black background

This text has color #68E897 on black background.


Color preview on white background

This text has color #68E897 on white background.


Black color preview on #68E897 background

This text has black color on #68E897 background.


White color preview on #68E897 background

This text has white color on #68E897 background.


Related colors

Complementary color

Complementary color for #hex is #971768.


I love getcolorcode.com

Triadic colors

1 #9768E8 and #E89768 with #68E897 are triadic colors.

2 #97E868 and #E86897 with #68E897 are triadic colors.