COLOR #61A59F

HEX: #61A59F
RGB: (97,165,159)

Color info

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

RGB color model

#61A59F color RGB value is (97,165,159).

  • red value is 97;
  • green value is 165;
  • blue value is 159.
RGB:
(97,165,159)
(38%,65%,62%)

RGB channels and saturation

R 97 of 255 = 38%
G 165 of 255 = 65%
B 159 of 255 = 62%

97
165
159

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

Portions of RGB colors in percentages

R + G + B =
97 + 165 + 159 = 421 (100%)
R 97 of 421 ~ 23.04%
G 165 of 421 ~ 39.19%
B 159 of 421 ~ 37.77%

%23.04
%39.19
%37.77

CMYK color model

#61A59F color CMYK value is (41,0,4,35).

  • cyan value is 41.21%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(41,0,4,35)
C41M0Y4K35 
(41%,0%,4%,35%)
(0.41/0.00/0.04/0.35)	

CMYK percentages

%41.21
%0
%3.64
%35.29

Codes

Color #61A59F in popluar color models

61A59F
RGB97165159
HSL175°27.42%51.37%
HSB/HSV175°41.21%64.71%
CMYK41.21%0.00%3.64%
35.29%

Color #61A59F in popluar number systems.

HEX61A59F
Decimal97165159
Binary11000011010010110011111
Octal141245237

Shades and tints

Shades of #61A59F

#61A59F
(97,165,159)
#599691
(89,150,145)
#518783
(81,135,131)
#497875
(73,120,117)
#416967
(65,105,103)
#395A59
(57,90,89)
#314B4B
(49,75,75)
#293C3D
(41,60,61)
#212D2F
(33,45,47)
#191E21
(25,30,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #61A59F

#61A59F
(97,165,159)
#6FADA7
(111,173,167)
#7DB5AF
(125,181,175)
#8BBDB7
(139,189,183)
#99C5BF
(153,197,191)
#A7CDC7
(167,205,199)
#B5D5CF
(181,213,207)
#C3DDD7
(195,221,215)
#D1E5DF
(209,229,223)
#DFEDE7
(223,237,231)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A59F color. Also use rgb(97,165,159) instead hex code.

Text Font Color

.myTextColor { color: #61A59F; }

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

This text font color is #61A59F.


Background Color

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

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

This div background color is #61A59F.


Border color

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

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

This div border color is #61A59F.


Opacity

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

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

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

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

This text has shadow with #61A59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A59F on black background.


Color preview on white background

This text has color #61A59F on white background.



Black color preview on #61A59F background

This text has black color on #61A59F background.


White color preview on #61A59F background

This text has white color on #61A59F background.