COLOR #61D0BD

HEX: #61D0BD
RGB: (97,208,189)

Color info

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

RGB color model

#61D0BD color RGB value is (97,208,189).

  • red value is 97;
  • green value is 208;
  • blue value is 189.
RGB:
(97,208,189)
(38%,82%,74%)

RGB channels and saturation

R 97 of 255 = 38%
G 208 of 255 = 82%
B 189 of 255 = 74%

97
208
189

R + G + B ~ 65%. #61D0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 208 + 189 = 494 (100%)
R 97 of 494 ~ 19.64%
G 208 of 494 ~ 42.11%
B 189 of 494 ~ 38.26%

%19.64
%42.11
%38.26

CMYK color model

#61D0BD color CMYK value is (53,0,9,18).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(53,0,9,18)
C53M0Y9K18 
(53%,0%,9%,18%)
(0.53/0.00/0.09/0.18)	

CMYK percentages

%53.37
%0
%9.13
%18.43

Codes

Color #61D0BD in popluar color models

61D0BD
RGB97208189
HSL170°54.15%59.80%
HSB/HSV170°53.37%81.57%
CMYK53.37%0.00%9.13%
18.43%

Color #61D0BD in popluar number systems.

HEX61D0BD
Decimal97208189
Binary11000011101000010111101
Octal141320275

Shades and tints

Shades of #61D0BD

#61D0BD
(97,208,189)
#59BEAC
(89,190,172)
#51AC9B
(81,172,155)
#499A8A
(73,154,138)
#418879
(65,136,121)
#397668
(57,118,104)
#316457
(49,100,87)
#295246
(41,82,70)
#214035
(33,64,53)
#192E24
(25,46,36)
#111C13
(17,28,19)
#000000
(0,0,0)

Tints of #61D0BD

#61D0BD
(97,208,189)
#6FD4C3
(111,212,195)
#7DD8C9
(125,216,201)
#8BDCCF
(139,220,207)
#99E0D5
(153,224,213)
#A7E4DB
(167,228,219)
#B5E8E1
(181,232,225)
#C3ECE7
(195,236,231)
#D1F0ED
(209,240,237)
#DFF4F3
(223,244,243)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D0BD color. Also use rgb(97,208,189) instead hex code.

Text Font Color

.myTextColor { color: #61D0BD; }

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

This text font color is #61D0BD.


Background Color

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

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

This div background color is #61D0BD.


Border color

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

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

This div border color is #61D0BD.


Opacity

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

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

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

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

This text has shadow with #61D0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D0BD on black background.


Color preview on white background

This text has color #61D0BD on white background.



Black color preview on #61D0BD background

This text has black color on #61D0BD background.


White color preview on #61D0BD background

This text has white color on #61D0BD background.