COLOR #61D5C0

HEX: #61D5C0
RGB: (97,213,192)

Color info

#61D5C0 contains mainly green and blue colors. Web safe color of #61D5C0 is #66CCCC (or #6CC).

RGB color model

#61D5C0 color RGB value is (97,213,192).

  • red value is 97;
  • green value is 213;
  • blue value is 192.
RGB:
(97,213,192)
(38%,84%,75%)

RGB channels and saturation

R 97 of 255 = 38%
G 213 of 255 = 84%
B 192 of 255 = 75%

97
213
192

R + G + B ~ 66%. #61D5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 213 + 192 = 502 (100%)
R 97 of 502 ~ 19.32%
G 213 of 502 ~ 42.43%
B 192 of 502 ~ 38.25%

%19.32
%42.43
%38.25

CMYK color model

#61D5C0 color CMYK value is (54,0,10,16).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(54,0,10,16)
C54M0Y10K16 
(54%,0%,10%,16%)
(0.54/0.00/0.10/0.16)	

CMYK percentages

%54.46
%0
%9.86
%16.47

Codes

Color #61D5C0 in popluar color models

61D5C0
RGB97213192
HSL169°58.00%60.78%
HSB/HSV169°54.46%83.53%
CMYK54.46%0.00%9.86%
16.47%

Color #61D5C0 in popluar number systems.

HEX61D5C0
Decimal97213192
Binary11000011101010111000000
Octal141325300

Shades and tints

Shades of #61D5C0

#61D5C0
(97,213,192)
#59C2AF
(89,194,175)
#51AF9E
(81,175,158)
#499C8D
(73,156,141)
#41897C
(65,137,124)
#39766B
(57,118,107)
#31635A
(49,99,90)
#295049
(41,80,73)
#213D38
(33,61,56)
#192A27
(25,42,39)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #61D5C0

#61D5C0
(97,213,192)
#6FD8C5
(111,216,197)
#7DDBCA
(125,219,202)
#8BDECF
(139,222,207)
#99E1D4
(153,225,212)
#A7E4D9
(167,228,217)
#B5E7DE
(181,231,222)
#C3EAE3
(195,234,227)
#D1EDE8
(209,237,232)
#DFF0ED
(223,240,237)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D5C0 color. Also use rgb(97,213,192) instead hex code.

Text Font Color

.myTextColor { color: #61D5C0; }

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

This text font color is #61D5C0.


Background Color

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

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

This div background color is #61D5C0.


Border color

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

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

This div border color is #61D5C0.


Opacity

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

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

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

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

This text has shadow with #61D5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D5C0 on black background.


Color preview on white background

This text has color #61D5C0 on white background.



Black color preview on #61D5C0 background

This text has black color on #61D5C0 background.


White color preview on #61D5C0 background

This text has white color on #61D5C0 background.