COLOR #68DDD5

HEX: #68DDD5 RGB: (104,221,213)

Color info

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

RGB color model

#68DDD5 color RGB value is (104,221,213).

RGB: (104,221,213) (41%, 87%, 84%)

RGB channels and saturation

R 104 of 255 = 41%
G 221 of 255 = 87%
B 213 of 255 = 84%

104
221
213

R + G + B ~ 71%. #68DDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 221 + 213 = 538 (100%)
R 104 of 538 ~ 19.33%
G 221 of 538 ~ 41.08%
B 213 of 538 ~ 39.59'%

%19.33
%41.08
%39.59

CMYK color model

#68DDD5 color CMYK value is (53,0,4,13).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%

CMYK: (53,0,4,13)
C53M0Y4K13 (53%, 0%, 4%, 13%)
(0.53 / 0.00 / 0.04 / 0.13)

CMYK percentages

%52.94
%0
%3.62
%13.33

Codes

Color #68DDD5 in popluar color models

68 DD D5
RGB 104 221 213
HSL 176° 63.24% 63.73%
HSB/HSV 176° 52.94% 86.67%
CMYK 52.94% 0.00% 3.62%
13.33%

Color #68DDD5 in popluar number systems.

HEX 68 DD D5
Decimal 104 221 213
Binary 1101000 11011101 11010101
Octal 150 335 325

Shades and tints

Shades of #68DDD5

#68DDD5
(104,221,213)
#5FC9C2
(95,201,194)
#56B5AF
(86,181,175)
#4DA19C
(77,161,156)
#448D89
(68,141,137)
#3B7976
(59,121,118)
#326563
(50,101,99)
#295150
(41,81,80)
#203D3D
(32,61,61)
#17292A
(23,41,42)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #68DDD5

#68DDD5
(104,221,213)
#75E0D8
(117,224,216)
#82E3DB
(130,227,219)
#8FE6DE
(143,230,222)
#9CE9E1
(156,233,225)
#A9ECE4
(169,236,228)
#B6EFE7
(182,239,231)
#C3F2EA
(195,242,234)
#D0F5ED
(208,245,237)
#DDF8F0
(221,248,240)
#EAFBF3
(234,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DDD5 color. Also use rgb(104,221,213) instead hex code.

Text Font Color

.myTextColor { color: #68DDD5; }

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

This text font color is #68DDD5.

Background Color

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

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

This div background color is #68DDD5.

Border color

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

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

This div border color is #68DDD5.

Opacity

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

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

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

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

This text has shadow with #68DDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68DDD5.

Preview

Color preview on black background

This text has color #68DDD5 on black background.


Color preview on white background

This text has color #68DDD5 on white background.


Black color preview on #68DDD5 background

This text has black color on #68DDD5 background.


White color preview on #68DDD5 background

This text has white color on #68DDD5 background.


Related colors

Complementary color

Complementary color for #hex is #97222A.


I love getcolorcode.com

Triadic colors

1 #D568DD and #DDD568 with #68DDD5 are triadic colors.

2 #D5DD68 and #DD68D5 with #68DDD5 are triadic colors.