COLOR #68D5CA

HEX: #68D5CA RGB: (104,213,202)

Color info

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

RGB color model

#68D5CA color RGB value is (104,213,202).

RGB: (104,213,202) (41%, 84%, 79%)

RGB channels and saturation

R 104 of 255 = 41%
G 213 of 255 = 84%
B 202 of 255 = 79%

104
213
202

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

Portions of RGB colors in percentages

R + G + B = 104 + 213 + 202 = 519 (100%)
R 104 of 519 ~ 20.04%
G 213 of 519 ~ 41.04%
B 202 of 519 ~ 38.92'%

%20.04
%41.04
%38.92

CMYK color model

#68D5CA color CMYK value is (51,0,5,16).

  • cyan value is 51.17%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%

CMYK: (51,0,5,16)
C51M0Y5K16 (51%, 0%, 5%, 16%)
(0.51 / 0.00 / 0.05 / 0.16)

CMYK percentages

%51.17
%0
%5.16
%16.47

Codes

Color #68D5CA in popluar color models

68 D5 CA
RGB 104 213 202
HSL 174° 56.48% 62.16%
HSB/HSV 174° 51.17% 83.53%
CMYK 51.17% 0.00% 5.16%
16.47%

Color #68D5CA in popluar number systems.

HEX 68 D5 CA
Decimal 104 213 202
Binary 1101000 11010101 11001010
Octal 150 325 312

Shades and tints

Shades of #68D5CA

#68D5CA
(104,213,202)
#5FC2B8
(95,194,184)
#56AFA6
(86,175,166)
#4D9C94
(77,156,148)
#448982
(68,137,130)
#3B7670
(59,118,112)
#32635E
(50,99,94)
#29504C
(41,80,76)
#203D3A
(32,61,58)
#172A28
(23,42,40)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #68D5CA

#68D5CA
(104,213,202)
#75D8CE
(117,216,206)
#82DBD2
(130,219,210)
#8FDED6
(143,222,214)
#9CE1DA
(156,225,218)
#A9E4DE
(169,228,222)
#B6E7E2
(182,231,226)
#C3EAE6
(195,234,230)
#D0EDEA
(208,237,234)
#DDF0EE
(221,240,238)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D5CA; }

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

This text font color is #68D5CA.

Background Color

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

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

This div background color is #68D5CA.

Border color

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

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

This div border color is #68D5CA.

Opacity

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

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

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

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

This text has shadow with #68D5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D5CA.

Preview

Color preview on black background

This text has color #68D5CA on black background.


Color preview on white background

This text has color #68D5CA on white background.


Black color preview on #68D5CA background

This text has black color on #68D5CA background.


White color preview on #68D5CA background

This text has white color on #68D5CA background.


Related colors

Complementary color

Complementary color for #hex is #972A35.


I love getcolorcode.com

Triadic colors

1 #CA68D5 and #D5CA68 with #68D5CA are triadic colors.

2 #CAD568 and #D568CA with #68D5CA are triadic colors.