COLOR #61C0D5

HEX: #61C0D5
RGB: (97,192,213)

Color info

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

RGB color model

#61C0D5 color RGB value is (97,192,213).

  • red value is 97;
  • green value is 192;
  • blue value is 213.
RGB:
(97,192,213)
(38%,75%,84%)

RGB channels and saturation

R 97 of 255 = 38%
G 192 of 255 = 75%
B 213 of 255 = 84%

97
192
213

R + G + B ~ 66%. #61C0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 192 + 213 = 502 (100%)
R 97 of 502 ~ 19.32%
G 192 of 502 ~ 38.25%
B 213 of 502 ~ 42.43%

%19.32
%38.25
%42.43

CMYK color model

#61C0D5 color CMYK value is (54,10,0,16).

  • cyan value is 54.46%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(54,10,0,16)
C54M10Y0K16 
(54%,10%,0%,16%)
(0.54/0.10/0.00/0.16)	

CMYK percentages

%54.46
%9.86
%0
%16.47

Codes

Color #61C0D5 in popluar color models

61C0D5
RGB97192213
HSL191°58.00%60.78%
HSB/HSV191°54.46%83.53%
CMYK54.46%9.86%0.00%
16.47%

Color #61C0D5 in popluar number systems.

HEX61C0D5
Decimal97192213
Binary11000011100000011010101
Octal141300325

Shades and tints

Shades of #61C0D5

#61C0D5
(97,192,213)
#59AFC2
(89,175,194)
#519EAF
(81,158,175)
#498D9C
(73,141,156)
#417C89
(65,124,137)
#396B76
(57,107,118)
#315A63
(49,90,99)
#294950
(41,73,80)
#21383D
(33,56,61)
#19272A
(25,39,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #61C0D5

#61C0D5
(97,192,213)
#6FC5D8
(111,197,216)
#7DCADB
(125,202,219)
#8BCFDE
(139,207,222)
#99D4E1
(153,212,225)
#A7D9E4
(167,217,228)
#B5DEE7
(181,222,231)
#C3E3EA
(195,227,234)
#D1E8ED
(209,232,237)
#DFEDF0
(223,237,240)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C0D5 color. Also use rgb(97,192,213) instead hex code.

Text Font Color

.myTextColor { color: #61C0D5; }

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

This text font color is #61C0D5.


Background Color

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

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

This div background color is #61C0D5.


Border color

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

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

This div border color is #61C0D5.


Opacity

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

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

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

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

This text has shadow with #61C0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61C0D5 on black background.


Color preview on white background

This text has color #61C0D5 on white background.



Black color preview on #61C0D5 background

This text has black color on #61C0D5 background.


White color preview on #61C0D5 background

This text has white color on #61C0D5 background.