COLOR #61A887

HEX: #61A887 RGB: (97,168,135)

Color info

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

RGB color model

#61A887 color RGB value is (97,168,135).

RGB: (97,168,135) (38%, 66%, 53%)

RGB channels and saturation

R 97 of 255 = 38%
G 168 of 255 = 66%
B 135 of 255 = 53%

97
168
135

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

Portions of RGB colors in percentages

R + G + B = 97 + 168 + 135 = 400 (100%)
R 97 of 400 ~ 24.25%
G 168 of 400 ~ 42%
B 135 of 400 ~ 33.75'%

%24.25
%42
%33.75

CMYK color model

#61A887 color CMYK value is (42,0,20,34).

  • cyan value is 42.26%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK: (42,0,20,34) C42M0Y20K34 (42%,0%,20%,34%) (0.42/0.00/0.20/0.34) 

CMYK percentages

%42.26
%0
%19.64
%34.12

Codes

Color #61A887 in popluar color models

61 A8 87
RGB 97 168 135
HSL 152° 28.98% 51.96%
HSB/HSV 152° 42.26% 65.88%
CMYK 42.26% 0.00% 19.64%
34.12%

Color #61A887 in popluar number systems.

HEX 61 A8 87
Decimal 97 168 135
Binary 1100001 10101000 10000111
Octal 141 250 207

Shades and tints

Shades of #61A887

#61A887
(97,168,135)
#59997B
(89,153,123)
#518A6F
(81,138,111)
#497B63
(73,123,99)
#416C57
(65,108,87)
#395D4B
(57,93,75)
#314E3F
(49,78,63)
#293F33
(41,63,51)
#213027
(33,48,39)
#19211B
(25,33,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #61A887

#61A887
(97,168,135)
#6FAF91
(111,175,145)
#7DB69B
(125,182,155)
#8BBDA5
(139,189,165)
#99C4AF
(153,196,175)
#A7CBB9
(167,203,185)
#B5D2C3
(181,210,195)
#C3D9CD
(195,217,205)
#D1E0D7
(209,224,215)
#DFE7E1
(223,231,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A887 color. Also use rgb(97,168,135) instead hex code.

Text Font Color

.myTextColor { color: #61A887; }

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

This text font color is #61A887.

Background Color

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

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

This div background color is #61A887.

Border color

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

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

This div border color is #61A887.

Opacity

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

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

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

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

This text has shadow with #61A887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A887.

Preview

Color preview on black background

This text has color #61A887 on black background.


Color preview on white background

This text has color #61A887 on white background.


Black color preview on #61A887 background

This text has black color on #61A887 background.


White color preview on #61A887 background

This text has white color on #61A887 background.


Related colors

Complementary color

Complementary color for #hex is #9E5778.


I love getcolorcode.com

Triadic colors

1 #8761A8 and #A88761 with #61A887 are triadic colors.

2 #87A861 and #A86187 with #61A887 are triadic colors.