COLOR #60BFA5

HEX: #60BFA5
RGB: (96,191,165)

Color info

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

RGB color model

#60BFA5 color RGB value is (96,191,165).

  • red value is 96;
  • green value is 191;
  • blue value is 165.
RGB:
(96,191,165)
(38%,75%,65%)

RGB channels and saturation

R 96 of 255 = 38%
G 191 of 255 = 75%
B 165 of 255 = 65%

96
191
165

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

Portions of RGB colors in percentages

R + G + B =
96 + 191 + 165 = 452 (100%)
R 96 of 452 ~ 21.24%
G 191 of 452 ~ 42.26%
B 165 of 452 ~ 36.5%

%21.24
%42.26
%36.5

CMYK color model

#60BFA5 color CMYK value is (50,0,14,25).

  • cyan value is 49.74%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(50,0,14,25)
C50M0Y14K25 
(50%,0%,14%,25%)
(0.50/0.00/0.14/0.25)	

CMYK percentages

%49.74
%0
%13.61
%25.1

Codes

Color #60BFA5 in popluar color models

60BFA5
RGB96191165
HSL164°42.60%56.27%
HSB/HSV164°49.74%74.90%
CMYK49.74%0.00%13.61%
25.10%

Color #60BFA5 in popluar number systems.

HEX60BFA5
Decimal96191165
Binary11000001011111110100101
Octal140277245

Shades and tints

Shades of #60BFA5

#60BFA5
(96,191,165)
#58AE96
(88,174,150)
#509D87
(80,157,135)
#488C78
(72,140,120)
#407B69
(64,123,105)
#386A5A
(56,106,90)
#30594B
(48,89,75)
#28483C
(40,72,60)
#20372D
(32,55,45)
#18261E
(24,38,30)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #60BFA5

#60BFA5
(96,191,165)
#6EC4AD
(110,196,173)
#7CC9B5
(124,201,181)
#8ACEBD
(138,206,189)
#98D3C5
(152,211,197)
#A6D8CD
(166,216,205)
#B4DDD5
(180,221,213)
#C2E2DD
(194,226,221)
#D0E7E5
(208,231,229)
#DEECED
(222,236,237)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BFA5 color. Also use rgb(96,191,165) instead hex code.

Text Font Color

.myTextColor { color: #60BFA5; }

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

This text font color is #60BFA5.


Background Color

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

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

This div background color is #60BFA5.


Border color

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

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

This div border color is #60BFA5.


Opacity

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

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

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

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

This text has shadow with #60BFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BFA5 on black background.


Color preview on white background

This text has color #60BFA5 on white background.



Black color preview on #60BFA5 background

This text has black color on #60BFA5 background.


White color preview on #60BFA5 background

This text has white color on #60BFA5 background.