COLOR #60B2B7

HEX: #60B2B7
RGB: (96,178,183)

Color info

#60B2B7 contains mainly green and blue colors. Web safe color of #60B2B7 is #6699CC (or #69C).

RGB color model

#60B2B7 color RGB value is (96,178,183).

  • red value is 96;
  • green value is 178;
  • blue value is 183.
RGB:
(96,178,183)
(38%,70%,72%)

RGB channels and saturation

R 96 of 255 = 38%
G 178 of 255 = 70%
B 183 of 255 = 72%

96
178
183

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

Portions of RGB colors in percentages

R + G + B =
96 + 178 + 183 = 457 (100%)
R 96 of 457 ~ 21.01%
G 178 of 457 ~ 38.95%
B 183 of 457 ~ 40.04%

%21.01
%38.95
%40.04

CMYK color model

#60B2B7 color CMYK value is (48,3,0,28).

  • cyan value is 47.54%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(48,3,0,28)
C48M3Y0K28 
(48%,3%,0%,28%)
(0.48/0.03/0.00/0.28)	

CMYK percentages

%47.54
%2.73
%0
%28.24

Codes

Color #60B2B7 in popluar color models

60B2B7
RGB96178183
HSL183°37.66%54.71%
HSB/HSV183°47.54%71.76%
CMYK47.54%2.73%0.00%
28.24%

Color #60B2B7 in popluar number systems.

HEX60B2B7
Decimal96178183
Binary11000001011001010110111
Octal140262267

Shades and tints

Shades of #60B2B7

#60B2B7
(96,178,183)
#58A2A7
(88,162,167)
#509297
(80,146,151)
#488287
(72,130,135)
#407277
(64,114,119)
#386267
(56,98,103)
#305257
(48,82,87)
#284247
(40,66,71)
#203237
(32,50,55)
#182227
(24,34,39)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #60B2B7

#60B2B7
(96,178,183)
#6EB9BD
(110,185,189)
#7CC0C3
(124,192,195)
#8AC7C9
(138,199,201)
#98CECF
(152,206,207)
#A6D5D5
(166,213,213)
#B4DCDB
(180,220,219)
#C2E3E1
(194,227,225)
#D0EAE7
(208,234,231)
#DEF1ED
(222,241,237)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B2B7 color. Also use rgb(96,178,183) instead hex code.

Text Font Color

.myTextColor { color: #60B2B7; }

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

This text font color is #60B2B7.


Background Color

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

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

This div background color is #60B2B7.


Border color

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

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

This div border color is #60B2B7.


Opacity

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

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

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

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

This text has shadow with #60B2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B2B7 on black background.


Color preview on white background

This text has color #60B2B7 on white background.



Black color preview on #60B2B7 background

This text has black color on #60B2B7 background.


White color preview on #60B2B7 background

This text has white color on #60B2B7 background.