COLOR #61BBA4

HEX: #61BBA4
RGB: (97,187,164)

Color info

#61BBA4 contains mainly green and blue colors. Web safe color of #61BBA4 is #66CC99 (or #6C9).

RGB color model

#61BBA4 color RGB value is (97,187,164).

  • red value is 97;
  • green value is 187;
  • blue value is 164.
RGB:
(97,187,164)
(38%,73%,64%)

RGB channels and saturation

R 97 of 255 = 38%
G 187 of 255 = 73%
B 164 of 255 = 64%

97
187
164

R + G + B ~ 58%. #61BBA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 187 + 164 = 448 (100%)
R 97 of 448 ~ 21.65%
G 187 of 448 ~ 41.74%
B 164 of 448 ~ 36.61%

%21.65
%41.74
%36.61

CMYK color model

#61BBA4 color CMYK value is (48,0,12,27).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(48,0,12,27)
C48M0Y12K27 
(48%,0%,12%,27%)
(0.48/0.00/0.12/0.27)	

CMYK percentages

%48.13
%0
%12.3
%26.67

Codes

Color #61BBA4 in popluar color models

61BBA4
RGB97187164
HSL165°39.82%55.69%
HSB/HSV165°48.13%73.33%
CMYK48.13%0.00%12.30%
26.67%

Color #61BBA4 in popluar number systems.

HEX61BBA4
Decimal97187164
Binary11000011011101110100100
Octal141273244

Shades and tints

Shades of #61BBA4

#61BBA4
(97,187,164)
#59AA96
(89,170,150)
#519988
(81,153,136)
#49887A
(73,136,122)
#41776C
(65,119,108)
#39665E
(57,102,94)
#315550
(49,85,80)
#294442
(41,68,66)
#213334
(33,51,52)
#192226
(25,34,38)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #61BBA4

#61BBA4
(97,187,164)
#6FC1AC
(111,193,172)
#7DC7B4
(125,199,180)
#8BCDBC
(139,205,188)
#99D3C4
(153,211,196)
#A7D9CC
(167,217,204)
#B5DFD4
(181,223,212)
#C3E5DC
(195,229,220)
#D1EBE4
(209,235,228)
#DFF1EC
(223,241,236)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BBA4 color. Also use rgb(97,187,164) instead hex code.

Text Font Color

.myTextColor { color: #61BBA4; }

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

This text font color is #61BBA4.


Background Color

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

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

This div background color is #61BBA4.


Border color

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

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

This div border color is #61BBA4.


Opacity

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

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

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

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

This text has shadow with #61BBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BBA4 on black background.


Color preview on white background

This text has color #61BBA4 on white background.



Black color preview on #61BBA4 background

This text has black color on #61BBA4 background.


White color preview on #61BBA4 background

This text has white color on #61BBA4 background.