COLOR #61B8A1

HEX: #61B8A1
RGB: (97,184,161)

Color info

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

RGB color model

#61B8A1 color RGB value is (97,184,161).

  • red value is 97;
  • green value is 184;
  • blue value is 161.
RGB:
(97,184,161)
(38%,72%,63%)

RGB channels and saturation

R 97 of 255 = 38%
G 184 of 255 = 72%
B 161 of 255 = 63%

97
184
161

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

Portions of RGB colors in percentages

R + G + B =
97 + 184 + 161 = 442 (100%)
R 97 of 442 ~ 21.95%
G 184 of 442 ~ 41.63%
B 161 of 442 ~ 36.43%

%21.95
%41.63
%36.43

CMYK color model

#61B8A1 color CMYK value is (47,0,13,28).

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(47,0,13,28)
C47M0Y13K28 
(47%,0%,13%,28%)
(0.47/0.00/0.13/0.28)	

CMYK percentages

%47.28
%0
%12.5
%27.84

Codes

Color #61B8A1 in popluar color models

61B8A1
RGB97184161
HSL164°37.99%55.10%
HSB/HSV164°47.28%72.16%
CMYK47.28%0.00%12.50%
27.84%

Color #61B8A1 in popluar number systems.

HEX61B8A1
Decimal97184161
Binary11000011011100010100001
Octal141270241

Shades and tints

Shades of #61B8A1

#61B8A1
(97,184,161)
#59A893
(89,168,147)
#519885
(81,152,133)
#498877
(73,136,119)
#417869
(65,120,105)
#39685B
(57,104,91)
#31584D
(49,88,77)
#29483F
(41,72,63)
#213831
(33,56,49)
#192823
(25,40,35)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #61B8A1

#61B8A1
(97,184,161)
#6FBEA9
(111,190,169)
#7DC4B1
(125,196,177)
#8BCAB9
(139,202,185)
#99D0C1
(153,208,193)
#A7D6C9
(167,214,201)
#B5DCD1
(181,220,209)
#C3E2D9
(195,226,217)
#D1E8E1
(209,232,225)
#DFEEE9
(223,238,233)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B8A1 color. Also use rgb(97,184,161) instead hex code.

Text Font Color

.myTextColor { color: #61B8A1; }

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

This text font color is #61B8A1.


Background Color

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

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

This div background color is #61B8A1.


Border color

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

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

This div border color is #61B8A1.


Opacity

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

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

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

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

This text has shadow with #61B8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B8A1 on black background.


Color preview on white background

This text has color #61B8A1 on white background.



Black color preview on #61B8A1 background

This text has black color on #61B8A1 background.


White color preview on #61B8A1 background

This text has white color on #61B8A1 background.