COLOR #61A992

HEX: #61A992
RGB: (97,169,146)

Color info

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

RGB color model

#61A992 color RGB value is (97,169,146).

  • red value is 97;
  • green value is 169;
  • blue value is 146.
RGB:
(97,169,146)
(38%,66%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 169 of 255 = 66%
B 146 of 255 = 57%

97
169
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 146 = 412 (100%)
R 97 of 412 ~ 23.54%
G 169 of 412 ~ 41.02%
B 146 of 412 ~ 35.44%

%23.54
%41.02
%35.44

CMYK color model

#61A992 color CMYK value is (43,0,14,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(43,0,14,34)
C43M0Y14K34 
(43%,0%,14%,34%)
(0.43/0.00/0.14/0.34)	

CMYK percentages

%42.6
%0
%13.61
%33.73

Codes

Color #61A992 in popluar color models

61A992
RGB97169146
HSL161°29.51%52.16%
HSB/HSV161°42.60%66.27%
CMYK42.60%0.00%13.61%
33.73%

Color #61A992 in popluar number systems.

HEX61A992
Decimal97169146
Binary11000011010100110010010
Octal141251222

Shades and tints

Shades of #61A992

#61A992
(97,169,146)
#599A85
(89,154,133)
#518B78
(81,139,120)
#497C6B
(73,124,107)
#416D5E
(65,109,94)
#395E51
(57,94,81)
#314F44
(49,79,68)
#294037
(41,64,55)
#21312A
(33,49,42)
#19221D
(25,34,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #61A992

#61A992
(97,169,146)
#6FB09B
(111,176,155)
#7DB7A4
(125,183,164)
#8BBEAD
(139,190,173)
#99C5B6
(153,197,182)
#A7CCBF
(167,204,191)
#B5D3C8
(181,211,200)
#C3DAD1
(195,218,209)
#D1E1DA
(209,225,218)
#DFE8E3
(223,232,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A992 color. Also use rgb(97,169,146) instead hex code.

Text Font Color

.myTextColor { color: #61A992; }

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

This text font color is #61A992.


Background Color

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

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

This div background color is #61A992.


Border color

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

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

This div border color is #61A992.


Opacity

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

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

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

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

This text has shadow with #61A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A992 on black background.


Color preview on white background

This text has color #61A992 on white background.



Black color preview on #61A992 background

This text has black color on #61A992 background.


White color preview on #61A992 background

This text has white color on #61A992 background.