COLOR #68C9C9

HEX: #68C9C9
RGB: (104,201,201)

Color info

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

RGB color model

#68C9C9 color RGB value is (104,201,201).

  • red value is 104;
  • green value is 201;
  • blue value is 201.
RGB:
(104,201,201)
(41%,79%,79%)

RGB channels and saturation

R 104 of 255 = 41%
G 201 of 255 = 79%
B 201 of 255 = 79%

104
201
201

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

Portions of RGB colors in percentages

R + G + B =
104 + 201 + 201 = 506 (100%)
R 104 of 506 ~ 20.55%
G 201 of 506 ~ 39.72%
B 201 of 506 ~ 39.72%

%20.55
%39.72
%39.72

CMYK color model

#68C9C9 color CMYK value is (48,0,0,21).

  • cyan value is 48.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(48,0,0,21)
C48M0Y0K21 
(48%,0%,0%,21%)
(0.48/0.00/0.00/0.21)	

CMYK percentages

%48.26
%0
%0
%21.18

Codes

Color #68C9C9 in popluar color models

68C9C9
RGB104201201
HSL180°47.32%59.80%
HSB/HSV180°48.26%78.82%
CMYK48.26%0.00%0.00%
21.18%

Color #68C9C9 in popluar number systems.

HEX68C9C9
Decimal104201201
Binary11010001100100111001001
Octal150311311

Shades and tints

Shades of #68C9C9

#68C9C9
(104,201,201)
#5FB7B7
(95,183,183)
#56A5A5
(86,165,165)
#4D9393
(77,147,147)
#448181
(68,129,129)
#3B6F6F
(59,111,111)
#325D5D
(50,93,93)
#294B4B
(41,75,75)
#203939
(32,57,57)
#172727
(23,39,39)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #68C9C9

#68C9C9
(104,201,201)
#75CDCD
(117,205,205)
#82D1D1
(130,209,209)
#8FD5D5
(143,213,213)
#9CD9D9
(156,217,217)
#A9DDDD
(169,221,221)
#B6E1E1
(182,225,225)
#C3E5E5
(195,229,229)
#D0E9E9
(208,233,233)
#DDEDED
(221,237,237)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C9C9; }

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

This text font color is #68C9C9.


Background Color

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

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

This div background color is #68C9C9.


Border color

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

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

This div border color is #68C9C9.


Opacity

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

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

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

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

This text has shadow with #68C9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C9C9 on black background.


Color preview on white background

This text has color #68C9C9 on white background.



Black color preview on #68C9C9 background

This text has black color on #68C9C9 background.


White color preview on #68C9C9 background

This text has white color on #68C9C9 background.