COLOR #68C09E

HEX: #68C09E
RGB: (104,192,158)

Color info

#68C09E contains mainly green and blue colors. Web safe color of #68C09E is #66CC99 (or #6C9).

RGB color model

#68C09E color RGB value is (104,192,158).

  • red value is 104;
  • green value is 192;
  • blue value is 158.
RGB:
(104,192,158)
(41%,75%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 192 of 255 = 75%
B 158 of 255 = 62%

104
192
158

R + G + B ~ 59%. #68C09E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 192 + 158 = 454 (100%)
R 104 of 454 ~ 22.91%
G 192 of 454 ~ 42.29%
B 158 of 454 ~ 34.8%

%22.91
%42.29
%34.8

CMYK color model

#68C09E color CMYK value is (46,0,18,25).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(46,0,18,25)
C46M0Y18K25 
(46%,0%,18%,25%)
(0.46/0.00/0.18/0.25)	

CMYK percentages

%45.83
%0
%17.71
%24.71

Codes

Color #68C09E in popluar color models

68C09E
RGB104192158
HSL157°41.12%58.04%
HSB/HSV157°45.83%75.29%
CMYK45.83%0.00%17.71%
24.71%

Color #68C09E in popluar number systems.

HEX68C09E
Decimal104192158
Binary11010001100000010011110
Octal150300236

Shades and tints

Shades of #68C09E

#68C09E
(104,192,158)
#5FAF90
(95,175,144)
#569E82
(86,158,130)
#4D8D74
(77,141,116)
#447C66
(68,124,102)
#3B6B58
(59,107,88)
#325A4A
(50,90,74)
#29493C
(41,73,60)
#20382E
(32,56,46)
#172720
(23,39,32)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #68C09E

#68C09E
(104,192,158)
#75C5A6
(117,197,166)
#82CAAE
(130,202,174)
#8FCFB6
(143,207,182)
#9CD4BE
(156,212,190)
#A9D9C6
(169,217,198)
#B6DECE
(182,222,206)
#C3E3D6
(195,227,214)
#D0E8DE
(208,232,222)
#DDEDE6
(221,237,230)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C09E color. Also use rgb(104,192,158) instead hex code.

Text Font Color

.myTextColor { color: #68C09E; }

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

This text font color is #68C09E.


Background Color

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

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

This div background color is #68C09E.


Border color

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

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

This div border color is #68C09E.


Opacity

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

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

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

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

This text has shadow with #68C09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C09E on black background.


Color preview on white background

This text has color #68C09E on white background.



Black color preview on #68C09E background

This text has black color on #68C09E background.


White color preview on #68C09E background

This text has white color on #68C09E background.