COLOR #68D6BA

HEX: #68D6BA RGB: (104,214,186)

Color info

#68D6BA contains mainly green and blue colors. Web safe color of #68D6BA is #66CCCC (or #6CC).

RGB color model

#68D6BA color RGB value is (104,214,186).

RGB: (104,214,186) (41%, 84%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 214 of 255 = 84%
B 186 of 255 = 73%

104
214
186

R + G + B ~ 66%. #68D6BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 214 + 186 = 504 (100%)
R 104 of 504 ~ 20.63%
G 214 of 504 ~ 42.46%
B 186 of 504 ~ 36.9'%

%20.63
%42.46
%36.9

CMYK color model

#68D6BA color CMYK value is (51,0,13,16).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%

CMYK: (51,0,13,16)
C51M0Y13K16 (51%, 0%, 13%, 16%)
(0.51 / 0.00 / 0.13 / 0.16)

CMYK percentages

%51.4
%0
%13.08
%16.08

Codes

Color #68D6BA in popluar color models

68 D6 BA
RGB 104 214 186
HSL 165° 57.29% 62.35%
HSB/HSV 165° 51.40% 83.92%
CMYK 51.40% 0.00% 13.08%
16.08%

Color #68D6BA in popluar number systems.

HEX 68 D6 BA
Decimal 104 214 186
Binary 1101000 11010110 10111010
Octal 150 326 272

Shades and tints

Shades of #68D6BA

#68D6BA
(104,214,186)
#5FC3AA
(95,195,170)
#56B09A
(86,176,154)
#4D9D8A
(77,157,138)
#448A7A
(68,138,122)
#3B776A
(59,119,106)
#32645A
(50,100,90)
#29514A
(41,81,74)
#203E3A
(32,62,58)
#172B2A
(23,43,42)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #68D6BA

#68D6BA
(104,214,186)
#75D9C0
(117,217,192)
#82DCC6
(130,220,198)
#8FDFCC
(143,223,204)
#9CE2D2
(156,226,210)
#A9E5D8
(169,229,216)
#B6E8DE
(182,232,222)
#C3EBE4
(195,235,228)
#D0EEEA
(208,238,234)
#DDF1F0
(221,241,240)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D6BA color. Also use rgb(104,214,186) instead hex code.

Text Font Color

.myTextColor { color: #68D6BA; }

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

This text font color is #68D6BA.

Background Color

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

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

This div background color is #68D6BA.

Border color

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

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

This div border color is #68D6BA.

Opacity

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

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

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

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

This text has shadow with #68D6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D6BA.

Preview

Color preview on black background

This text has color #68D6BA on black background.


Color preview on white background

This text has color #68D6BA on white background.


Black color preview on #68D6BA background

This text has black color on #68D6BA background.


White color preview on #68D6BA background

This text has white color on #68D6BA background.


Related colors

Complementary color

Complementary color for #hex is #972945.


I love getcolorcode.com

Triadic colors

1 #BA68D6 and #D6BA68 with #68D6BA are triadic colors.

2 #BAD668 and #D668BA with #68D6BA are triadic colors.