COLOR #60ABA2

HEX: #60ABA2
RGB: (96,171,162)

Color info

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

RGB color model

#60ABA2 color RGB value is (96,171,162).

  • red value is 96;
  • green value is 171;
  • blue value is 162.
RGB:
(96,171,162)
(38%,67%,64%)

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 162 of 255 = 64%

96
171
162

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

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 162 = 429 (100%)
R 96 of 429 ~ 22.38%
G 171 of 429 ~ 39.86%
B 162 of 429 ~ 37.76%

%22.38
%39.86
%37.76

CMYK color model

#60ABA2 color CMYK value is (44,0,5,33).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(44,0,5,33)
C44M0Y5K33 
(44%,0%,5%,33%)
(0.44/0.00/0.05/0.33)	

CMYK percentages

%43.86
%0
%5.26
%32.94

Codes

Color #60ABA2 in popluar color models

60ABA2
RGB96171162
HSL173°30.86%52.35%
HSB/HSV173°43.86%67.06%
CMYK43.86%0.00%5.26%
32.94%

Color #60ABA2 in popluar number systems.

HEX60ABA2
Decimal96171162
Binary11000001010101110100010
Octal140253242

Shades and tints

Shades of #60ABA2

#60ABA2
(96,171,162)
#589C94
(88,156,148)
#508D86
(80,141,134)
#487E78
(72,126,120)
#406F6A
(64,111,106)
#38605C
(56,96,92)
#30514E
(48,81,78)
#284240
(40,66,64)
#203332
(32,51,50)
#182424
(24,36,36)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #60ABA2

#60ABA2
(96,171,162)
#6EB2AA
(110,178,170)
#7CB9B2
(124,185,178)
#8AC0BA
(138,192,186)
#98C7C2
(152,199,194)
#A6CECA
(166,206,202)
#B4D5D2
(180,213,210)
#C2DCDA
(194,220,218)
#D0E3E2
(208,227,226)
#DEEAEA
(222,234,234)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60ABA2 color. Also use rgb(96,171,162) instead hex code.

Text Font Color

.myTextColor { color: #60ABA2; }

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

This text font color is #60ABA2.


Background Color

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

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

This div background color is #60ABA2.


Border color

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

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

This div border color is #60ABA2.


Opacity

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

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

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

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

This text has shadow with #60ABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60ABA2 on black background.


Color preview on white background

This text has color #60ABA2 on white background.



Black color preview on #60ABA2 background

This text has black color on #60ABA2 background.


White color preview on #60ABA2 background

This text has white color on #60ABA2 background.