COLOR #60DFAA

HEX: #60DFAA
RGB: (96,223,170)

Color info

#60DFAA contains mainly green and blue colors. Web safe color of #60DFAA is #66CC99 (or #6C9).

RGB color model

#60DFAA color RGB value is (96,223,170).

  • red value is 96;
  • green value is 223;
  • blue value is 170.
RGB:
(96,223,170)
(38%,87%,67%)

RGB channels and saturation

R 96 of 255 = 38%
G 223 of 255 = 87%
B 170 of 255 = 67%

96
223
170

R + G + B ~ 64%. #60DFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 223 + 170 = 489 (100%)
R 96 of 489 ~ 19.63%
G 223 of 489 ~ 45.6%
B 170 of 489 ~ 34.76%

%19.63
%45.6
%34.76

CMYK color model

#60DFAA color CMYK value is (57,0,24,13).

  • cyan value is 56.95%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(57,0,24,13)
C57M0Y24K13 
(57%,0%,24%,13%)
(0.57/0.00/0.24/0.13)	

CMYK percentages

%56.95
%0
%23.77
%12.55

Codes

Color #60DFAA in popluar color models

60DFAA
RGB96223170
HSL155°66.49%62.55%
HSB/HSV155°56.95%87.45%
CMYK56.95%0.00%23.77%
12.55%

Color #60DFAA in popluar number systems.

HEX60DFAA
Decimal96223170
Binary11000001101111110101010
Octal140337252

Shades and tints

Shades of #60DFAA

#60DFAA
(96,223,170)
#58CB9B
(88,203,155)
#50B78C
(80,183,140)
#48A37D
(72,163,125)
#408F6E
(64,143,110)
#387B5F
(56,123,95)
#306750
(48,103,80)
#285341
(40,83,65)
#203F32
(32,63,50)
#182B23
(24,43,35)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #60DFAA

#60DFAA
(96,223,170)
#6EE1B1
(110,225,177)
#7CE3B8
(124,227,184)
#8AE5BF
(138,229,191)
#98E7C6
(152,231,198)
#A6E9CD
(166,233,205)
#B4EBD4
(180,235,212)
#C2EDDB
(194,237,219)
#D0EFE2
(208,239,226)
#DEF1E9
(222,241,233)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60DFAA color. Also use rgb(96,223,170) instead hex code.

Text Font Color

.myTextColor { color: #60DFAA; }

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

This text font color is #60DFAA.


Background Color

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

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

This div background color is #60DFAA.


Border color

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

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

This div border color is #60DFAA.


Opacity

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

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

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

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

This text has shadow with #60DFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60DFAA on black background.


Color preview on white background

This text has color #60DFAA on white background.



Black color preview on #60DFAA background

This text has black color on #60DFAA background.


White color preview on #60DFAA background

This text has white color on #60DFAA background.