COLOR #61BFB4

HEX: #61BFB4
RGB: (97,191,180)

Color info

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

RGB color model

#61BFB4 color RGB value is (97,191,180).

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

RGB channels and saturation

R 97 of 255 = 38%
G 191 of 255 = 75%
B 180 of 255 = 71%

97
191
180

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

Portions of RGB colors in percentages

R + G + B =
97 + 191 + 180 = 468 (100%)
R 97 of 468 ~ 20.73%
G 191 of 468 ~ 40.81%
B 180 of 468 ~ 38.46%

%20.73
%40.81
%38.46

CMYK color model

#61BFB4 color CMYK value is (49,0,6,25).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(49,0,6,25)
C49M0Y6K25 
(49%,0%,6%,25%)
(0.49/0.00/0.06/0.25)	

CMYK percentages

%49.21
%0
%5.76
%25.1

Codes

Color #61BFB4 in popluar color models

61BFB4
RGB97191180
HSL173°42.34%56.47%
HSB/HSV173°49.21%74.90%
CMYK49.21%0.00%5.76%
25.10%

Color #61BFB4 in popluar number systems.

HEX61BFB4
Decimal97191180
Binary11000011011111110110100
Octal141277264

Shades and tints

Shades of #61BFB4

#61BFB4
(97,191,180)
#59AEA4
(89,174,164)
#519D94
(81,157,148)
#498C84
(73,140,132)
#417B74
(65,123,116)
#396A64
(57,106,100)
#315954
(49,89,84)
#294844
(41,72,68)
#213734
(33,55,52)
#192624
(25,38,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #61BFB4

#61BFB4
(97,191,180)
#6FC4BA
(111,196,186)
#7DC9C0
(125,201,192)
#8BCEC6
(139,206,198)
#99D3CC
(153,211,204)
#A7D8D2
(167,216,210)
#B5DDD8
(181,221,216)
#C3E2DE
(195,226,222)
#D1E7E4
(209,231,228)
#DFECEA
(223,236,234)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61BFB4; }

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

This text font color is #61BFB4.


Background Color

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

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

This div background color is #61BFB4.


Border color

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

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

This div border color is #61BFB4.


Opacity

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

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

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

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

This text has shadow with #61BFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BFB4 on black background.


Color preview on white background

This text has color #61BFB4 on white background.



Black color preview on #61BFB4 background

This text has black color on #61BFB4 background.


White color preview on #61BFB4 background

This text has white color on #61BFB4 background.