COLOR #60BEC1

HEX: #60BEC1 RGB: (96,190,193)

Color info

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

RGB color model

#60BEC1 color RGB value is (96,190,193).

RGB: (96,190,193) (38%, 75%, 76%)

RGB channels and saturation

R 96 of 255 = 38%
G 190 of 255 = 75%
B 193 of 255 = 76%

96
190
193

R + G + B ~ 63%. #60BEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 190 + 193 = 479 (100%)
R 96 of 479 ~ 20.04%
G 190 of 479 ~ 39.67%
B 193 of 479 ~ 40.29'%

%20.04
%39.67
%40.29

CMYK color model

#60BEC1 color CMYK value is (50,2,0,24).

  • cyan value is 50.26%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (50,2,0,24)
C50M2Y0K24 (50%, 2%, 0%, 24%)
(0.50 / 0.02 / 0.00 / 0.24)

CMYK percentages

%50.26
%1.55
%0
%24.31

Codes

Color #60BEC1 in popluar color models

60 BE C1
RGB 96 190 193
HSL 182° 43.89% 56.67%
HSB/HSV 182° 50.26% 75.69%
CMYK 50.26% 1.55% 0.00%
24.31%

Color #60BEC1 in popluar number systems.

HEX 60 BE C1
Decimal 96 190 193
Binary 1100000 10111110 11000001
Octal 140 276 301

Shades and tints

Shades of #60BEC1

#60BEC1
(96,190,193)
#58ADB0
(88,173,176)
#509C9F
(80,156,159)
#488B8E
(72,139,142)
#407A7D
(64,122,125)
#38696C
(56,105,108)
#30585B
(48,88,91)
#28474A
(40,71,74)
#203639
(32,54,57)
#182528
(24,37,40)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #60BEC1

#60BEC1
(96,190,193)
#6EC3C6
(110,195,198)
#7CC8CB
(124,200,203)
#8ACDD0
(138,205,208)
#98D2D5
(152,210,213)
#A6D7DA
(166,215,218)
#B4DCDF
(180,220,223)
#C2E1E4
(194,225,228)
#D0E6E9
(208,230,233)
#DEEBEE
(222,235,238)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BEC1 color. Also use rgb(96,190,193) instead hex code.

Text Font Color

.myTextColor { color: #60BEC1; }

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

This text font color is #60BEC1.

Background Color

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

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

This div background color is #60BEC1.

Border color

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

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

This div border color is #60BEC1.

Opacity

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

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

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

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

This text has shadow with #60BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60BEC1.

Preview

Color preview on black background

This text has color #60BEC1 on black background.


Color preview on white background

This text has color #60BEC1 on white background.


Black color preview on #60BEC1 background

This text has black color on #60BEC1 background.


White color preview on #60BEC1 background

This text has white color on #60BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #9F413E.


I love getcolorcode.com

Triadic colors

1 #C160BE and #BEC160 with #60BEC1 are triadic colors.

2 #C1BE60 and #BE60C1 with #60BEC1 are triadic colors.