COLOR #68BC9A

HEX: #68BC9A RGB: (104,188,154)

Color info

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

RGB color model

#68BC9A color RGB value is (104,188,154).

RGB: (104,188,154) (41%, 74%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 188 of 255 = 74%
B 154 of 255 = 60%

104
188
154

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

Portions of RGB colors in percentages

R + G + B = 104 + 188 + 154 = 446 (100%)
R 104 of 446 ~ 23.32%
G 188 of 446 ~ 42.15%
B 154 of 446 ~ 34.53'%

%23.32
%42.15
%34.53

CMYK color model

#68BC9A color CMYK value is (45,0,18,26).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%

CMYK: (45,0,18,26)
C45M0Y18K26 (45%, 0%, 18%, 26%)
(0.45 / 0.00 / 0.18 / 0.26)

CMYK percentages

%44.68
%0
%18.09
%26.27

Codes

Color #68BC9A in popluar color models

68 BC 9A
RGB 104 188 154
HSL 156° 38.53% 57.25%
HSB/HSV 156° 44.68% 73.73%
CMYK 44.68% 0.00% 18.09%
26.27%

Color #68BC9A in popluar number systems.

HEX 68 BC 9A
Decimal 104 188 154
Binary 1101000 10111100 10011010
Octal 150 274 232

Shades and tints

Shades of #68BC9A

#68BC9A
(104,188,154)
#5FAB8C
(95,171,140)
#569A7E
(86,154,126)
#4D8970
(77,137,112)
#447862
(68,120,98)
#3B6754
(59,103,84)
#325646
(50,86,70)
#294538
(41,69,56)
#20342A
(32,52,42)
#17231C
(23,35,28)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #68BC9A

#68BC9A
(104,188,154)
#75C2A3
(117,194,163)
#82C8AC
(130,200,172)
#8FCEB5
(143,206,181)
#9CD4BE
(156,212,190)
#A9DAC7
(169,218,199)
#B6E0D0
(182,224,208)
#C3E6D9
(195,230,217)
#D0ECE2
(208,236,226)
#DDF2EB
(221,242,235)
#EAF8F4
(234,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BC9A color. Also use rgb(104,188,154) instead hex code.

Text Font Color

.myTextColor { color: #68BC9A; }

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

This text font color is #68BC9A.

Background Color

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

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

This div background color is #68BC9A.

Border color

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

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

This div border color is #68BC9A.

Opacity

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

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

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

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

This text has shadow with #68BC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BC9A.

Preview

Color preview on black background

This text has color #68BC9A on black background.


Color preview on white background

This text has color #68BC9A on white background.


Black color preview on #68BC9A background

This text has black color on #68BC9A background.


White color preview on #68BC9A background

This text has white color on #68BC9A background.


Related colors

Complementary color

Complementary color for #hex is #974365.


I love getcolorcode.com

Triadic colors

1 #9A68BC and #BC9A68 with #68BC9A are triadic colors.

2 #9ABC68 and #BC689A with #68BC9A are triadic colors.