COLOR #60AB83

HEX: #60AB83
RGB: (96,171,131)

Color info

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

RGB color model

#60AB83 color RGB value is (96,171,131).

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

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 131 of 255 = 51%

96
171
131

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

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 131 = 398 (100%)
R 96 of 398 ~ 24.12%
G 171 of 398 ~ 42.96%
B 131 of 398 ~ 32.91%

%24.12
%42.96
%32.91

CMYK color model

#60AB83 color CMYK value is (44,0,23,33).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(44,0,23,33)
C44M0Y23K33 
(44%,0%,23%,33%)
(0.44/0.00/0.23/0.33)	

CMYK percentages

%43.86
%0
%23.39
%32.94

Codes

Color #60AB83 in popluar color models

60AB83
RGB96171131
HSL148°30.86%52.35%
HSB/HSV148°43.86%67.06%
CMYK43.86%0.00%23.39%
32.94%

Color #60AB83 in popluar number systems.

HEX60AB83
Decimal96171131
Binary11000001010101110000011
Octal140253203

Shades and tints

Shades of #60AB83

#60AB83
(96,171,131)
#589C78
(88,156,120)
#508D6D
(80,141,109)
#487E62
(72,126,98)
#406F57
(64,111,87)
#38604C
(56,96,76)
#305141
(48,81,65)
#284236
(40,66,54)
#20332B
(32,51,43)
#182420
(24,36,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #60AB83

#60AB83
(96,171,131)
#6EB28E
(110,178,142)
#7CB999
(124,185,153)
#8AC0A4
(138,192,164)
#98C7AF
(152,199,175)
#A6CEBA
(166,206,186)
#B4D5C5
(180,213,197)
#C2DCD0
(194,220,208)
#D0E3DB
(208,227,219)
#DEEAE6
(222,234,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AB83; }

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

This text font color is #60AB83.


Background Color

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

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

This div background color is #60AB83.


Border color

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

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

This div border color is #60AB83.


Opacity

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

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

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

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

This text has shadow with #60AB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AB83 on black background.


Color preview on white background

This text has color #60AB83 on white background.



Black color preview on #60AB83 background

This text has black color on #60AB83 background.


White color preview on #60AB83 background

This text has white color on #60AB83 background.