COLOR #68D3AB

HEX: #68D3AB RGB: (104,211,171)

Color info

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

RGB color model

#68D3AB color RGB value is (104,211,171).

RGB: (104,211,171) (41%, 83%, 67%)

RGB channels and saturation

R 104 of 255 = 41%
G 211 of 255 = 83%
B 171 of 255 = 67%

104
211
171

R + G + B ~ 64%. #68D3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 211 + 171 = 486 (100%)
R 104 of 486 ~ 21.4%
G 211 of 486 ~ 43.42%
B 171 of 486 ~ 35.19'%

%21.4
%43.42
%35.19

CMYK color model

#68D3AB color CMYK value is (51,0,19,17).

  • cyan value is 50.71%
  • magenta value is 0.00%
  • yellow value is 18.96%
  • key color value is 17.25%

CMYK: (51,0,19,17)
C51M0Y19K17 (51%, 0%, 19%, 17%)
(0.51 / 0.00 / 0.19 / 0.17)

CMYK percentages

%50.71
%0
%18.96
%17.25

Codes

Color #68D3AB in popluar color models

68 D3 AB
RGB 104 211 171
HSL 158° 54.87% 61.76%
HSB/HSV 158° 50.71% 82.75%
CMYK 50.71% 0.00% 18.96%
17.25%

Color #68D3AB in popluar number systems.

HEX 68 D3 AB
Decimal 104 211 171
Binary 1101000 11010011 10101011
Octal 150 323 253

Shades and tints

Shades of #68D3AB

#68D3AB
(104,211,171)
#5FC09C
(95,192,156)
#56AD8D
(86,173,141)
#4D9A7E
(77,154,126)
#44876F
(68,135,111)
#3B7460
(59,116,96)
#326151
(50,97,81)
#294E42
(41,78,66)
#203B33
(32,59,51)
#172824
(23,40,36)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #68D3AB

#68D3AB
(104,211,171)
#75D7B2
(117,215,178)
#82DBB9
(130,219,185)
#8FDFC0
(143,223,192)
#9CE3C7
(156,227,199)
#A9E7CE
(169,231,206)
#B6EBD5
(182,235,213)
#C3EFDC
(195,239,220)
#D0F3E3
(208,243,227)
#DDF7EA
(221,247,234)
#EAFBF1
(234,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D3AB color. Also use rgb(104,211,171) instead hex code.

Text Font Color

.myTextColor { color: #68D3AB; }

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

This text font color is #68D3AB.

Background Color

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

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

This div background color is #68D3AB.

Border color

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

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

This div border color is #68D3AB.

Opacity

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

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

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

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

This text has shadow with #68D3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D3AB.

Preview

Color preview on black background

This text has color #68D3AB on black background.


Color preview on white background

This text has color #68D3AB on white background.


Black color preview on #68D3AB background

This text has black color on #68D3AB background.


White color preview on #68D3AB background

This text has white color on #68D3AB background.


Related colors

Complementary color

Complementary color for #hex is #972C54.


I love getcolorcode.com

Triadic colors

1 #AB68D3 and #D3AB68 with #68D3AB are triadic colors.

2 #ABD368 and #D368AB with #68D3AB are triadic colors.