COLOR #60AF9B

HEX: #60AF9B RGB: (96,175,155)

Color info

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

RGB color model

#60AF9B color RGB value is (96,175,155).

RGB: (96,175,155) (38%, 69%, 61%)

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 155 of 255 = 61%

96
175
155

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

Portions of RGB colors in percentages

R + G + B = 96 + 175 + 155 = 426 (100%)
R 96 of 426 ~ 22.54%
G 175 of 426 ~ 41.08%
B 155 of 426 ~ 36.38'%

%22.54
%41.08
%36.38

CMYK color model

#60AF9B color CMYK value is (45,0,11,31).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%

CMYK: (45,0,11,31)
C45M0Y11K31 (45%, 0%, 11%, 31%)
(0.45 / 0.00 / 0.11 / 0.31)

CMYK percentages

%45.14
%0
%11.43
%31.37

Codes

Color #60AF9B in popluar color models

60 AF 9B
RGB 96 175 155
HSL 165° 33.05% 53.14%
HSB/HSV 165° 45.14% 68.63%
CMYK 45.14% 0.00% 11.43%
31.37%

Color #60AF9B in popluar number systems.

HEX 60 AF 9B
Decimal 96 175 155
Binary 1100000 10101111 10011011
Octal 140 257 233

Shades and tints

Shades of #60AF9B

#60AF9B
(96,175,155)
#58A08D
(88,160,141)
#50917F
(80,145,127)
#488271
(72,130,113)
#407363
(64,115,99)
#386455
(56,100,85)
#305547
(48,85,71)
#284639
(40,70,57)
#20372B
(32,55,43)
#18281D
(24,40,29)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #60AF9B

#60AF9B
(96,175,155)
#6EB6A4
(110,182,164)
#7CBDAD
(124,189,173)
#8AC4B6
(138,196,182)
#98CBBF
(152,203,191)
#A6D2C8
(166,210,200)
#B4D9D1
(180,217,209)
#C2E0DA
(194,224,218)
#D0E7E3
(208,231,227)
#DEEEEC
(222,238,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AF9B color. Also use rgb(96,175,155) instead hex code.

Text Font Color

.myTextColor { color: #60AF9B; }

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

This text font color is #60AF9B.

Background Color

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

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

This div background color is #60AF9B.

Border color

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

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

This div border color is #60AF9B.

Opacity

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

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

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

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

This text has shadow with #60AF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AF9B.

Preview

Color preview on black background

This text has color #60AF9B on black background.


Color preview on white background

This text has color #60AF9B on white background.


Black color preview on #60AF9B background

This text has black color on #60AF9B background.


White color preview on #60AF9B background

This text has white color on #60AF9B background.


Related colors

Complementary color

Complementary color for #hex is #9F5064.


I love getcolorcode.com

Triadic colors

1 #9B60AF and #AF9B60 with #60AF9B are triadic colors.

2 #9BAF60 and #AF609B with #60AF9B are triadic colors.