COLOR #68FFC3

HEX: #68FFC3
RGB: (104,255,195)

Color info

#68FFC3 contains mainly green color. Web safe color of #68FFC3 is #66FFCC (or #6FC).

RGB color model

#68FFC3 color RGB value is (104,255,195).

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

RGB channels and saturation

R 104 of 255 = 41%
G 255 of 255 = 100%
B 195 of 255 = 76%

104
255
195

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

Portions of RGB colors in percentages

R + G + B =
104 + 255 + 195 = 554 (100%)
R 104 of 554 ~ 18.77%
G 255 of 554 ~ 46.03%
B 195 of 554 ~ 35.2%

%18.77
%46.03
%35.2

CMYK color model

#68FFC3 color CMYK value is (59,0,24,0).

  • cyan value is 59.22%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK:
(59,0,24,0)
C59M0Y24K0 
(59%,0%,24%,0%)
(0.59/0.00/0.24/0.00)	

CMYK percentages

%59.22
%0
%23.53
%0

Codes

Color #68FFC3 in popluar color models

68FFC3
RGB104255195
HSL156°100.00%70.39%
HSB/HSV156°59.22%100.00%
CMYK59.22%0.00%23.53%
0.00%

Color #68FFC3 in popluar number systems.

HEX68FFC3
Decimal104255195
Binary11010001111111111000011
Octal150377303

Shades and tints

Shades of #68FFC3

#68FFC3
(104,255,195)
#5FE8B2
(95,232,178)
#56D1A1
(86,209,161)
#4DBA90
(77,186,144)
#44A37F
(68,163,127)
#3B8C6E
(59,140,110)
#32755D
(50,117,93)
#295E4C
(41,94,76)
#20473B
(32,71,59)
#17302A
(23,48,42)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #68FFC3

#68FFC3
(104,255,195)
#75FFC8
(117,255,200)
#82FFCD
(130,255,205)
#8FFFD2
(143,255,210)
#9CFFD7
(156,255,215)
#A9FFDC
(169,255,220)
#B6FFE1
(182,255,225)
#C3FFE6
(195,255,230)
#D0FFEB
(208,255,235)
#DDFFF0
(221,255,240)
#EAFFF5
(234,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68FFC3; }

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

This text font color is #68FFC3.


Background Color

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

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

This div background color is #68FFC3.


Border color

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

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

This div border color is #68FFC3.


Opacity

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

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

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

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

This text has shadow with #68FFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68FFC3 on black background.


Color preview on white background

This text has color #68FFC3 on white background.



Black color preview on #68FFC3 background

This text has black color on #68FFC3 background.


White color preview on #68FFC3 background

This text has white color on #68FFC3 background.