COLOR #61B090

HEX: #61B090
RGB: (97,176,144)

Color info

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

RGB color model

#61B090 color RGB value is (97,176,144).

  • red value is 97;
  • green value is 176;
  • blue value is 144.
RGB:
(97,176,144)
(38%,69%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 176 of 255 = 69%
B 144 of 255 = 56%

97
176
144

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

Portions of RGB colors in percentages

R + G + B =
97 + 176 + 144 = 417 (100%)
R 97 of 417 ~ 23.26%
G 176 of 417 ~ 42.21%
B 144 of 417 ~ 34.53%

%23.26
%42.21
%34.53

CMYK color model

#61B090 color CMYK value is (45,0,18,31).

  • cyan value is 44.89%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(45,0,18,31)
C45M0Y18K31 
(45%,0%,18%,31%)
(0.45/0.00/0.18/0.31)	

CMYK percentages

%44.89
%0
%18.18
%30.98

Codes

Color #61B090 in popluar color models

61B090
RGB97176144
HSL156°33.33%53.53%
HSB/HSV156°44.89%69.02%
CMYK44.89%0.00%18.18%
30.98%

Color #61B090 in popluar number systems.

HEX61B090
Decimal97176144
Binary11000011011000010010000
Octal141260220

Shades and tints

Shades of #61B090

#61B090
(97,176,144)
#59A083
(89,160,131)
#519076
(81,144,118)
#498069
(73,128,105)
#41705C
(65,112,92)
#39604F
(57,96,79)
#315042
(49,80,66)
#294035
(41,64,53)
#213028
(33,48,40)
#19201B
(25,32,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #61B090

#61B090
(97,176,144)
#6FB79A
(111,183,154)
#7DBEA4
(125,190,164)
#8BC5AE
(139,197,174)
#99CCB8
(153,204,184)
#A7D3C2
(167,211,194)
#B5DACC
(181,218,204)
#C3E1D6
(195,225,214)
#D1E8E0
(209,232,224)
#DFEFEA
(223,239,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B090 color. Also use rgb(97,176,144) instead hex code.

Text Font Color

.myTextColor { color: #61B090; }

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

This text font color is #61B090.


Background Color

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

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

This div background color is #61B090.


Border color

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

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

This div border color is #61B090.


Opacity

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

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

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

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

This text has shadow with #61B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B090 on black background.


Color preview on white background

This text has color #61B090 on white background.



Black color preview on #61B090 background

This text has black color on #61B090 background.


White color preview on #61B090 background

This text has white color on #61B090 background.