COLOR #61D9BF

HEX: #61D9BF
RGB: (97,217,191)

Color info

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

RGB color model

#61D9BF color RGB value is (97,217,191).

  • red value is 97;
  • green value is 217;
  • blue value is 191.
RGB:
(97,217,191)
(38%,85%,75%)

RGB channels and saturation

R 97 of 255 = 38%
G 217 of 255 = 85%
B 191 of 255 = 75%

97
217
191

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

Portions of RGB colors in percentages

R + G + B =
97 + 217 + 191 = 505 (100%)
R 97 of 505 ~ 19.21%
G 217 of 505 ~ 42.97%
B 191 of 505 ~ 37.82%

%19.21
%42.97
%37.82

CMYK color model

#61D9BF color CMYK value is (55,0,12,15).

  • cyan value is 55.30%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(55,0,12,15)
C55M0Y12K15 
(55%,0%,12%,15%)
(0.55/0.00/0.12/0.15)	

CMYK percentages

%55.3
%0
%11.98
%14.9

Codes

Color #61D9BF in popluar color models

61D9BF
RGB97217191
HSL167°61.22%61.57%
HSB/HSV167°55.30%85.10%
CMYK55.30%0.00%11.98%
14.90%

Color #61D9BF in popluar number systems.

HEX61D9BF
Decimal97217191
Binary11000011101100110111111
Octal141331277

Shades and tints

Shades of #61D9BF

#61D9BF
(97,217,191)
#59C6AE
(89,198,174)
#51B39D
(81,179,157)
#49A08C
(73,160,140)
#418D7B
(65,141,123)
#397A6A
(57,122,106)
#316759
(49,103,89)
#295448
(41,84,72)
#214137
(33,65,55)
#192E26
(25,46,38)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #61D9BF

#61D9BF
(97,217,191)
#6FDCC4
(111,220,196)
#7DDFC9
(125,223,201)
#8BE2CE
(139,226,206)
#99E5D3
(153,229,211)
#A7E8D8
(167,232,216)
#B5EBDD
(181,235,221)
#C3EEE2
(195,238,226)
#D1F1E7
(209,241,231)
#DFF4EC
(223,244,236)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D9BF color. Also use rgb(97,217,191) instead hex code.

Text Font Color

.myTextColor { color: #61D9BF; }

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

This text font color is #61D9BF.


Background Color

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

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

This div background color is #61D9BF.


Border color

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

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

This div border color is #61D9BF.


Opacity

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

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

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

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

This text has shadow with #61D9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D9BF on black background.


Color preview on white background

This text has color #61D9BF on white background.



Black color preview on #61D9BF background

This text has black color on #61D9BF background.


White color preview on #61D9BF background

This text has white color on #61D9BF background.