COLOR #68B88E

HEX: #68B88E
RGB: (104,184,142)

Color info

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

RGB color model

#68B88E color RGB value is (104,184,142).

  • red value is 104;
  • green value is 184;
  • blue value is 142.
RGB:
(104,184,142)
(41%,72%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 142 of 255 = 56%

104
184
142

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

Portions of RGB colors in percentages

R + G + B =
104 + 184 + 142 = 430 (100%)
R 104 of 430 ~ 24.19%
G 184 of 430 ~ 42.79%
B 142 of 430 ~ 33.02%

%24.19
%42.79
%33.02

CMYK color model

#68B88E color CMYK value is (43,0,23,28).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK:
(43,0,23,28)
C43M0Y23K28 
(43%,0%,23%,28%)
(0.43/0.00/0.23/0.28)	

CMYK percentages

%43.48
%0
%22.83
%27.84

Codes

Color #68B88E in popluar color models

68B88E
RGB104184142
HSL149°36.04%56.47%
HSB/HSV149°43.48%72.16%
CMYK43.48%0.00%22.83%
27.84%

Color #68B88E in popluar number systems.

HEX68B88E
Decimal104184142
Binary11010001011100010001110
Octal150270216

Shades and tints

Shades of #68B88E

#68B88E
(104,184,142)
#5FA882
(95,168,130)
#569876
(86,152,118)
#4D886A
(77,136,106)
#44785E
(68,120,94)
#3B6852
(59,104,82)
#325846
(50,88,70)
#29483A
(41,72,58)
#20382E
(32,56,46)
#172822
(23,40,34)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #68B88E

#68B88E
(104,184,142)
#75BE98
(117,190,152)
#82C4A2
(130,196,162)
#8FCAAC
(143,202,172)
#9CD0B6
(156,208,182)
#A9D6C0
(169,214,192)
#B6DCCA
(182,220,202)
#C3E2D4
(195,226,212)
#D0E8DE
(208,232,222)
#DDEEE8
(221,238,232)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B88E color. Also use rgb(104,184,142) instead hex code.

Text Font Color

.myTextColor { color: #68B88E; }

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

This text font color is #68B88E.


Background Color

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

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

This div background color is #68B88E.


Border color

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

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

This div border color is #68B88E.


Opacity

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

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

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

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

This text has shadow with #68B88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B88E on black background.


Color preview on white background

This text has color #68B88E on white background.



Black color preview on #68B88E background

This text has black color on #68B88E background.


White color preview on #68B88E background

This text has white color on #68B88E background.