COLOR #60C6C4

HEX: #60C6C4 RGB: (96,198,196)

Color info

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

RGB color model

#60C6C4 color RGB value is (96,198,196).

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

RGB channels and saturation

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

96
198
196

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

Portions of RGB colors in percentages

R + G + B = 96 + 198 + 196 = 490 (100%)
R 96 of 490 ~ 19.59%
G 198 of 490 ~ 40.41%
B 196 of 490 ~ 40'%

%19.59
%40.41
%40

CMYK color model

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

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

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

CMYK percentages

%51.52
%0
%1.01
%22.35

Codes

Color #60C6C4 in popluar color models

60 C6 C4
RGB 96 198 196
HSL 179° 47.22% 57.65%
HSB/HSV 179° 51.52% 77.65%
CMYK 51.52% 0.00% 1.01%
22.35%

Color #60C6C4 in popluar number systems.

HEX 60 C6 C4
Decimal 96 198 196
Binary 1100000 11000110 11000100
Octal 140 306 304

Shades and tints

Shades of #60C6C4

#60C6C4
(96,198,196)
#58B4B3
(88,180,179)
#50A2A2
(80,162,162)
#489091
(72,144,145)
#407E80
(64,126,128)
#386C6F
(56,108,111)
#305A5E
(48,90,94)
#28484D
(40,72,77)
#20363C
(32,54,60)
#18242B
(24,36,43)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #60C6C4

#60C6C4
(96,198,196)
#6ECBC9
(110,203,201)
#7CD0CE
(124,208,206)
#8AD5D3
(138,213,211)
#98DAD8
(152,218,216)
#A6DFDD
(166,223,221)
#B4E4E2
(180,228,226)
#C2E9E7
(194,233,231)
#D0EEEC
(208,238,236)
#DEF3F1
(222,243,241)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60C6C4; }

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

This text font color is #60C6C4.

Background Color

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

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

This div background color is #60C6C4.

Border color

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

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

This div border color is #60C6C4.

Opacity

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

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

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

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

This text has shadow with #60C6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60C6C4.

Preview

Color preview on black background

This text has color #60C6C4 on black background.


Color preview on white background

This text has color #60C6C4 on white background.


Black color preview on #60C6C4 background

This text has black color on #60C6C4 background.


White color preview on #60C6C4 background

This text has white color on #60C6C4 background.


Related colors

Complementary color

Complementary color for #hex is #9F393B.


I love getcolorcode.com

Triadic colors

1 #C460C6 and #C6C460 with #60C6C4 are triadic colors.

2 #C4C660 and #C660C4 with #60C6C4 are triadic colors.