COLOR #68BCA2

HEX: #68BCA2 RGB: (104,188,162)

Color info

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

RGB color model

#68BCA2 color RGB value is (104,188,162).

RGB: (104,188,162) (41%, 74%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 188 of 255 = 74%
B 162 of 255 = 64%

104
188
162

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

Portions of RGB colors in percentages

R + G + B = 104 + 188 + 162 = 454 (100%)
R 104 of 454 ~ 22.91%
G 188 of 454 ~ 41.41%
B 162 of 454 ~ 35.68'%

%22.91
%41.41
%35.68

CMYK color model

#68BCA2 color CMYK value is (45,0,14,26).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 26.27%

CMYK: (45,0,14,26)
C45M0Y14K26 (45%, 0%, 14%, 26%)
(0.45 / 0.00 / 0.14 / 0.26)

CMYK percentages

%44.68
%0
%13.83
%26.27

Codes

Color #68BCA2 in popluar color models

68 BC A2
RGB 104 188 162
HSL 161° 38.53% 57.25%
HSB/HSV 161° 44.68% 73.73%
CMYK 44.68% 0.00% 13.83%
26.27%

Color #68BCA2 in popluar number systems.

HEX 68 BC A2
Decimal 104 188 162
Binary 1101000 10111100 10100010
Octal 150 274 242

Shades and tints

Shades of #68BCA2

#68BCA2
(104,188,162)
#5FAB94
(95,171,148)
#569A86
(86,154,134)
#4D8978
(77,137,120)
#44786A
(68,120,106)
#3B675C
(59,103,92)
#32564E
(50,86,78)
#294540
(41,69,64)
#203432
(32,52,50)
#172324
(23,35,36)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #68BCA2

#68BCA2
(104,188,162)
#75C2AA
(117,194,170)
#82C8B2
(130,200,178)
#8FCEBA
(143,206,186)
#9CD4C2
(156,212,194)
#A9DACA
(169,218,202)
#B6E0D2
(182,224,210)
#C3E6DA
(195,230,218)
#D0ECE2
(208,236,226)
#DDF2EA
(221,242,234)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68BCA2; }

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

This text font color is #68BCA2.

Background Color

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

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

This div background color is #68BCA2.

Border color

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

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

This div border color is #68BCA2.

Opacity

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

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

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

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

This text has shadow with #68BCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BCA2.

Preview

Color preview on black background

This text has color #68BCA2 on black background.


Color preview on white background

This text has color #68BCA2 on white background.


Black color preview on #68BCA2 background

This text has black color on #68BCA2 background.


White color preview on #68BCA2 background

This text has white color on #68BCA2 background.


Related colors

Complementary color

Complementary color for #hex is #97435D.


I love getcolorcode.com

Triadic colors

1 #A268BC and #BCA268 with #68BCA2 are triadic colors.

2 #A2BC68 and #BC68A2 with #68BCA2 are triadic colors.