COLOR #68BD94

HEX: #68BD94 RGB: (104,189,148)

Color info

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

RGB color model

#68BD94 color RGB value is (104,189,148).

RGB: (104,189,148) (41%, 74%, 58%)

RGB channels and saturation

R 104 of 255 = 41%
G 189 of 255 = 74%
B 148 of 255 = 58%

104
189
148

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

Portions of RGB colors in percentages

R + G + B = 104 + 189 + 148 = 441 (100%)
R 104 of 441 ~ 23.58%
G 189 of 441 ~ 42.86%
B 148 of 441 ~ 33.56'%

%23.58
%42.86
%33.56

CMYK color model

#68BD94 color CMYK value is (45,0,22,26).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 25.88%

CMYK: (45,0,22,26)
C45M0Y22K26 (45%, 0%, 22%, 26%)
(0.45 / 0.00 / 0.22 / 0.26)

CMYK percentages

%44.97
%0
%21.69
%25.88

Codes

Color #68BD94 in popluar color models

68 BD 94
RGB 104 189 148
HSL 151° 39.17% 57.45%
HSB/HSV 151° 44.97% 74.12%
CMYK 44.97% 0.00% 21.69%
25.88%

Color #68BD94 in popluar number systems.

HEX 68 BD 94
Decimal 104 189 148
Binary 1101000 10111101 10010100
Octal 150 275 224

Shades and tints

Shades of #68BD94

#68BD94
(104,189,148)
#5FAC87
(95,172,135)
#569B7A
(86,155,122)
#4D8A6D
(77,138,109)
#447960
(68,121,96)
#3B6853
(59,104,83)
#325746
(50,87,70)
#294639
(41,70,57)
#20352C
(32,53,44)
#17241F
(23,36,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #68BD94

#68BD94
(104,189,148)
#75C39D
(117,195,157)
#82C9A6
(130,201,166)
#8FCFAF
(143,207,175)
#9CD5B8
(156,213,184)
#A9DBC1
(169,219,193)
#B6E1CA
(182,225,202)
#C3E7D3
(195,231,211)
#D0EDDC
(208,237,220)
#DDF3E5
(221,243,229)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BD94 color. Also use rgb(104,189,148) instead hex code.

Text Font Color

.myTextColor { color: #68BD94; }

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

This text font color is #68BD94.

Background Color

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

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

This div background color is #68BD94.

Border color

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

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

This div border color is #68BD94.

Opacity

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

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

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

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

This text has shadow with #68BD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BD94.

Preview

Color preview on black background

This text has color #68BD94 on black background.


Color preview on white background

This text has color #68BD94 on white background.


Black color preview on #68BD94 background

This text has black color on #68BD94 background.


White color preview on #68BD94 background

This text has white color on #68BD94 background.


Related colors

Complementary color

Complementary color for #hex is #97426B.


I love getcolorcode.com

Triadic colors

1 #9468BD and #BD9468 with #68BD94 are triadic colors.

2 #94BD68 and #BD6894 with #68BD94 are triadic colors.