COLOR #68BCAD

HEX: #68BCAD
RGB: (104,188,173)

Color info

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

RGB color model

#68BCAD color RGB value is (104,188,173).

  • red value is 104;
  • green value is 188;
  • blue value is 173.
RGB:
(104,188,173)
(41%,74%,68%)

RGB channels and saturation

R 104 of 255 = 41%
G 188 of 255 = 74%
B 173 of 255 = 68%

104
188
173

R + G + B ~ 61%. #68BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 188 + 173 = 465 (100%)
R 104 of 465 ~ 22.37%
G 188 of 465 ~ 40.43%
B 173 of 465 ~ 37.2%

%22.37
%40.43
%37.2

CMYK color model

#68BCAD color CMYK value is (45,0,8,26).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(45,0,8,26)
C45M0Y8K26 
(45%,0%,8%,26%)
(0.45/0.00/0.08/0.26)	

CMYK percentages

%44.68
%0
%7.98
%26.27

Codes

Color #68BCAD in popluar color models

68BCAD
RGB104188173
HSL169°38.53%57.25%
HSB/HSV169°44.68%73.73%
CMYK44.68%0.00%7.98%
26.27%

Color #68BCAD in popluar number systems.

HEX68BCAD
Decimal104188173
Binary11010001011110010101101
Octal150274255

Shades and tints

Shades of #68BCAD

#68BCAD
(104,188,173)
#5FAB9E
(95,171,158)
#569A8F
(86,154,143)
#4D8980
(77,137,128)
#447871
(68,120,113)
#3B6762
(59,103,98)
#325653
(50,86,83)
#294544
(41,69,68)
#203435
(32,52,53)
#172326
(23,35,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #68BCAD

#68BCAD
(104,188,173)
#75C2B4
(117,194,180)
#82C8BB
(130,200,187)
#8FCEC2
(143,206,194)
#9CD4C9
(156,212,201)
#A9DAD0
(169,218,208)
#B6E0D7
(182,224,215)
#C3E6DE
(195,230,222)
#D0ECE5
(208,236,229)
#DDF2EC
(221,242,236)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68BCAD; }

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

This text font color is #68BCAD.


Background Color

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

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

This div background color is #68BCAD.


Border color

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

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

This div border color is #68BCAD.


Opacity

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

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

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

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

This text has shadow with #68BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BCAD on black background.


Color preview on white background

This text has color #68BCAD on white background.



Black color preview on #68BCAD background

This text has black color on #68BCAD background.


White color preview on #68BCAD background

This text has white color on #68BCAD background.