COLOR #60AAB4

HEX: #60AAB4 RGB: (96,170,180)

Color info

#60AAB4 contains mainly green and blue colors. Web safe color of #60AAB4 is #6699CC (or #69C).

RGB color model

#60AAB4 color RGB value is (96,170,180).

RGB: (96,170,180) (38%, 67%, 71%)

RGB channels and saturation

R 96 of 255 = 38%
G 170 of 255 = 67%
B 180 of 255 = 71%

96
170
180

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

Portions of RGB colors in percentages

R + G + B = 96 + 170 + 180 = 446 (100%)
R 96 of 446 ~ 21.52%
G 170 of 446 ~ 38.12%
B 180 of 446 ~ 40.36'%

%21.52
%38.12
%40.36

CMYK color model

#60AAB4 color CMYK value is (47,6,0,29).

  • cyan value is 46.67%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (47,6,0,29)
C47M6Y0K29 (47%, 6%, 0%, 29%)
(0.47 / 0.06 / 0.00 / 0.29)

CMYK percentages

%46.67
%5.56
%0
%29.41

Codes

Color #60AAB4 in popluar color models

60 AA B4
RGB 96 170 180
HSL 187° 35.90% 54.12%
HSB/HSV 187° 46.67% 70.59%
CMYK 46.67% 5.56% 0.00%
29.41%

Color #60AAB4 in popluar number systems.

HEX 60 AA B4
Decimal 96 170 180
Binary 1100000 10101010 10110100
Octal 140 252 264

Shades and tints

Shades of #60AAB4

#60AAB4
(96,170,180)
#589BA4
(88,155,164)
#508C94
(80,140,148)
#487D84
(72,125,132)
#406E74
(64,110,116)
#385F64
(56,95,100)
#305054
(48,80,84)
#284144
(40,65,68)
#203234
(32,50,52)
#182324
(24,35,36)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #60AAB4

#60AAB4
(96,170,180)
#6EB1BA
(110,177,186)
#7CB8C0
(124,184,192)
#8ABFC6
(138,191,198)
#98C6CC
(152,198,204)
#A6CDD2
(166,205,210)
#B4D4D8
(180,212,216)
#C2DBDE
(194,219,222)
#D0E2E4
(208,226,228)
#DEE9EA
(222,233,234)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AAB4; }

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

This text font color is #60AAB4.

Background Color

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

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

This div background color is #60AAB4.

Border color

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

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

This div border color is #60AAB4.

Opacity

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

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

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

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

This text has shadow with #60AAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AAB4.

Preview

Color preview on black background

This text has color #60AAB4 on black background.


Color preview on white background

This text has color #60AAB4 on white background.


Black color preview on #60AAB4 background

This text has black color on #60AAB4 background.


White color preview on #60AAB4 background

This text has white color on #60AAB4 background.


Related colors

Complementary color

Complementary color for #hex is #9F554B.


I love getcolorcode.com

Triadic colors

1 #B460AA and #AAB460 with #60AAB4 are triadic colors.

2 #B4AA60 and #AA60B4 with #60AAB4 are triadic colors.