COLOR #68C082

HEX: #68C082 RGB: (104,192,130)

Color info

#68C082 contains mainly green color. Web safe color of #68C082 is #66CC99 (or #6C9).

RGB color model

#68C082 color RGB value is (104,192,130).

RGB: (104,192,130) (41%, 75%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 192 of 255 = 75%
B 130 of 255 = 51%

104
192
130

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

Portions of RGB colors in percentages

R + G + B = 104 + 192 + 130 = 426 (100%)
R 104 of 426 ~ 24.41%
G 192 of 426 ~ 45.07%
B 130 of 426 ~ 30.52'%

%24.41
%45.07
%30.52

CMYK color model

#68C082 color CMYK value is (46,0,32,25).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 24.71%

CMYK: (46,0,32,25)
C46M0Y32K25 (46%, 0%, 32%, 25%)
(0.46 / 0.00 / 0.32 / 0.25)

CMYK percentages

%45.83
%0
%32.29
%24.71

Codes

Color #68C082 in popluar color models

68 C0 82
RGB 104 192 130
HSL 138° 41.12% 58.04%
HSB/HSV 138° 45.83% 75.29%
CMYK 45.83% 0.00% 32.29%
24.71%

Color #68C082 in popluar number systems.

HEX 68 C0 82
Decimal 104 192 130
Binary 1101000 11000000 10000010
Octal 150 300 202

Shades and tints

Shades of #68C082

#68C082
(104,192,130)
#5FAF77
(95,175,119)
#569E6C
(86,158,108)
#4D8D61
(77,141,97)
#447C56
(68,124,86)
#3B6B4B
(59,107,75)
#325A40
(50,90,64)
#294935
(41,73,53)
#20382A
(32,56,42)
#17271F
(23,39,31)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #68C082

#68C082
(104,192,130)
#75C58D
(117,197,141)
#82CA98
(130,202,152)
#8FCFA3
(143,207,163)
#9CD4AE
(156,212,174)
#A9D9B9
(169,217,185)
#B6DEC4
(182,222,196)
#C3E3CF
(195,227,207)
#D0E8DA
(208,232,218)
#DDEDE5
(221,237,229)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C082; }

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

This text font color is #68C082.

Background Color

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

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

This div background color is #68C082.

Border color

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

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

This div border color is #68C082.

Opacity

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

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

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

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

This text has shadow with #68C082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68C082.

Preview

Color preview on black background

This text has color #68C082 on black background.


Color preview on white background

This text has color #68C082 on white background.


Black color preview on #68C082 background

This text has black color on #68C082 background.


White color preview on #68C082 background

This text has white color on #68C082 background.


Related colors

Complementary color

Complementary color for #hex is #973F7D.


I love getcolorcode.com

Triadic colors

1 #8268C0 and #C08268 with #68C082 are triadic colors.

2 #82C068 and #C06882 with #68C082 are triadic colors.