COLOR #61A099

HEX: #61A099
RGB: (97,160,153)

Color info

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

RGB color model

#61A099 color RGB value is (97,160,153).

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

RGB channels and saturation

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

97
160
153

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

Portions of RGB colors in percentages

R + G + B =
97 + 160 + 153 = 410 (100%)
R 97 of 410 ~ 23.66%
G 160 of 410 ~ 39.02%
B 153 of 410 ~ 37.32%

%23.66
%39.02
%37.32

CMYK color model

#61A099 color CMYK value is (39,0,4,37).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(39,0,4,37)
C39M0Y4K37 
(39%,0%,4%,37%)
(0.39/0.00/0.04/0.37)	

CMYK percentages

%39.38
%0
%4.38
%37.25

Codes

Color #61A099 in popluar color models

61A099
RGB97160153
HSL173°24.90%50.39%
HSB/HSV173°39.38%62.75%
CMYK39.38%0.00%4.38%
37.25%

Color #61A099 in popluar number systems.

HEX61A099
Decimal97160153
Binary11000011010000010011001
Octal141240231

Shades and tints

Shades of #61A099

#61A099
(97,160,153)
#59928C
(89,146,140)
#51847F
(81,132,127)
#497672
(73,118,114)
#416865
(65,104,101)
#395A58
(57,90,88)
#314C4B
(49,76,75)
#293E3E
(41,62,62)
#213031
(33,48,49)
#192224
(25,34,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #61A099

#61A099
(97,160,153)
#6FA8A2
(111,168,162)
#7DB0AB
(125,176,171)
#8BB8B4
(139,184,180)
#99C0BD
(153,192,189)
#A7C8C6
(167,200,198)
#B5D0CF
(181,208,207)
#C3D8D8
(195,216,216)
#D1E0E1
(209,224,225)
#DFE8EA
(223,232,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A099; }

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

This text font color is #61A099.


Background Color

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

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

This div background color is #61A099.


Border color

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

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

This div border color is #61A099.


Opacity

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

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

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

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

This text has shadow with #61A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A099 on black background.


Color preview on white background

This text has color #61A099 on white background.



Black color preview on #61A099 background

This text has black color on #61A099 background.


White color preview on #61A099 background

This text has white color on #61A099 background.