COLOR #68D08A

HEX: #68D08A RGB: (104,208,138)

Color info

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

RGB color model

#68D08A color RGB value is (104,208,138).

RGB: (104,208,138) (41%, 82%, 54%)

RGB channels and saturation

R 104 of 255 = 41%
G 208 of 255 = 82%
B 138 of 255 = 54%

104
208
138

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

Portions of RGB colors in percentages

R + G + B = 104 + 208 + 138 = 450 (100%)
R 104 of 450 ~ 23.11%
G 208 of 450 ~ 46.22%
B 138 of 450 ~ 30.67'%

%23.11
%46.22
%30.67

CMYK color model

#68D08A color CMYK value is (50,0,34,18).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 18.43%

CMYK: (50,0,34,18)
C50M0Y34K18 (50%, 0%, 34%, 18%)
(0.50 / 0.00 / 0.34 / 0.18)

CMYK percentages

%50
%0
%33.65
%18.43

Codes

Color #68D08A in popluar color models

68 D0 8A
RGB 104 208 138
HSL 140° 52.53% 61.18%
HSB/HSV 140° 50.00% 81.57%
CMYK 50.00% 0.00% 33.65%
18.43%

Color #68D08A in popluar number systems.

HEX 68 D0 8A
Decimal 104 208 138
Binary 1101000 11010000 10001010
Octal 150 320 212

Shades and tints

Shades of #68D08A

#68D08A
(104,208,138)
#5FBE7E
(95,190,126)
#56AC72
(86,172,114)
#4D9A66
(77,154,102)
#44885A
(68,136,90)
#3B764E
(59,118,78)
#326442
(50,100,66)
#295236
(41,82,54)
#20402A
(32,64,42)
#172E1E
(23,46,30)
#0E1C12
(14,28,18)
#000000
(0,0,0)

Tints of #68D08A

#68D08A
(104,208,138)
#75D494
(117,212,148)
#82D89E
(130,216,158)
#8FDCA8
(143,220,168)
#9CE0B2
(156,224,178)
#A9E4BC
(169,228,188)
#B6E8C6
(182,232,198)
#C3ECD0
(195,236,208)
#D0F0DA
(208,240,218)
#DDF4E4
(221,244,228)
#EAF8EE
(234,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D08A color. Also use rgb(104,208,138) instead hex code.

Text Font Color

.myTextColor { color: #68D08A; }

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

This text font color is #68D08A.

Background Color

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

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

This div background color is #68D08A.

Border color

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

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

This div border color is #68D08A.

Opacity

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

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

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

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

This text has shadow with #68D08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D08A.

Preview

Color preview on black background

This text has color #68D08A on black background.


Color preview on white background

This text has color #68D08A on white background.


Black color preview on #68D08A background

This text has black color on #68D08A background.


White color preview on #68D08A background

This text has white color on #68D08A background.


Related colors

Complementary color

Complementary color for #hex is #972F75.


I love getcolorcode.com

Triadic colors

1 #8A68D0 and #D08A68 with #68D08A are triadic colors.

2 #8AD068 and #D0688A with #68D08A are triadic colors.