COLOR #61B4B2

HEX: #61B4B2
RGB: (97,180,178)

Color info

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

RGB color model

#61B4B2 color RGB value is (97,180,178).

  • red value is 97;
  • green value is 180;
  • blue value is 178.
RGB:
(97,180,178)
(38%,71%,70%)

RGB channels and saturation

R 97 of 255 = 38%
G 180 of 255 = 71%
B 178 of 255 = 70%

97
180
178

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

Portions of RGB colors in percentages

R + G + B =
97 + 180 + 178 = 455 (100%)
R 97 of 455 ~ 21.32%
G 180 of 455 ~ 39.56%
B 178 of 455 ~ 39.12%

%21.32
%39.56
%39.12

CMYK color model

#61B4B2 color CMYK value is (46,0,1,29).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(46,0,1,29)
C46M0Y1K29 
(46%,0%,1%,29%)
(0.46/0.00/0.01/0.29)	

CMYK percentages

%46.11
%0
%1.11
%29.41

Codes

Color #61B4B2 in popluar color models

61B4B2
RGB97180178
HSL179°35.62%54.31%
HSB/HSV179°46.11%70.59%
CMYK46.11%0.00%1.11%
29.41%

Color #61B4B2 in popluar number systems.

HEX61B4B2
Decimal97180178
Binary11000011011010010110010
Octal141264262

Shades and tints

Shades of #61B4B2

#61B4B2
(97,180,178)
#59A4A2
(89,164,162)
#519492
(81,148,146)
#498482
(73,132,130)
#417472
(65,116,114)
#396462
(57,100,98)
#315452
(49,84,82)
#294442
(41,68,66)
#213432
(33,52,50)
#192422
(25,36,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #61B4B2

#61B4B2
(97,180,178)
#6FBAB9
(111,186,185)
#7DC0C0
(125,192,192)
#8BC6C7
(139,198,199)
#99CCCE
(153,204,206)
#A7D2D5
(167,210,213)
#B5D8DC
(181,216,220)
#C3DEE3
(195,222,227)
#D1E4EA
(209,228,234)
#DFEAF1
(223,234,241)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B4B2 color. Also use rgb(97,180,178) instead hex code.

Text Font Color

.myTextColor { color: #61B4B2; }

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

This text font color is #61B4B2.


Background Color

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

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

This div background color is #61B4B2.


Border color

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

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

This div border color is #61B4B2.


Opacity

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

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

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

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

This text has shadow with #61B4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B4B2 on black background.


Color preview on white background

This text has color #61B4B2 on white background.



Black color preview on #61B4B2 background

This text has black color on #61B4B2 background.


White color preview on #61B4B2 background

This text has white color on #61B4B2 background.