COLOR #60B08E

HEX: #60B08E RGB: (96,176,142)

Color info

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

RGB color model

#60B08E color RGB value is (96,176,142).

RGB: (96,176,142) (38%, 69%, 56%)

RGB channels and saturation

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

96
176
142

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

Portions of RGB colors in percentages

R + G + B = 96 + 176 + 142 = 414 (100%)
R 96 of 414 ~ 23.19%
G 176 of 414 ~ 42.51%
B 142 of 414 ~ 34.3'%

%23.19
%42.51
%34.3

CMYK color model

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

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%

CMYK: (45,0,19,31)
C45M0Y19K31 (45%, 0%, 19%, 31%)
(0.45 / 0.00 / 0.19 / 0.31)

CMYK percentages

%45.45
%0
%19.32
%30.98

Codes

Color #60B08E in popluar color models

60 B0 8E
RGB 96 176 142
HSL 155° 33.61% 53.33%
HSB/HSV 155° 45.45% 69.02%
CMYK 45.45% 0.00% 19.32%
30.98%

Color #60B08E in popluar number systems.

HEX 60 B0 8E
Decimal 96 176 142
Binary 1100000 10110000 10001110
Octal 140 260 216

Shades and tints

Shades of #60B08E

#60B08E
(96,176,142)
#58A082
(88,160,130)
#509076
(80,144,118)
#48806A
(72,128,106)
#40705E
(64,112,94)
#386052
(56,96,82)
#305046
(48,80,70)
#28403A
(40,64,58)
#20302E
(32,48,46)
#182022
(24,32,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #60B08E

#60B08E
(96,176,142)
#6EB798
(110,183,152)
#7CBEA2
(124,190,162)
#8AC5AC
(138,197,172)
#98CCB6
(152,204,182)
#A6D3C0
(166,211,192)
#B4DACA
(180,218,202)
#C2E1D4
(194,225,212)
#D0E8DE
(208,232,222)
#DEEFE8
(222,239,232)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60B08E; }

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

This text font color is #60B08E.

Background Color

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

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

This div background color is #60B08E.

Border color

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

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

This div border color is #60B08E.

Opacity

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

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

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

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

This text has shadow with #60B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60B08E.

Preview

Color preview on black background

This text has color #60B08E on black background.


Color preview on white background

This text has color #60B08E on white background.


Black color preview on #60B08E background

This text has black color on #60B08E background.


White color preview on #60B08E background

This text has white color on #60B08E background.


Related colors

Complementary color

Complementary color for #hex is #9F4F71.


I love getcolorcode.com

Triadic colors

1 #8E60B0 and #B08E60 with #60B08E are triadic colors.

2 #8EB060 and #B0608E with #60B08E are triadic colors.