COLOR #61CAC1

HEX: #61CAC1
RGB: (97,202,193)

Color info

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

RGB color model

#61CAC1 color RGB value is (97,202,193).

  • red value is 97;
  • green value is 202;
  • blue value is 193.
RGB:
(97,202,193)
(38%,79%,76%)

RGB channels and saturation

R 97 of 255 = 38%
G 202 of 255 = 79%
B 193 of 255 = 76%

97
202
193

R + G + B ~ 64%. #61CAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 202 + 193 = 492 (100%)
R 97 of 492 ~ 19.72%
G 202 of 492 ~ 41.06%
B 193 of 492 ~ 39.23%

%19.72
%41.06
%39.23

CMYK color model

#61CAC1 color CMYK value is (52,0,4,21).

  • cyan value is 51.98%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 20.78%
CMYK:
(52,0,4,21)
C52M0Y4K21 
(52%,0%,4%,21%)
(0.52/0.00/0.04/0.21)	

CMYK percentages

%51.98
%0
%4.46
%20.78

Codes

Color #61CAC1 in popluar color models

61CAC1
RGB97202193
HSL175°49.76%58.63%
HSB/HSV175°51.98%79.22%
CMYK51.98%0.00%4.46%
20.78%

Color #61CAC1 in popluar number systems.

HEX61CAC1
Decimal97202193
Binary11000011100101011000001
Octal141312301

Shades and tints

Shades of #61CAC1

#61CAC1
(97,202,193)
#59B8B0
(89,184,176)
#51A69F
(81,166,159)
#49948E
(73,148,142)
#41827D
(65,130,125)
#39706C
(57,112,108)
#315E5B
(49,94,91)
#294C4A
(41,76,74)
#213A39
(33,58,57)
#192828
(25,40,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #61CAC1

#61CAC1
(97,202,193)
#6FCEC6
(111,206,198)
#7DD2CB
(125,210,203)
#8BD6D0
(139,214,208)
#99DAD5
(153,218,213)
#A7DEDA
(167,222,218)
#B5E2DF
(181,226,223)
#C3E6E4
(195,230,228)
#D1EAE9
(209,234,233)
#DFEEEE
(223,238,238)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61CAC1 color. Also use rgb(97,202,193) instead hex code.

Text Font Color

.myTextColor { color: #61CAC1; }

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

This text font color is #61CAC1.


Background Color

.myBgColor { background-color: #61CAC1; }

<div style="background-color:#61CAC1">Inner text</div>

This div background color is #61CAC1.


Border color

.myBorderColor { border: 1px solid #61CAC1; }

<div style="border:3px solid #61CAC1">Div</div>

This div border color is #61CAC1.


Opacity

.myOpacity80 { color: #61CAC1; opacity: 0.8; }

<p style="color:#61CAC1;opacity:0.8;">80%</p>

Text with #61CAC1 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 #61CAC1;}

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

This text has shadow with #61CAC1 color.

.textShadow {text-shadow: 3px 3px 1px #61CAC1, 3px 3px 1px red;}

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

This text has shadow with #61CAC1 primary color and red secondary color.


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

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

This text has shadow with #61CAC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61CAC1 on black background.


Color preview on white background

This text has color #61CAC1 on white background.



Black color preview on #61CAC1 background

This text has black color on #61CAC1 background.


White color preview on #61CAC1 background

This text has white color on #61CAC1 background.