COLOR #61B89B

HEX: #61B89B
RGB: (97,184,155)

Color info

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

RGB color model

#61B89B color RGB value is (97,184,155).

  • red value is 97;
  • green value is 184;
  • blue value is 155.
RGB:
(97,184,155)
(38%,72%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 184 of 255 = 72%
B 155 of 255 = 61%

97
184
155

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

Portions of RGB colors in percentages

R + G + B =
97 + 184 + 155 = 436 (100%)
R 97 of 436 ~ 22.25%
G 184 of 436 ~ 42.2%
B 155 of 436 ~ 35.55%

%22.25
%42.2
%35.55

CMYK color model

#61B89B color CMYK value is (47,0,16,28).

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(47,0,16,28)
C47M0Y16K28 
(47%,0%,16%,28%)
(0.47/0.00/0.16/0.28)	

CMYK percentages

%47.28
%0
%15.76
%27.84

Codes

Color #61B89B in popluar color models

61B89B
RGB97184155
HSL160°37.99%55.10%
HSB/HSV160°47.28%72.16%
CMYK47.28%0.00%15.76%
27.84%

Color #61B89B in popluar number systems.

HEX61B89B
Decimal97184155
Binary11000011011100010011011
Octal141270233

Shades and tints

Shades of #61B89B

#61B89B
(97,184,155)
#59A88D
(89,168,141)
#51987F
(81,152,127)
#498871
(73,136,113)
#417863
(65,120,99)
#396855
(57,104,85)
#315847
(49,88,71)
#294839
(41,72,57)
#21382B
(33,56,43)
#19281D
(25,40,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #61B89B

#61B89B
(97,184,155)
#6FBEA4
(111,190,164)
#7DC4AD
(125,196,173)
#8BCAB6
(139,202,182)
#99D0BF
(153,208,191)
#A7D6C8
(167,214,200)
#B5DCD1
(181,220,209)
#C3E2DA
(195,226,218)
#D1E8E3
(209,232,227)
#DFEEEC
(223,238,236)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B89B color. Also use rgb(97,184,155) instead hex code.

Text Font Color

.myTextColor { color: #61B89B; }

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

This text font color is #61B89B.


Background Color

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

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

This div background color is #61B89B.


Border color

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

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

This div border color is #61B89B.


Opacity

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

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

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

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

This text has shadow with #61B89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B89B on black background.


Color preview on white background

This text has color #61B89B on white background.



Black color preview on #61B89B background

This text has black color on #61B89B background.


White color preview on #61B89B background

This text has white color on #61B89B background.