COLOR #61B4BA

HEX: #61B4BA RGB: (97,180,186)

Color info

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

RGB color model

#61B4BA color RGB value is (97,180,186).

RGB: (97,180,186) (38%, 71%, 73%)

RGB channels and saturation

R 97 of 255 = 38%
G 180 of 255 = 71%
B 186 of 255 = 73%

97
180
186

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

Portions of RGB colors in percentages

R + G + B = 97 + 180 + 186 = 463 (100%)
R 97 of 463 ~ 20.95%
G 180 of 463 ~ 38.88%
B 186 of 463 ~ 40.17'%

%20.95
%38.88
%40.17

CMYK color model

#61B4BA color CMYK value is (48,3,0,27).

  • cyan value is 47.85%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (48,3,0,27)
C48M3Y0K27 (48%, 3%, 0%, 27%)
(0.48 / 0.03 / 0.00 / 0.27)

CMYK percentages

%47.85
%3.23
%0
%27.06

Codes

Color #61B4BA in popluar color models

61 B4 BA
RGB 97 180 186
HSL 184° 39.21% 55.49%
HSB/HSV 184° 47.85% 72.94%
CMYK 47.85% 3.23% 0.00%
27.06%

Color #61B4BA in popluar number systems.

HEX 61 B4 BA
Decimal 97 180 186
Binary 1100001 10110100 10111010
Octal 141 264 272

Shades and tints

Shades of #61B4BA

#61B4BA
(97,180,186)
#59A4AA
(89,164,170)
#51949A
(81,148,154)
#49848A
(73,132,138)
#41747A
(65,116,122)
#39646A
(57,100,106)
#31545A
(49,84,90)
#29444A
(41,68,74)
#21343A
(33,52,58)
#19242A
(25,36,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #61B4BA

#61B4BA
(97,180,186)
#6FBAC0
(111,186,192)
#7DC0C6
(125,192,198)
#8BC6CC
(139,198,204)
#99CCD2
(153,204,210)
#A7D2D8
(167,210,216)
#B5D8DE
(181,216,222)
#C3DEE4
(195,222,228)
#D1E4EA
(209,228,234)
#DFEAF0
(223,234,240)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B4BA; }

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

This text font color is #61B4BA.

Background Color

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

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

This div background color is #61B4BA.

Border color

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

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

This div border color is #61B4BA.

Opacity

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

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

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

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

This text has shadow with #61B4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B4BA.

Preview

Color preview on black background

This text has color #61B4BA on black background.


Color preview on white background

This text has color #61B4BA on white background.


Black color preview on #61B4BA background

This text has black color on #61B4BA background.


White color preview on #61B4BA background

This text has white color on #61B4BA background.


Related colors

Complementary color

Complementary color for #hex is #9E4B45.


I love getcolorcode.com

Triadic colors

1 #BA61B4 and #B4BA61 with #61B4BA are triadic colors.

2 #BAB461 and #B461BA with #61B4BA are triadic colors.