COLOR #67C4B4

HEX: #67C4B4 RGB: (103,196,180)

Color info

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

RGB color model

#67C4B4 color RGB value is (103,196,180).

RGB: (103,196,180) (40%, 77%, 71%)

RGB channels and saturation

R 103 of 255 = 40%
G 196 of 255 = 77%
B 180 of 255 = 71%

103
196
180

R + G + B ~ 63%. #67C4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 103 + 196 + 180 = 479 (100%)
R 103 of 479 ~ 21.5%
G 196 of 479 ~ 40.92%
B 180 of 479 ~ 37.58'%

%21.5
%40.92
%37.58

CMYK color model

#67C4B4 color CMYK value is (47,0,8,23).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 23.14%

CMYK: (47,0,8,23)
C47M0Y8K23 (47%, 0%, 8%, 23%)
(0.47 / 0.00 / 0.08 / 0.23)

CMYK percentages

%47.45
%0
%8.16
%23.14

Codes

Color #67C4B4 in popluar color models

67 C4 B4
RGB 103 196 180
HSL 170° 44.08% 58.63%
HSB/HSV 170° 47.45% 76.86%
CMYK 47.45% 0.00% 8.16%
23.14%

Color #67C4B4 in popluar number systems.

HEX 67 C4 B4
Decimal 103 196 180
Binary 1100111 11000100 10110100
Octal 147 304 264

Shades and tints

Shades of #67C4B4

#67C4B4
(103,196,180)
#5EB3A4
(94,179,164)
#55A294
(85,162,148)
#4C9184
(76,145,132)
#438074
(67,128,116)
#3A6F64
(58,111,100)
#315E54
(49,94,84)
#284D44
(40,77,68)
#1F3C34
(31,60,52)
#162B24
(22,43,36)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #67C4B4

#67C4B4
(103,196,180)
#74C9BA
(116,201,186)
#81CEC0
(129,206,192)
#8ED3C6
(142,211,198)
#9BD8CC
(155,216,204)
#A8DDD2
(168,221,210)
#B5E2D8
(181,226,216)
#C2E7DE
(194,231,222)
#CFECE4
(207,236,228)
#DCF1EA
(220,241,234)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67C4B4 color. Also use rgb(103,196,180) instead hex code.

Text Font Color

.myTextColor { color: #67C4B4; }

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

This text font color is #67C4B4.

Background Color

.myBgColor { background-color: #67C4B4; }

<div style="background-color:#67C4B4">Inner text</div>

This div background color is #67C4B4.

Border color

.myBorderColor { border: 1px solid #67C4B4; }

<div style="border:3px solid #67C4B4">Div</div>

This div border color is #67C4B4.

Opacity

.myOpacity80 { color: #67C4B4; opacity: 0.8; }

<p style="color:#67C4B4;opacity:0.8;">80%</p>

Text with #67C4B4 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 #67C4B4;}

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

This text has shadow with #67C4B4 color.


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

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

This text has shadow with #67C4B4 primary color and red secondary color.


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

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

This text has shadow with #67C4B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67C4B4.

Preview

Color preview on black background

This text has color #67C4B4 on black background.


Color preview on white background

This text has color #67C4B4 on white background.


Black color preview on #67C4B4 background

This text has black color on #67C4B4 background.


White color preview on #67C4B4 background

This text has white color on #67C4B4 background.


Related colors

Complementary color

Complementary color for #hex is #983B4B.


I love getcolorcode.com

Triadic colors

1 #B467C4 and #C4B467 with #67C4B4 are triadic colors.

2 #B4C467 and #C467B4 with #67C4B4 are triadic colors.