COLOR #61A199

HEX: #61A199
RGB: (97,161,153)

Color info

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

RGB color model

#61A199 color RGB value is (97,161,153).

  • red value is 97;
  • green value is 161;
  • blue value is 153.
RGB:
(97,161,153)
(38%,63%,60%)

RGB channels and saturation

R 97 of 255 = 38%
G 161 of 255 = 63%
B 153 of 255 = 60%

97
161
153

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

Portions of RGB colors in percentages

R + G + B =
97 + 161 + 153 = 411 (100%)
R 97 of 411 ~ 23.6%
G 161 of 411 ~ 39.17%
B 153 of 411 ~ 37.23%

%23.6
%39.17
%37.23

CMYK color model

#61A199 color CMYK value is (40,0,5,37).

  • cyan value is 39.75%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(40,0,5,37)
C40M0Y5K37 
(40%,0%,5%,37%)
(0.40/0.00/0.05/0.37)	

CMYK percentages

%39.75
%0
%4.97
%36.86

Codes

Color #61A199 in popluar color models

61A199
RGB97161153
HSL173°25.40%50.59%
HSB/HSV173°39.75%63.14%
CMYK39.75%0.00%4.97%
36.86%

Color #61A199 in popluar number systems.

HEX61A199
Decimal97161153
Binary11000011010000110011001
Octal141241231

Shades and tints

Shades of #61A199

#61A199
(97,161,153)
#59938C
(89,147,140)
#51857F
(81,133,127)
#497772
(73,119,114)
#416965
(65,105,101)
#395B58
(57,91,88)
#314D4B
(49,77,75)
#293F3E
(41,63,62)
#213131
(33,49,49)
#192324
(25,35,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #61A199

#61A199
(97,161,153)
#6FA9A2
(111,169,162)
#7DB1AB
(125,177,171)
#8BB9B4
(139,185,180)
#99C1BD
(153,193,189)
#A7C9C6
(167,201,198)
#B5D1CF
(181,209,207)
#C3D9D8
(195,217,216)
#D1E1E1
(209,225,225)
#DFE9EA
(223,233,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A199 color. Also use rgb(97,161,153) instead hex code.

Text Font Color

.myTextColor { color: #61A199; }

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

This text font color is #61A199.


Background Color

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

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

This div background color is #61A199.


Border color

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

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

This div border color is #61A199.


Opacity

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

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

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

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

This text has shadow with #61A199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A199 on black background.


Color preview on white background

This text has color #61A199 on white background.



Black color preview on #61A199 background

This text has black color on #61A199 background.


White color preview on #61A199 background

This text has white color on #61A199 background.