COLOR #61ABAF

HEX: #61ABAF
RGB: (97,171,175)

Color info

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

RGB color model

#61ABAF color RGB value is (97,171,175).

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

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 175 of 255 = 69%

97
171
175

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

Portions of RGB colors in percentages

R + G + B =
97 + 171 + 175 = 443 (100%)
R 97 of 443 ~ 21.9%
G 171 of 443 ~ 38.6%
B 175 of 443 ~ 39.5%

%21.9
%38.6
%39.5

CMYK color model

#61ABAF color CMYK value is (45,2,0,31).

  • cyan value is 44.57%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,2,0,31)
C45M2Y0K31 
(45%,2%,0%,31%)
(0.45/0.02/0.00/0.31)	

CMYK percentages

%44.57
%2.29
%0
%31.37

Codes

Color #61ABAF in popluar color models

61ABAF
RGB97171175
HSL183°32.77%53.33%
HSB/HSV183°44.57%68.63%
CMYK44.57%2.29%0.00%
31.37%

Color #61ABAF in popluar number systems.

HEX61ABAF
Decimal97171175
Binary11000011010101110101111
Octal141253257

Shades and tints

Shades of #61ABAF

#61ABAF
(97,171,175)
#599CA0
(89,156,160)
#518D91
(81,141,145)
#497E82
(73,126,130)
#416F73
(65,111,115)
#396064
(57,96,100)
#315155
(49,81,85)
#294246
(41,66,70)
#213337
(33,51,55)
#192428
(25,36,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #61ABAF

#61ABAF
(97,171,175)
#6FB2B6
(111,178,182)
#7DB9BD
(125,185,189)
#8BC0C4
(139,192,196)
#99C7CB
(153,199,203)
#A7CED2
(167,206,210)
#B5D5D9
(181,213,217)
#C3DCE0
(195,220,224)
#D1E3E7
(209,227,231)
#DFEAEE
(223,234,238)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61ABAF; }

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

This text font color is #61ABAF.


Background Color

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

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

This div background color is #61ABAF.


Border color

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

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

This div border color is #61ABAF.


Opacity

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

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

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

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

This text has shadow with #61ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ABAF on black background.


Color preview on white background

This text has color #61ABAF on white background.



Black color preview on #61ABAF background

This text has black color on #61ABAF background.


White color preview on #61ABAF background

This text has white color on #61ABAF background.