COLOR #61B097

HEX: #61B097
RGB: (97,176,151)

Color info

#61B097 contains mainly green and blue colors. Web safe color of #61B097 is #669999 (or #699).

RGB color model

#61B097 color RGB value is (97,176,151).

  • red value is 97;
  • green value is 176;
  • blue value is 151.
RGB:
(97,176,151)
(38%,69%,59%)

RGB channels and saturation

R 97 of 255 = 38%
G 176 of 255 = 69%
B 151 of 255 = 59%

97
176
151

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

Portions of RGB colors in percentages

R + G + B =
97 + 176 + 151 = 424 (100%)
R 97 of 424 ~ 22.88%
G 176 of 424 ~ 41.51%
B 151 of 424 ~ 35.61%

%22.88
%41.51
%35.61

CMYK color model

#61B097 color CMYK value is (45,0,14,31).

  • cyan value is 44.89%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(45,0,14,31)
C45M0Y14K31 
(45%,0%,14%,31%)
(0.45/0.00/0.14/0.31)	

CMYK percentages

%44.89
%0
%14.2
%30.98

Codes

Color #61B097 in popluar color models

61B097
RGB97176151
HSL161°33.33%53.53%
HSB/HSV161°44.89%69.02%
CMYK44.89%0.00%14.20%
30.98%

Color #61B097 in popluar number systems.

HEX61B097
Decimal97176151
Binary11000011011000010010111
Octal141260227

Shades and tints

Shades of #61B097

#61B097
(97,176,151)
#59A08A
(89,160,138)
#51907D
(81,144,125)
#498070
(73,128,112)
#417063
(65,112,99)
#396056
(57,96,86)
#315049
(49,80,73)
#29403C
(41,64,60)
#21302F
(33,48,47)
#192022
(25,32,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #61B097

#61B097
(97,176,151)
#6FB7A0
(111,183,160)
#7DBEA9
(125,190,169)
#8BC5B2
(139,197,178)
#99CCBB
(153,204,187)
#A7D3C4
(167,211,196)
#B5DACD
(181,218,205)
#C3E1D6
(195,225,214)
#D1E8DF
(209,232,223)
#DFEFE8
(223,239,232)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B097 color. Also use rgb(97,176,151) instead hex code.

Text Font Color

.myTextColor { color: #61B097; }

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

This text font color is #61B097.


Background Color

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

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

This div background color is #61B097.


Border color

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

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

This div border color is #61B097.


Opacity

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

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

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

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

This text has shadow with #61B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B097 on black background.


Color preview on white background

This text has color #61B097 on white background.



Black color preview on #61B097 background

This text has black color on #61B097 background.


White color preview on #61B097 background

This text has white color on #61B097 background.