COLOR #61BFAB

HEX: #61BFAB RGB: (97,191,171)

Color info

#61BFAB contains mainly green and blue colors. Web safe color of #61BFAB is #66CC99 (or #6C9).

RGB color model

#61BFAB color RGB value is (97,191,171).

RGB: (97,191,171) (38%, 75%, 67%)

RGB channels and saturation

R 97 of 255 = 38%
G 191 of 255 = 75%
B 171 of 255 = 67%

97
191
171

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

Portions of RGB colors in percentages

R + G + B = 97 + 191 + 171 = 459 (100%)
R 97 of 459 ~ 21.13%
G 191 of 459 ~ 41.61%
B 171 of 459 ~ 37.25'%

%21.13
%41.61
%37.25

CMYK color model

#61BFAB color CMYK value is (49,0,10,25).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 25.10%

CMYK: (49,0,10,25)
C49M0Y10K25 (49%, 0%, 10%, 25%)
(0.49 / 0.00 / 0.10 / 0.25)

CMYK percentages

%49.21
%0
%10.47
%25.1

Codes

Color #61BFAB in popluar color models

61 BF AB
RGB 97 191 171
HSL 167° 42.34% 56.47%
HSB/HSV 167° 49.21% 74.90%
CMYK 49.21% 0.00% 10.47%
25.10%

Color #61BFAB in popluar number systems.

HEX 61 BF AB
Decimal 97 191 171
Binary 1100001 10111111 10101011
Octal 141 277 253

Shades and tints

Shades of #61BFAB

#61BFAB
(97,191,171)
#59AE9C
(89,174,156)
#519D8D
(81,157,141)
#498C7E
(73,140,126)
#417B6F
(65,123,111)
#396A60
(57,106,96)
#315951
(49,89,81)
#294842
(41,72,66)
#213733
(33,55,51)
#192624
(25,38,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #61BFAB

#61BFAB
(97,191,171)
#6FC4B2
(111,196,178)
#7DC9B9
(125,201,185)
#8BCEC0
(139,206,192)
#99D3C7
(153,211,199)
#A7D8CE
(167,216,206)
#B5DDD5
(181,221,213)
#C3E2DC
(195,226,220)
#D1E7E3
(209,231,227)
#DFECEA
(223,236,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61BFAB; }

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

This text font color is #61BFAB.

Background Color

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

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

This div background color is #61BFAB.

Border color

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

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

This div border color is #61BFAB.

Opacity

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

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

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

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

This text has shadow with #61BFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61BFAB.

Preview

Color preview on black background

This text has color #61BFAB on black background.


Color preview on white background

This text has color #61BFAB on white background.


Black color preview on #61BFAB background

This text has black color on #61BFAB background.


White color preview on #61BFAB background

This text has white color on #61BFAB background.


Related colors

Complementary color

Complementary color for #hex is #9E4054.


I love getcolorcode.com

Triadic colors

1 #AB61BF and #BFAB61 with #61BFAB are triadic colors.

2 #ABBF61 and #BF61AB with #61BFAB are triadic colors.