COLOR #60BBA9

HEX: #60BBA9
RGB: (96,187,169)

Color info

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

RGB color model

#60BBA9 color RGB value is (96,187,169).

  • red value is 96;
  • green value is 187;
  • blue value is 169.
RGB:
(96,187,169)
(38%,73%,66%)

RGB channels and saturation

R 96 of 255 = 38%
G 187 of 255 = 73%
B 169 of 255 = 66%

96
187
169

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

Portions of RGB colors in percentages

R + G + B =
96 + 187 + 169 = 452 (100%)
R 96 of 452 ~ 21.24%
G 187 of 452 ~ 41.37%
B 169 of 452 ~ 37.39%

%21.24
%41.37
%37.39

CMYK color model

#60BBA9 color CMYK value is (49,0,10,27).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(49,0,10,27)
C49M0Y10K27 
(49%,0%,10%,27%)
(0.49/0.00/0.10/0.27)	

CMYK percentages

%48.66
%0
%9.63
%26.67

Codes

Color #60BBA9 in popluar color models

60BBA9
RGB96187169
HSL168°40.09%55.49%
HSB/HSV168°48.66%73.33%
CMYK48.66%0.00%9.63%
26.67%

Color #60BBA9 in popluar number systems.

HEX60BBA9
Decimal96187169
Binary11000001011101110101001
Octal140273251

Shades and tints

Shades of #60BBA9

#60BBA9
(96,187,169)
#58AA9A
(88,170,154)
#50998B
(80,153,139)
#48887C
(72,136,124)
#40776D
(64,119,109)
#38665E
(56,102,94)
#30554F
(48,85,79)
#284440
(40,68,64)
#203331
(32,51,49)
#182222
(24,34,34)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #60BBA9

#60BBA9
(96,187,169)
#6EC1B0
(110,193,176)
#7CC7B7
(124,199,183)
#8ACDBE
(138,205,190)
#98D3C5
(152,211,197)
#A6D9CC
(166,217,204)
#B4DFD3
(180,223,211)
#C2E5DA
(194,229,218)
#D0EBE1
(208,235,225)
#DEF1E8
(222,241,232)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BBA9 color. Also use rgb(96,187,169) instead hex code.

Text Font Color

.myTextColor { color: #60BBA9; }

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

This text font color is #60BBA9.


Background Color

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

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

This div background color is #60BBA9.


Border color

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

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

This div border color is #60BBA9.


Opacity

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

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

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

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

This text has shadow with #60BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BBA9 on black background.


Color preview on white background

This text has color #60BBA9 on white background.



Black color preview on #60BBA9 background

This text has black color on #60BBA9 background.


White color preview on #60BBA9 background

This text has white color on #60BBA9 background.