COLOR #60AF8E

HEX: #60AF8E
RGB: (96,175,142)

Color info

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

RGB color model

#60AF8E color RGB value is (96,175,142).

  • red value is 96;
  • green value is 175;
  • blue value is 142.
RGB:
(96,175,142)
(38%,69%,56%)

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 142 of 255 = 56%

96
175
142

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

Portions of RGB colors in percentages

R + G + B =
96 + 175 + 142 = 413 (100%)
R 96 of 413 ~ 23.24%
G 175 of 413 ~ 42.37%
B 142 of 413 ~ 34.38%

%23.24
%42.37
%34.38

CMYK color model

#60AF8E color CMYK value is (45,0,19,31).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(45,0,19,31)
C45M0Y19K31 
(45%,0%,19%,31%)
(0.45/0.00/0.19/0.31)	

CMYK percentages

%45.14
%0
%18.86
%31.37

Codes

Color #60AF8E in popluar color models

60AF8E
RGB96175142
HSL155°33.05%53.14%
HSB/HSV155°45.14%68.63%
CMYK45.14%0.00%18.86%
31.37%

Color #60AF8E in popluar number systems.

HEX60AF8E
Decimal96175142
Binary11000001010111110001110
Octal140257216

Shades and tints

Shades of #60AF8E

#60AF8E
(96,175,142)
#58A082
(88,160,130)
#509176
(80,145,118)
#48826A
(72,130,106)
#40735E
(64,115,94)
#386452
(56,100,82)
#305546
(48,85,70)
#28463A
(40,70,58)
#20372E
(32,55,46)
#182822
(24,40,34)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #60AF8E

#60AF8E
(96,175,142)
#6EB698
(110,182,152)
#7CBDA2
(124,189,162)
#8AC4AC
(138,196,172)
#98CBB6
(152,203,182)
#A6D2C0
(166,210,192)
#B4D9CA
(180,217,202)
#C2E0D4
(194,224,212)
#D0E7DE
(208,231,222)
#DEEEE8
(222,238,232)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AF8E; }

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

This text font color is #60AF8E.


Background Color

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

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

This div background color is #60AF8E.


Border color

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

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

This div border color is #60AF8E.


Opacity

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

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

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

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

This text has shadow with #60AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AF8E on black background.


Color preview on white background

This text has color #60AF8E on white background.



Black color preview on #60AF8E background

This text has black color on #60AF8E background.


White color preview on #60AF8E background

This text has white color on #60AF8E background.