COLOR #61B288

HEX: #61B288
RGB: (97,178,136)

Color info

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

RGB color model

#61B288 color RGB value is (97,178,136).

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

RGB channels and saturation

R 97 of 255 = 38%
G 178 of 255 = 70%
B 136 of 255 = 53%

97
178
136

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

Portions of RGB colors in percentages

R + G + B =
97 + 178 + 136 = 411 (100%)
R 97 of 411 ~ 23.6%
G 178 of 411 ~ 43.31%
B 136 of 411 ~ 33.09%

%23.6
%43.31
%33.09

CMYK color model

#61B288 color CMYK value is (46,0,24,30).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 30.20%
CMYK:
(46,0,24,30)
C46M0Y24K30 
(46%,0%,24%,30%)
(0.46/0.00/0.24/0.30)	

CMYK percentages

%45.51
%0
%23.6
%30.2

Codes

Color #61B288 in popluar color models

61B288
RGB97178136
HSL149°34.47%53.92%
HSB/HSV149°45.51%69.80%
CMYK45.51%0.00%23.60%
30.20%

Color #61B288 in popluar number systems.

HEX61B288
Decimal97178136
Binary11000011011001010001000
Octal141262210

Shades and tints

Shades of #61B288

#61B288
(97,178,136)
#59A27C
(89,162,124)
#519270
(81,146,112)
#498264
(73,130,100)
#417258
(65,114,88)
#39624C
(57,98,76)
#315240
(49,82,64)
#294234
(41,66,52)
#213228
(33,50,40)
#19221C
(25,34,28)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #61B288

#61B288
(97,178,136)
#6FB992
(111,185,146)
#7DC09C
(125,192,156)
#8BC7A6
(139,199,166)
#99CEB0
(153,206,176)
#A7D5BA
(167,213,186)
#B5DCC4
(181,220,196)
#C3E3CE
(195,227,206)
#D1EAD8
(209,234,216)
#DFF1E2
(223,241,226)
#EDF8EC
(237,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B288; }

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

This text font color is #61B288.


Background Color

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

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

This div background color is #61B288.


Border color

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

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

This div border color is #61B288.


Opacity

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

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

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

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

This text has shadow with #61B288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B288 on black background.


Color preview on white background

This text has color #61B288 on white background.



Black color preview on #61B288 background

This text has black color on #61B288 background.


White color preview on #61B288 background

This text has white color on #61B288 background.