COLOR #68C88F

HEX: #68C88F
RGB: (104,200,143)

Color info

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

RGB color model

#68C88F color RGB value is (104,200,143).

  • red value is 104;
  • green value is 200;
  • blue value is 143.
RGB:
(104,200,143)
(41%,78%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 200 of 255 = 78%
B 143 of 255 = 56%

104
200
143

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

Portions of RGB colors in percentages

R + G + B =
104 + 200 + 143 = 447 (100%)
R 104 of 447 ~ 23.27%
G 200 of 447 ~ 44.74%
B 143 of 447 ~ 31.99%

%23.27
%44.74
%31.99

CMYK color model

#68C88F color CMYK value is (48,0,29,22).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(48,0,29,22)
C48M0Y29K22 
(48%,0%,29%,22%)
(0.48/0.00/0.29/0.22)	

CMYK percentages

%48
%0
%28.5
%21.57

Codes

Color #68C88F in popluar color models

68C88F
RGB104200143
HSL144°46.60%59.61%
HSB/HSV144°48.00%78.43%
CMYK48.00%0.00%28.50%
21.57%

Color #68C88F in popluar number systems.

HEX68C88F
Decimal104200143
Binary11010001100100010001111
Octal150310217

Shades and tints

Shades of #68C88F

#68C88F
(104,200,143)
#5FB682
(95,182,130)
#56A475
(86,164,117)
#4D9268
(77,146,104)
#44805B
(68,128,91)
#3B6E4E
(59,110,78)
#325C41
(50,92,65)
#294A34
(41,74,52)
#203827
(32,56,39)
#17261A
(23,38,26)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #68C88F

#68C88F
(104,200,143)
#75CD99
(117,205,153)
#82D2A3
(130,210,163)
#8FD7AD
(143,215,173)
#9CDCB7
(156,220,183)
#A9E1C1
(169,225,193)
#B6E6CB
(182,230,203)
#C3EBD5
(195,235,213)
#D0F0DF
(208,240,223)
#DDF5E9
(221,245,233)
#EAFAF3
(234,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C88F color. Also use rgb(104,200,143) instead hex code.

Text Font Color

.myTextColor { color: #68C88F; }

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

This text font color is #68C88F.


Background Color

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

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

This div background color is #68C88F.


Border color

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

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

This div border color is #68C88F.


Opacity

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

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

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

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

This text has shadow with #68C88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C88F on black background.


Color preview on white background

This text has color #68C88F on white background.



Black color preview on #68C88F background

This text has black color on #68C88F background.


White color preview on #68C88F background

This text has white color on #68C88F background.