COLOR #67BEA5

HEX: #67BEA5 RGB: (103,190,165)

Color info

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

RGB color model

#67BEA5 color RGB value is (103,190,165).

RGB: (103,190,165) (40%, 75%, 65%)

RGB channels and saturation

R 103 of 255 = 40%
G 190 of 255 = 75%
B 165 of 255 = 65%

103
190
165

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

Portions of RGB colors in percentages

R + G + B = 103 + 190 + 165 = 458 (100%)
R 103 of 458 ~ 22.49%
G 190 of 458 ~ 41.48%
B 165 of 458 ~ 36.03'%

%22.49
%41.48
%36.03

CMYK color model

#67BEA5 color CMYK value is (46,0,13,25).

  • cyan value is 45.79%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%

CMYK: (46,0,13,25)
C46M0Y13K25 (46%, 0%, 13%, 25%)
(0.46 / 0.00 / 0.13 / 0.25)

CMYK percentages

%45.79
%0
%13.16
%25.49

Codes

Color #67BEA5 in popluar color models

67 BE A5
RGB 103 190 165
HSL 163° 40.09% 57.45%
HSB/HSV 163° 45.79% 74.51%
CMYK 45.79% 0.00% 13.16%
25.49%

Color #67BEA5 in popluar number systems.

HEX 67 BE A5
Decimal 103 190 165
Binary 1100111 10111110 10100101
Octal 147 276 245

Shades and tints

Shades of #67BEA5

#67BEA5
(103,190,165)
#5EAD96
(94,173,150)
#559C87
(85,156,135)
#4C8B78
(76,139,120)
#437A69
(67,122,105)
#3A695A
(58,105,90)
#31584B
(49,88,75)
#28473C
(40,71,60)
#1F362D
(31,54,45)
#16251E
(22,37,30)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #67BEA5

#67BEA5
(103,190,165)
#74C3AD
(116,195,173)
#81C8B5
(129,200,181)
#8ECDBD
(142,205,189)
#9BD2C5
(155,210,197)
#A8D7CD
(168,215,205)
#B5DCD5
(181,220,213)
#C2E1DD
(194,225,221)
#CFE6E5
(207,230,229)
#DCEBED
(220,235,237)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BEA5 color. Also use rgb(103,190,165) instead hex code.

Text Font Color

.myTextColor { color: #67BEA5; }

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

This text font color is #67BEA5.

Background Color

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

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

This div background color is #67BEA5.

Border color

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

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

This div border color is #67BEA5.

Opacity

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

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

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

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

This text has shadow with #67BEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67BEA5.

Preview

Color preview on black background

This text has color #67BEA5 on black background.


Color preview on white background

This text has color #67BEA5 on white background.


Black color preview on #67BEA5 background

This text has black color on #67BEA5 background.


White color preview on #67BEA5 background

This text has white color on #67BEA5 background.


Related colors

Complementary color

Complementary color for #hex is #98415A.


I love getcolorcode.com

Triadic colors

1 #A567BE and #BEA567 with #67BEA5 are triadic colors.

2 #A5BE67 and #BE67A5 with #67BEA5 are triadic colors.