COLOR #68C3B3

HEX: #68C3B3
RGB: (104,195,179)

Color info

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

RGB color model

#68C3B3 color RGB value is (104,195,179).

  • red value is 104;
  • green value is 195;
  • blue value is 179.
RGB:
(104,195,179)
(41%,76%,70%)

RGB channels and saturation

R 104 of 255 = 41%
G 195 of 255 = 76%
B 179 of 255 = 70%

104
195
179

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

Portions of RGB colors in percentages

R + G + B =
104 + 195 + 179 = 478 (100%)
R 104 of 478 ~ 21.76%
G 195 of 478 ~ 40.79%
B 179 of 478 ~ 37.45%

%21.76
%40.79
%37.45

CMYK color model

#68C3B3 color CMYK value is (47,0,8,24).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(47,0,8,24)
C47M0Y8K24 
(47%,0%,8%,24%)
(0.47/0.00/0.08/0.24)	

CMYK percentages

%46.67
%0
%8.21
%23.53

Codes

Color #68C3B3 in popluar color models

68C3B3
RGB104195179
HSL169°43.13%58.63%
HSB/HSV169°46.67%76.47%
CMYK46.67%0.00%8.21%
23.53%

Color #68C3B3 in popluar number systems.

HEX68C3B3
Decimal104195179
Binary11010001100001110110011
Octal150303263

Shades and tints

Shades of #68C3B3

#68C3B3
(104,195,179)
#5FB2A3
(95,178,163)
#56A193
(86,161,147)
#4D9083
(77,144,131)
#447F73
(68,127,115)
#3B6E63
(59,110,99)
#325D53
(50,93,83)
#294C43
(41,76,67)
#203B33
(32,59,51)
#172A23
(23,42,35)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #68C3B3

#68C3B3
(104,195,179)
#75C8B9
(117,200,185)
#82CDBF
(130,205,191)
#8FD2C5
(143,210,197)
#9CD7CB
(156,215,203)
#A9DCD1
(169,220,209)
#B6E1D7
(182,225,215)
#C3E6DD
(195,230,221)
#D0EBE3
(208,235,227)
#DDF0E9
(221,240,233)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C3B3; }

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

This text font color is #68C3B3.


Background Color

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

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

This div background color is #68C3B3.


Border color

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

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

This div border color is #68C3B3.


Opacity

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

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

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

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

This text has shadow with #68C3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C3B3 on black background.


Color preview on white background

This text has color #68C3B3 on white background.



Black color preview on #68C3B3 background

This text has black color on #68C3B3 background.


White color preview on #68C3B3 background

This text has white color on #68C3B3 background.