COLOR #61ABA9

HEX: #61ABA9
RGB: (97,171,169)

Color info

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

RGB color model

#61ABA9 color RGB value is (97,171,169).

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

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 169 of 255 = 66%

97
171
169

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

Portions of RGB colors in percentages

R + G + B =
97 + 171 + 169 = 437 (100%)
R 97 of 437 ~ 22.2%
G 171 of 437 ~ 39.13%
B 169 of 437 ~ 38.67%

%22.2
%39.13
%38.67

CMYK color model

#61ABA9 color CMYK value is (43,0,1,33).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(43,0,1,33)
C43M0Y1K33 
(43%,0%,1%,33%)
(0.43/0.00/0.01/0.33)	

CMYK percentages

%43.27
%0
%1.17
%32.94

Codes

Color #61ABA9 in popluar color models

61ABA9
RGB97171169
HSL178°30.58%52.55%
HSB/HSV178°43.27%67.06%
CMYK43.27%0.00%1.17%
32.94%

Color #61ABA9 in popluar number systems.

HEX61ABA9
Decimal97171169
Binary11000011010101110101001
Octal141253251

Shades and tints

Shades of #61ABA9

#61ABA9
(97,171,169)
#599C9A
(89,156,154)
#518D8B
(81,141,139)
#497E7C
(73,126,124)
#416F6D
(65,111,109)
#39605E
(57,96,94)
#31514F
(49,81,79)
#294240
(41,66,64)
#213331
(33,51,49)
#192422
(25,36,34)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #61ABA9

#61ABA9
(97,171,169)
#6FB2B0
(111,178,176)
#7DB9B7
(125,185,183)
#8BC0BE
(139,192,190)
#99C7C5
(153,199,197)
#A7CECC
(167,206,204)
#B5D5D3
(181,213,211)
#C3DCDA
(195,220,218)
#D1E3E1
(209,227,225)
#DFEAE8
(223,234,232)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61ABA9; }

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

This text font color is #61ABA9.


Background Color

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

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

This div background color is #61ABA9.


Border color

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

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

This div border color is #61ABA9.


Opacity

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

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

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

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

This text has shadow with #61ABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ABA9 on black background.


Color preview on white background

This text has color #61ABA9 on white background.



Black color preview on #61ABA9 background

This text has black color on #61ABA9 background.


White color preview on #61ABA9 background

This text has white color on #61ABA9 background.