COLOR #60B0A0

HEX: #60B0A0
RGB: (96,176,160)

Color info

#60B0A0 contains mainly green and blue colors. Web safe color of #60B0A0 is #669999 (or #699).

RGB color model

#60B0A0 color RGB value is (96,176,160).

  • red value is 96;
  • green value is 176;
  • blue value is 160.
RGB:
(96,176,160)
(38%,69%,63%)

RGB channels and saturation

R 96 of 255 = 38%
G 176 of 255 = 69%
B 160 of 255 = 63%

96
176
160

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

Portions of RGB colors in percentages

R + G + B =
96 + 176 + 160 = 432 (100%)
R 96 of 432 ~ 22.22%
G 176 of 432 ~ 40.74%
B 160 of 432 ~ 37.04%

%22.22
%40.74
%37.04

CMYK color model

#60B0A0 color CMYK value is (45,0,9,31).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(45,0,9,31)
C45M0Y9K31 
(45%,0%,9%,31%)
(0.45/0.00/0.09/0.31)	

CMYK percentages

%45.45
%0
%9.09
%30.98

Codes

Color #60B0A0 in popluar color models

60B0A0
RGB96176160
HSL168°33.61%53.33%
HSB/HSV168°45.45%69.02%
CMYK45.45%0.00%9.09%
30.98%

Color #60B0A0 in popluar number systems.

HEX60B0A0
Decimal96176160
Binary11000001011000010100000
Octal140260240

Shades and tints

Shades of #60B0A0

#60B0A0
(96,176,160)
#58A092
(88,160,146)
#509084
(80,144,132)
#488076
(72,128,118)
#407068
(64,112,104)
#38605A
(56,96,90)
#30504C
(48,80,76)
#28403E
(40,64,62)
#203030
(32,48,48)
#182022
(24,32,34)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #60B0A0

#60B0A0
(96,176,160)
#6EB7A8
(110,183,168)
#7CBEB0
(124,190,176)
#8AC5B8
(138,197,184)
#98CCC0
(152,204,192)
#A6D3C8
(166,211,200)
#B4DAD0
(180,218,208)
#C2E1D8
(194,225,216)
#D0E8E0
(208,232,224)
#DEEFE8
(222,239,232)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B0A0 color. Also use rgb(96,176,160) instead hex code.

Text Font Color

.myTextColor { color: #60B0A0; }

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

This text font color is #60B0A0.


Background Color

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

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

This div background color is #60B0A0.


Border color

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

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

This div border color is #60B0A0.


Opacity

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

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

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

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

This text has shadow with #60B0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B0A0 on black background.


Color preview on white background

This text has color #60B0A0 on white background.



Black color preview on #60B0A0 background

This text has black color on #60B0A0 background.


White color preview on #60B0A0 background

This text has white color on #60B0A0 background.