COLOR #68CA93

HEX: #68CA93 RGB: (104,202,147)

Color info

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

RGB color model

#68CA93 color RGB value is (104,202,147).

RGB: (104,202,147) (41%, 79%, 58%)

RGB channels and saturation

R 104 of 255 = 41%
G 202 of 255 = 79%
B 147 of 255 = 58%

104
202
147

R + G + B ~ 59%. #68CA93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 202 + 147 = 453 (100%)
R 104 of 453 ~ 22.96%
G 202 of 453 ~ 44.59%
B 147 of 453 ~ 32.45'%

%22.96
%44.59
%32.45

CMYK color model

#68CA93 color CMYK value is (49,0,27,21).

  • cyan value is 48.51%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK: (49,0,27,21) C49M0Y27K21 (49%,0%,27%,21%) (0.49/0.00/0.27/0.21) 

CMYK percentages

%48.51
%0
%27.23
%20.78

Codes

Color #68CA93 in popluar color models

68 CA 93
RGB 104 202 147
HSL 146° 48.04% 60.00%
HSB/HSV 146° 48.51% 79.22%
CMYK 48.51% 0.00% 27.23%
20.78%

Color #68CA93 in popluar number systems.

HEX 68 CA 93
Decimal 104 202 147
Binary 1101000 11001010 10010011
Octal 150 312 223

Shades and tints

Shades of #68CA93

#68CA93
(104,202,147)
#5FB886
(95,184,134)
#56A679
(86,166,121)
#4D946C
(77,148,108)
#44825F
(68,130,95)
#3B7052
(59,112,82)
#325E45
(50,94,69)
#294C38
(41,76,56)
#203A2B
(32,58,43)
#17281E
(23,40,30)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #68CA93

#68CA93
(104,202,147)
#75CE9C
(117,206,156)
#82D2A5
(130,210,165)
#8FD6AE
(143,214,174)
#9CDAB7
(156,218,183)
#A9DEC0
(169,222,192)
#B6E2C9
(182,226,201)
#C3E6D2
(195,230,210)
#D0EADB
(208,234,219)
#DDEEE4
(221,238,228)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68CA93; }

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

This text font color is #68CA93.

Background Color

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

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

This div background color is #68CA93.

Border color

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

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

This div border color is #68CA93.

Opacity

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

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

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

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

This text has shadow with #68CA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68CA93.

Preview

Color preview on black background

This text has color #68CA93 on black background.


Color preview on white background

This text has color #68CA93 on white background.


Black color preview on #68CA93 background

This text has black color on #68CA93 background.


White color preview on #68CA93 background

This text has white color on #68CA93 background.


Related colors

Complementary color

Complementary color for #hex is #97356C.


I love getcolorcode.com

Triadic colors

1 #9368CA and #CA9368 with #68CA93 are triadic colors.

2 #93CA68 and #CA6893 with #68CA93 are triadic colors.