COLOR #68BB9A

HEX: #68BB9A RGB: (104,187,154)

Color info

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

RGB color model

#68BB9A color RGB value is (104,187,154).

RGB: (104,187,154) (41%, 73%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 187 of 255 = 73%
B 154 of 255 = 60%

104
187
154

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

Portions of RGB colors in percentages

R + G + B = 104 + 187 + 154 = 445 (100%)
R 104 of 445 ~ 23.37%
G 187 of 445 ~ 42.02%
B 154 of 445 ~ 34.61'%

%23.37
%42.02
%34.61

CMYK color model

#68BB9A color CMYK value is (44,0,18,27).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (44,0,18,27)
C44M0Y18K27 (44%, 0%, 18%, 27%)
(0.44 / 0.00 / 0.18 / 0.27)

CMYK percentages

%44.39
%0
%17.65
%26.67

Codes

Color #68BB9A in popluar color models

68 BB 9A
RGB 104 187 154
HSL 156° 37.90% 57.06%
HSB/HSV 156° 44.39% 73.33%
CMYK 44.39% 0.00% 17.65%
26.67%

Color #68BB9A in popluar number systems.

HEX 68 BB 9A
Decimal 104 187 154
Binary 1101000 10111011 10011010
Octal 150 273 232

Shades and tints

Shades of #68BB9A

#68BB9A
(104,187,154)
#5FAA8C
(95,170,140)
#56997E
(86,153,126)
#4D8870
(77,136,112)
#447762
(68,119,98)
#3B6654
(59,102,84)
#325546
(50,85,70)
#294438
(41,68,56)
#20332A
(32,51,42)
#17221C
(23,34,28)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #68BB9A

#68BB9A
(104,187,154)
#75C1A3
(117,193,163)
#82C7AC
(130,199,172)
#8FCDB5
(143,205,181)
#9CD3BE
(156,211,190)
#A9D9C7
(169,217,199)
#B6DFD0
(182,223,208)
#C3E5D9
(195,229,217)
#D0EBE2
(208,235,226)
#DDF1EB
(221,241,235)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68BB9A; }

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

This text font color is #68BB9A.

Background Color

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

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

This div background color is #68BB9A.

Border color

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

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

This div border color is #68BB9A.

Opacity

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

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

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

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

This text has shadow with #68BB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BB9A.

Preview

Color preview on black background

This text has color #68BB9A on black background.


Color preview on white background

This text has color #68BB9A on white background.


Black color preview on #68BB9A background

This text has black color on #68BB9A background.


White color preview on #68BB9A background

This text has white color on #68BB9A background.


Related colors

Complementary color

Complementary color for #hex is #974465.


I love getcolorcode.com

Triadic colors

1 #9A68BB and #BB9A68 with #68BB9A are triadic colors.

2 #9ABB68 and #BB689A with #68BB9A are triadic colors.