COLOR #60AB8F

HEX: #60AB8F
RGB: (96,171,143)

Color info

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

RGB color model

#60AB8F color RGB value is (96,171,143).

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

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 143 of 255 = 56%

96
171
143

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

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 143 = 410 (100%)
R 96 of 410 ~ 23.41%
G 171 of 410 ~ 41.71%
B 143 of 410 ~ 34.88%

%23.41
%41.71
%34.88

CMYK color model

#60AB8F color CMYK value is (44,0,16,33).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(44,0,16,33)
C44M0Y16K33 
(44%,0%,16%,33%)
(0.44/0.00/0.16/0.33)	

CMYK percentages

%43.86
%0
%16.37
%32.94

Codes

Color #60AB8F in popluar color models

60AB8F
RGB96171143
HSL158°30.86%52.35%
HSB/HSV158°43.86%67.06%
CMYK43.86%0.00%16.37%
32.94%

Color #60AB8F in popluar number systems.

HEX60AB8F
Decimal96171143
Binary11000001010101110001111
Octal140253217

Shades and tints

Shades of #60AB8F

#60AB8F
(96,171,143)
#589C82
(88,156,130)
#508D75
(80,141,117)
#487E68
(72,126,104)
#406F5B
(64,111,91)
#38604E
(56,96,78)
#305141
(48,81,65)
#284234
(40,66,52)
#203327
(32,51,39)
#18241A
(24,36,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #60AB8F

#60AB8F
(96,171,143)
#6EB299
(110,178,153)
#7CB9A3
(124,185,163)
#8AC0AD
(138,192,173)
#98C7B7
(152,199,183)
#A6CEC1
(166,206,193)
#B4D5CB
(180,213,203)
#C2DCD5
(194,220,213)
#D0E3DF
(208,227,223)
#DEEAE9
(222,234,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AB8F; }

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

This text font color is #60AB8F.


Background Color

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

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

This div background color is #60AB8F.


Border color

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

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

This div border color is #60AB8F.


Opacity

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

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

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

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

This text has shadow with #60AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AB8F on black background.


Color preview on white background

This text has color #60AB8F on white background.



Black color preview on #60AB8F background

This text has black color on #60AB8F background.


White color preview on #60AB8F background

This text has white color on #60AB8F background.