COLOR #60B8A4

HEX: #60B8A4 RGB: (96,184,164)

Color info

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

RGB color model

#60B8A4 color RGB value is (96,184,164).

RGB: (96,184,164) (38%, 72%, 64%)

RGB channels and saturation

R 96 of 255 = 38%
G 184 of 255 = 72%
B 164 of 255 = 64%

96
184
164

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

Portions of RGB colors in percentages

R + G + B = 96 + 184 + 164 = 444 (100%)
R 96 of 444 ~ 21.62%
G 184 of 444 ~ 41.44%
B 164 of 444 ~ 36.94'%

%21.62
%41.44
%36.94

CMYK color model

#60B8A4 color CMYK value is (48,0,11,28).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 27.84%

CMYK: (48,0,11,28)
C48M0Y11K28 (48%, 0%, 11%, 28%)
(0.48 / 0.00 / 0.11 / 0.28)

CMYK percentages

%47.83
%0
%10.87
%27.84

Codes

Color #60B8A4 in popluar color models

60 B8 A4
RGB 96 184 164
HSL 166° 38.26% 54.90%
HSB/HSV 166° 47.83% 72.16%
CMYK 47.83% 0.00% 10.87%
27.84%

Color #60B8A4 in popluar number systems.

HEX 60 B8 A4
Decimal 96 184 164
Binary 1100000 10111000 10100100
Octal 140 270 244

Shades and tints

Shades of #60B8A4

#60B8A4
(96,184,164)
#58A896
(88,168,150)
#509888
(80,152,136)
#48887A
(72,136,122)
#40786C
(64,120,108)
#38685E
(56,104,94)
#305850
(48,88,80)
#284842
(40,72,66)
#203834
(32,56,52)
#182826
(24,40,38)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #60B8A4

#60B8A4
(96,184,164)
#6EBEAC
(110,190,172)
#7CC4B4
(124,196,180)
#8ACABC
(138,202,188)
#98D0C4
(152,208,196)
#A6D6CC
(166,214,204)
#B4DCD4
(180,220,212)
#C2E2DC
(194,226,220)
#D0E8E4
(208,232,228)
#DEEEEC
(222,238,236)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B8A4 color. Also use rgb(96,184,164) instead hex code.

Text Font Color

.myTextColor { color: #60B8A4; }

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

This text font color is #60B8A4.

Background Color

.myBgColor { background-color: #60B8A4; }

<div style="background-color:#60B8A4">Inner text</div>

This div background color is #60B8A4.

Border color

.myBorderColor { border: 1px solid #60B8A4; }

<div style="border:3px solid #60B8A4">Div</div>

This div border color is #60B8A4.

Opacity

.myOpacity80 { color: #60B8A4; opacity: 0.8; }

<p style="color:#60B8A4;opacity:0.8;">80%</p>

Text with #60B8A4 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 #60B8A4;}

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

This text has shadow with #60B8A4 color.


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

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

This text has shadow with #60B8A4 primary color and red secondary color.


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

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

This text has shadow with #60B8A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60B8A4.

Preview

Color preview on black background

This text has color #60B8A4 on black background.


Color preview on white background

This text has color #60B8A4 on white background.


Black color preview on #60B8A4 background

This text has black color on #60B8A4 background.


White color preview on #60B8A4 background

This text has white color on #60B8A4 background.


Related colors

Complementary color

Complementary color for #hex is #9F475B.


I love getcolorcode.com

Triadic colors

1 #A460B8 and #B8A460 with #60B8A4 are triadic colors.

2 #A4B860 and #B860A4 with #60B8A4 are triadic colors.