COLOR #61C6B9

HEX: #61C6B9 RGB: (97,198,185)

Color info

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

RGB color model

#61C6B9 color RGB value is (97,198,185).

RGB: (97,198,185) (38%, 78%, 73%)

RGB channels and saturation

R 97 of 255 = 38%
G 198 of 255 = 78%
B 185 of 255 = 73%

97
198
185

R + G + B ~ 63%. #61C6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 198 + 185 = 480 (100%)
R 97 of 480 ~ 20.21%
G 198 of 480 ~ 41.25%
B 185 of 480 ~ 38.54'%

%20.21
%41.25
%38.54

CMYK color model

#61C6B9 color CMYK value is (51,0,7,22).

  • cyan value is 51.01%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 22.35%

CMYK: (51,0,7,22)
C51M0Y7K22 (51%, 0%, 7%, 22%)
(0.51 / 0.00 / 0.07 / 0.22)

CMYK percentages

%51.01
%0
%6.57
%22.35

Codes

Color #61C6B9 in popluar color models

61 C6 B9
RGB 97 198 185
HSL 172° 46.98% 57.84%
HSB/HSV 172° 51.01% 77.65%
CMYK 51.01% 0.00% 6.57%
22.35%

Color #61C6B9 in popluar number systems.

HEX 61 C6 B9
Decimal 97 198 185
Binary 1100001 11000110 10111001
Octal 141 306 271

Shades and tints

Shades of #61C6B9

#61C6B9
(97,198,185)
#59B4A9
(89,180,169)
#51A299
(81,162,153)
#499089
(73,144,137)
#417E79
(65,126,121)
#396C69
(57,108,105)
#315A59
(49,90,89)
#294849
(41,72,73)
#213639
(33,54,57)
#192429
(25,36,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #61C6B9

#61C6B9
(97,198,185)
#6FCBBF
(111,203,191)
#7DD0C5
(125,208,197)
#8BD5CB
(139,213,203)
#99DAD1
(153,218,209)
#A7DFD7
(167,223,215)
#B5E4DD
(181,228,221)
#C3E9E3
(195,233,227)
#D1EEE9
(209,238,233)
#DFF3EF
(223,243,239)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61C6B9 color. Also use rgb(97,198,185) instead hex code.

Text Font Color

.myTextColor { color: #61C6B9; }

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

This text font color is #61C6B9.

Background Color

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

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

This div background color is #61C6B9.

Border color

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

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

This div border color is #61C6B9.

Opacity

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

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

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

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

This text has shadow with #61C6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C6B9.

Preview

Color preview on black background

This text has color #61C6B9 on black background.


Color preview on white background

This text has color #61C6B9 on white background.


Black color preview on #61C6B9 background

This text has black color on #61C6B9 background.


White color preview on #61C6B9 background

This text has white color on #61C6B9 background.


Related colors

Complementary color

Complementary color for #hex is #9E3946.


I love getcolorcode.com

Triadic colors

1 #B961C6 and #C6B961 with #61C6B9 are triadic colors.

2 #B9C661 and #C661B9 with #61C6B9 are triadic colors.