COLOR #61B99D

HEX: #61B99D RGB: (97,185,157)

Color info

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

RGB color model

#61B99D color RGB value is (97,185,157).

RGB: (97,185,157) (38%, 73%, 62%)

RGB channels and saturation

R 97 of 255 = 38%
G 185 of 255 = 73%
B 157 of 255 = 62%

97
185
157

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

Portions of RGB colors in percentages

R + G + B = 97 + 185 + 157 = 439 (100%)
R 97 of 439 ~ 22.1%
G 185 of 439 ~ 42.14%
B 157 of 439 ~ 35.76'%

%22.1
%42.14
%35.76

CMYK color model

#61B99D color CMYK value is (48,0,15,27).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%

CMYK: (48,0,15,27)
C48M0Y15K27 (48%, 0%, 15%, 27%)
(0.48 / 0.00 / 0.15 / 0.27)

CMYK percentages

%47.57
%0
%15.14
%27.45

Codes

Color #61B99D in popluar color models

61 B9 9D
RGB 97 185 157
HSL 161° 38.60% 55.29%
HSB/HSV 161° 47.57% 72.55%
CMYK 47.57% 0.00% 15.14%
27.45%

Color #61B99D in popluar number systems.

HEX 61 B9 9D
Decimal 97 185 157
Binary 1100001 10111001 10011101
Octal 141 271 235

Shades and tints

Shades of #61B99D

#61B99D
(97,185,157)
#59A98F
(89,169,143)
#519981
(81,153,129)
#498973
(73,137,115)
#417965
(65,121,101)
#396957
(57,105,87)
#315949
(49,89,73)
#29493B
(41,73,59)
#21392D
(33,57,45)
#19291F
(25,41,31)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #61B99D

#61B99D
(97,185,157)
#6FBFA5
(111,191,165)
#7DC5AD
(125,197,173)
#8BCBB5
(139,203,181)
#99D1BD
(153,209,189)
#A7D7C5
(167,215,197)
#B5DDCD
(181,221,205)
#C3E3D5
(195,227,213)
#D1E9DD
(209,233,221)
#DFEFE5
(223,239,229)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B99D color. Also use rgb(97,185,157) instead hex code.

Text Font Color

.myTextColor { color: #61B99D; }

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

This text font color is #61B99D.

Background Color

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

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

This div background color is #61B99D.

Border color

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

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

This div border color is #61B99D.

Opacity

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

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

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

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

This text has shadow with #61B99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B99D.

Preview

Color preview on black background

This text has color #61B99D on black background.


Color preview on white background

This text has color #61B99D on white background.


Black color preview on #61B99D background

This text has black color on #61B99D background.


White color preview on #61B99D background

This text has white color on #61B99D background.


Related colors

Complementary color

Complementary color for #hex is #9E4662.


I love getcolorcode.com

Triadic colors

1 #9D61B9 and #B99D61 with #61B99D are triadic colors.

2 #9DB961 and #B9619D with #61B99D are triadic colors.