COLOR #68B889

HEX: #68B889 RGB: (104,184,137)

Color info

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

RGB color model

#68B889 color RGB value is (104,184,137).

RGB: (104,184,137) (41%, 72%, 54%)

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 137 of 255 = 54%

104
184
137

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

Portions of RGB colors in percentages

R + G + B = 104 + 184 + 137 = 425 (100%)
R 104 of 425 ~ 24.47%
G 184 of 425 ~ 43.29%
B 137 of 425 ~ 32.24'%

%24.47
%43.29
%32.24

CMYK color model

#68B889 color CMYK value is (43,0,26,28).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 27.84%

CMYK: (43,0,26,28)
C43M0Y26K28 (43%, 0%, 26%, 28%)
(0.43 / 0.00 / 0.26 / 0.28)

CMYK percentages

%43.48
%0
%25.54
%27.84

Codes

Color #68B889 in popluar color models

68 B8 89
RGB 104 184 137
HSL 145° 36.04% 56.47%
HSB/HSV 145° 43.48% 72.16%
CMYK 43.48% 0.00% 25.54%
27.84%

Color #68B889 in popluar number systems.

HEX 68 B8 89
Decimal 104 184 137
Binary 1101000 10111000 10001001
Octal 150 270 211

Shades and tints

Shades of #68B889

#68B889
(104,184,137)
#5FA87D
(95,168,125)
#569871
(86,152,113)
#4D8865
(77,136,101)
#447859
(68,120,89)
#3B684D
(59,104,77)
#325841
(50,88,65)
#294835
(41,72,53)
#203829
(32,56,41)
#17281D
(23,40,29)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #68B889

#68B889
(104,184,137)
#75BE93
(117,190,147)
#82C49D
(130,196,157)
#8FCAA7
(143,202,167)
#9CD0B1
(156,208,177)
#A9D6BB
(169,214,187)
#B6DCC5
(182,220,197)
#C3E2CF
(195,226,207)
#D0E8D9
(208,232,217)
#DDEEE3
(221,238,227)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B889 color. Also use rgb(104,184,137) instead hex code.

Text Font Color

.myTextColor { color: #68B889; }

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

This text font color is #68B889.

Background Color

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

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

This div background color is #68B889.

Border color

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

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

This div border color is #68B889.

Opacity

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

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

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

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

This text has shadow with #68B889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B889.

Preview

Color preview on black background

This text has color #68B889 on black background.


Color preview on white background

This text has color #68B889 on white background.


Black color preview on #68B889 background

This text has black color on #68B889 background.


White color preview on #68B889 background

This text has white color on #68B889 background.


Related colors

Complementary color

Complementary color for #hex is #974776.


I love getcolorcode.com

Triadic colors

1 #8968B8 and #B88968 with #68B889 are triadic colors.

2 #89B868 and #B86889 with #68B889 are triadic colors.