COLOR #60ABAE

HEX: #60ABAE
RGB: (96,171,174)

Color info

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

RGB color model

#60ABAE color RGB value is (96,171,174).

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

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 174 of 255 = 68%

96
171
174

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

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 174 = 441 (100%)
R 96 of 441 ~ 21.77%
G 171 of 441 ~ 38.78%
B 174 of 441 ~ 39.46%

%21.77
%38.78
%39.46

CMYK color model

#60ABAE color CMYK value is (45,2,0,32).

  • cyan value is 44.83%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(45,2,0,32)
C45M2Y0K32 
(45%,2%,0%,32%)
(0.45/0.02/0.00/0.32)	

CMYK percentages

%44.83
%1.72
%0
%31.76

Codes

Color #60ABAE in popluar color models

60ABAE
RGB96171174
HSL182°32.50%52.94%
HSB/HSV182°44.83%68.24%
CMYK44.83%1.72%0.00%
31.76%

Color #60ABAE in popluar number systems.

HEX60ABAE
Decimal96171174
Binary11000001010101110101110
Octal140253256

Shades and tints

Shades of #60ABAE

#60ABAE
(96,171,174)
#589C9F
(88,156,159)
#508D90
(80,141,144)
#487E81
(72,126,129)
#406F72
(64,111,114)
#386063
(56,96,99)
#305154
(48,81,84)
#284245
(40,66,69)
#203336
(32,51,54)
#182427
(24,36,39)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #60ABAE

#60ABAE
(96,171,174)
#6EB2B5
(110,178,181)
#7CB9BC
(124,185,188)
#8AC0C3
(138,192,195)
#98C7CA
(152,199,202)
#A6CED1
(166,206,209)
#B4D5D8
(180,213,216)
#C2DCDF
(194,220,223)
#D0E3E6
(208,227,230)
#DEEAED
(222,234,237)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60ABAE; }

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

This text font color is #60ABAE.


Background Color

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

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

This div background color is #60ABAE.


Border color

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

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

This div border color is #60ABAE.


Opacity

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

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

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

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

This text has shadow with #60ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60ABAE on black background.


Color preview on white background

This text has color #60ABAE on white background.



Black color preview on #60ABAE background

This text has black color on #60ABAE background.


White color preview on #60ABAE background

This text has white color on #60ABAE background.