COLOR #68CB80

HEX: #68CB80
RGB: (104,203,128)

Color info

#68CB80 contains mainly green color. Web safe color of #68CB80 is #66CC66 (or #6C6).

RGB color model

#68CB80 color RGB value is (104,203,128).

  • red value is 104;
  • green value is 203;
  • blue value is 128.
RGB:
(104,203,128)
(41%,80%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 203 of 255 = 80%
B 128 of 255 = 50%

104
203
128

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

Portions of RGB colors in percentages

R + G + B =
104 + 203 + 128 = 435 (100%)
R 104 of 435 ~ 23.91%
G 203 of 435 ~ 46.67%
B 128 of 435 ~ 29.43%

%23.91
%46.67
%29.43

CMYK color model

#68CB80 color CMYK value is (49,0,37,20).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK:
(49,0,37,20)
C49M0Y37K20 
(49%,0%,37%,20%)
(0.49/0.00/0.37/0.20)	

CMYK percentages

%48.77
%0
%36.95
%20.39

Codes

Color #68CB80 in popluar color models

68CB80
RGB104203128
HSL135°48.77%60.20%
HSB/HSV135°48.77%79.61%
CMYK48.77%0.00%36.95%
20.39%

Color #68CB80 in popluar number systems.

HEX68CB80
Decimal104203128
Binary11010001100101110000000
Octal150313200

Shades and tints

Shades of #68CB80

#68CB80
(104,203,128)
#5FB975
(95,185,117)
#56A76A
(86,167,106)
#4D955F
(77,149,95)
#448354
(68,131,84)
#3B7149
(59,113,73)
#325F3E
(50,95,62)
#294D33
(41,77,51)
#203B28
(32,59,40)
#17291D
(23,41,29)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #68CB80

#68CB80
(104,203,128)
#75CF8B
(117,207,139)
#82D396
(130,211,150)
#8FD7A1
(143,215,161)
#9CDBAC
(156,219,172)
#A9DFB7
(169,223,183)
#B6E3C2
(182,227,194)
#C3E7CD
(195,231,205)
#D0EBD8
(208,235,216)
#DDEFE3
(221,239,227)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CB80 color. Also use rgb(104,203,128) instead hex code.

Text Font Color

.myTextColor { color: #68CB80; }

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

This text font color is #68CB80.


Background Color

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

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

This div background color is #68CB80.


Border color

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

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

This div border color is #68CB80.


Opacity

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

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

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

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

This text has shadow with #68CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CB80 on black background.


Color preview on white background

This text has color #68CB80 on white background.



Black color preview on #68CB80 background

This text has black color on #68CB80 background.


White color preview on #68CB80 background

This text has white color on #68CB80 background.