COLOR #60C5C6

HEX: #60C5C6 RGB: (96,197,198)

Color info

#60C5C6 contains mainly green and blue colors. Web safe color of #60C5C6 is #66CCCC (or #6CC).

RGB color model

#60C5C6 color RGB value is (96,197,198).

RGB: (96,197,198) (38%, 77%, 78%)

RGB channels and saturation

R 96 of 255 = 38%
G 197 of 255 = 77%
B 198 of 255 = 78%

96
197
198

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

Portions of RGB colors in percentages

R + G + B = 96 + 197 + 198 = 491 (100%)
R 96 of 491 ~ 19.55%
G 197 of 491 ~ 40.12%
B 198 of 491 ~ 40.33'%

%19.55
%40.12
%40.33

CMYK color model

#60C5C6 color CMYK value is (52,1,0,22).

  • cyan value is 51.52%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (52,1,0,22)
C52M1Y0K22 (52%, 1%, 0%, 22%)
(0.52 / 0.01 / 0.00 / 0.22)

CMYK percentages

%51.52
%0.51
%0
%22.35

Codes

Color #60C5C6 in popluar color models

60 C5 C6
RGB 96 197 198
HSL 181° 47.22% 57.65%
HSB/HSV 181° 51.52% 77.65%
CMYK 51.52% 0.51% 0.00%
22.35%

Color #60C5C6 in popluar number systems.

HEX 60 C5 C6
Decimal 96 197 198
Binary 1100000 11000101 11000110
Octal 140 305 306

Shades and tints

Shades of #60C5C6

#60C5C6
(96,197,198)
#58B4B4
(88,180,180)
#50A3A2
(80,163,162)
#489290
(72,146,144)
#40817E
(64,129,126)
#38706C
(56,112,108)
#305F5A
(48,95,90)
#284E48
(40,78,72)
#203D36
(32,61,54)
#182C24
(24,44,36)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #60C5C6

#60C5C6
(96,197,198)
#6ECACB
(110,202,203)
#7CCFD0
(124,207,208)
#8AD4D5
(138,212,213)
#98D9DA
(152,217,218)
#A6DEDF
(166,222,223)
#B4E3E4
(180,227,228)
#C2E8E9
(194,232,233)
#D0EDEE
(208,237,238)
#DEF2F3
(222,242,243)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C5C6 color. Also use rgb(96,197,198) instead hex code.

Text Font Color

.myTextColor { color: #60C5C6; }

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

This text font color is #60C5C6.

Background Color

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

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

This div background color is #60C5C6.

Border color

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

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

This div border color is #60C5C6.

Opacity

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

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

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

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

This text has shadow with #60C5C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60C5C6.

Preview

Color preview on black background

This text has color #60C5C6 on black background.


Color preview on white background

This text has color #60C5C6 on white background.


Black color preview on #60C5C6 background

This text has black color on #60C5C6 background.


White color preview on #60C5C6 background

This text has white color on #60C5C6 background.


Related colors

Complementary color

Complementary color for #hex is #9F3A39.


I love getcolorcode.com

Triadic colors

1 #C660C5 and #C5C660 with #60C5C6 are triadic colors.

2 #C6C560 and #C560C6 with #60C5C6 are triadic colors.