COLOR #61D2CE

HEX: #61D2CE
RGB: (97,210,206)

Color info

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

RGB color model

#61D2CE color RGB value is (97,210,206).

  • red value is 97;
  • green value is 210;
  • blue value is 206.
RGB:
(97,210,206)
(38%,82%,81%)

RGB channels and saturation

R 97 of 255 = 38%
G 210 of 255 = 82%
B 206 of 255 = 81%

97
210
206

R + G + B ~ 67%. #61D2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 210 + 206 = 513 (100%)
R 97 of 513 ~ 18.91%
G 210 of 513 ~ 40.94%
B 206 of 513 ~ 40.16%

%18.91
%40.94
%40.16

CMYK color model

#61D2CE color CMYK value is (54,0,2,18).

  • cyan value is 53.81%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(54,0,2,18)
C54M0Y2K18 
(54%,0%,2%,18%)
(0.54/0.00/0.02/0.18)	

CMYK percentages

%53.81
%0
%1.9
%17.65

Codes

Color #61D2CE in popluar color models

61D2CE
RGB97210206
HSL178°55.67%60.20%
HSB/HSV178°53.81%82.35%
CMYK53.81%0.00%1.90%
17.65%

Color #61D2CE in popluar number systems.

HEX61D2CE
Decimal97210206
Binary11000011101001011001110
Octal141322316

Shades and tints

Shades of #61D2CE

#61D2CE
(97,210,206)
#59BFBC
(89,191,188)
#51ACAA
(81,172,170)
#499998
(73,153,152)
#418686
(65,134,134)
#397374
(57,115,116)
#316062
(49,96,98)
#294D50
(41,77,80)
#213A3E
(33,58,62)
#19272C
(25,39,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #61D2CE

#61D2CE
(97,210,206)
#6FD6D2
(111,214,210)
#7DDAD6
(125,218,214)
#8BDEDA
(139,222,218)
#99E2DE
(153,226,222)
#A7E6E2
(167,230,226)
#B5EAE6
(181,234,230)
#C3EEEA
(195,238,234)
#D1F2EE
(209,242,238)
#DFF6F2
(223,246,242)
#EDFAF6
(237,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D2CE color. Also use rgb(97,210,206) instead hex code.

Text Font Color

.myTextColor { color: #61D2CE; }

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

This text font color is #61D2CE.


Background Color

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

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

This div background color is #61D2CE.


Border color

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

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

This div border color is #61D2CE.


Opacity

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

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

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

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

This text has shadow with #61D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D2CE on black background.


Color preview on white background

This text has color #61D2CE on white background.



Black color preview on #61D2CE background

This text has black color on #61D2CE background.


White color preview on #61D2CE background

This text has white color on #61D2CE background.