COLOR #61C9DC

HEX: #61C9DC RGB: (97,201,220)

Color info

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

RGB color model

#61C9DC color RGB value is (97,201,220).

RGB: (97,201,220) (38%, 79%, 86%)

RGB channels and saturation

R 97 of 255 = 38%
G 201 of 255 = 79%
B 220 of 255 = 86%

97
201
220

R + G + B ~ 68%. #61C9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 201 + 220 = 518 (100%)
R 97 of 518 ~ 18.73%
G 201 of 518 ~ 38.8%
B 220 of 518 ~ 42.47'%

%18.73
%38.8
%42.47

CMYK color model

#61C9DC color CMYK value is (56,9,0,14).

  • cyan value is 55.91%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (56,9,0,14)
C56M9Y0K14 (56%, 9%, 0%, 14%)
(0.56 / 0.09 / 0.00 / 0.14)

CMYK percentages

%55.91
%8.64
%0
%13.73

Codes

Color #61C9DC in popluar color models

61 C9 DC
RGB 97 201 220
HSL 189° 63.73% 62.16%
HSB/HSV 189° 55.91% 86.27%
CMYK 55.91% 8.64% 0.00%
13.73%

Color #61C9DC in popluar number systems.

HEX 61 C9 DC
Decimal 97 201 220
Binary 1100001 11001001 11011100
Octal 141 311 334

Shades and tints

Shades of #61C9DC

#61C9DC
(97,201,220)
#59B7C8
(89,183,200)
#51A5B4
(81,165,180)
#4993A0
(73,147,160)
#41818C
(65,129,140)
#396F78
(57,111,120)
#315D64
(49,93,100)
#294B50
(41,75,80)
#21393C
(33,57,60)
#192728
(25,39,40)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #61C9DC

#61C9DC
(97,201,220)
#6FCDDF
(111,205,223)
#7DD1E2
(125,209,226)
#8BD5E5
(139,213,229)
#99D9E8
(153,217,232)
#A7DDEB
(167,221,235)
#B5E1EE
(181,225,238)
#C3E5F1
(195,229,241)
#D1E9F4
(209,233,244)
#DFEDF7
(223,237,247)
#EDF1FA
(237,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C9DC color. Also use rgb(97,201,220) instead hex code.

Text Font Color

.myTextColor { color: #61C9DC; }

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

This text font color is #61C9DC.

Background Color

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

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

This div background color is #61C9DC.

Border color

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

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

This div border color is #61C9DC.

Opacity

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

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

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

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

This text has shadow with #61C9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C9DC.

Preview

Color preview on black background

This text has color #61C9DC on black background.


Color preview on white background

This text has color #61C9DC on white background.


Black color preview on #61C9DC background

This text has black color on #61C9DC background.


White color preview on #61C9DC background

This text has white color on #61C9DC background.


Related colors

Complementary color

Complementary color for #hex is #9E3623.


I love getcolorcode.com

Triadic colors

1 #DC61C9 and #C9DC61 with #61C9DC are triadic colors.

2 #DCC961 and #C961DC with #61C9DC are triadic colors.