COLOR #60AE90

HEX: #60AE90
RGB: (96,174,144)

Color info

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

RGB color model

#60AE90 color RGB value is (96,174,144).

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

RGB channels and saturation

R 96 of 255 = 38%
G 174 of 255 = 68%
B 144 of 255 = 56%

96
174
144

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

Portions of RGB colors in percentages

R + G + B =
96 + 174 + 144 = 414 (100%)
R 96 of 414 ~ 23.19%
G 174 of 414 ~ 42.03%
B 144 of 414 ~ 34.78%

%23.19
%42.03
%34.78

CMYK color model

#60AE90 color CMYK value is (45,0,17,32).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(45,0,17,32)
C45M0Y17K32 
(45%,0%,17%,32%)
(0.45/0.00/0.17/0.32)	

CMYK percentages

%44.83
%0
%17.24
%31.76

Codes

Color #60AE90 in popluar color models

60AE90
RGB96174144
HSL157°32.50%52.94%
HSB/HSV157°44.83%68.24%
CMYK44.83%0.00%17.24%
31.76%

Color #60AE90 in popluar number systems.

HEX60AE90
Decimal96174144
Binary11000001010111010010000
Octal140256220

Shades and tints

Shades of #60AE90

#60AE90
(96,174,144)
#589F83
(88,159,131)
#509076
(80,144,118)
#488169
(72,129,105)
#40725C
(64,114,92)
#38634F
(56,99,79)
#305442
(48,84,66)
#284535
(40,69,53)
#203628
(32,54,40)
#18271B
(24,39,27)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #60AE90

#60AE90
(96,174,144)
#6EB59A
(110,181,154)
#7CBCA4
(124,188,164)
#8AC3AE
(138,195,174)
#98CAB8
(152,202,184)
#A6D1C2
(166,209,194)
#B4D8CC
(180,216,204)
#C2DFD6
(194,223,214)
#D0E6E0
(208,230,224)
#DEEDEA
(222,237,234)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AE90; }

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

This text font color is #60AE90.


Background Color

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

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

This div background color is #60AE90.


Border color

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

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

This div border color is #60AE90.


Opacity

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

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

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

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

This text has shadow with #60AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AE90 on black background.


Color preview on white background

This text has color #60AE90 on white background.



Black color preview on #60AE90 background

This text has black color on #60AE90 background.


White color preview on #60AE90 background

This text has white color on #60AE90 background.