COLOR #61CCAA

HEX: #61CCAA RGB: (97,204,170)

Color info

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

RGB color model

#61CCAA color RGB value is (97,204,170).

RGB: (97,204,170) (38%, 80%, 67%)

RGB channels and saturation

R 97 of 255 = 38%
G 204 of 255 = 80%
B 170 of 255 = 67%

97
204
170

R + G + B ~ 62%. #61CCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 204 + 170 = 471 (100%)
R 97 of 471 ~ 20.59%
G 204 of 471 ~ 43.31%
B 170 of 471 ~ 36.09'%

%20.59
%43.31
%36.09

CMYK color model

#61CCAA color CMYK value is (52,0,17,20).

  • cyan value is 52.45%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%

CMYK: (52,0,17,20)
C52M0Y17K20 (52%, 0%, 17%, 20%)
(0.52 / 0.00 / 0.17 / 0.20)

CMYK percentages

%52.45
%0
%16.67
%20

Codes

Color #61CCAA in popluar color models

61 CC AA
RGB 97 204 170
HSL 161° 51.20% 59.02%
HSB/HSV 161° 52.45% 80.00%
CMYK 52.45% 0.00% 16.67%
20.00%

Color #61CCAA in popluar number systems.

HEX 61 CC AA
Decimal 97 204 170
Binary 1100001 11001100 10101010
Octal 141 314 252

Shades and tints

Shades of #61CCAA

#61CCAA
(97,204,170)
#59BA9B
(89,186,155)
#51A88C
(81,168,140)
#49967D
(73,150,125)
#41846E
(65,132,110)
#39725F
(57,114,95)
#316050
(49,96,80)
#294E41
(41,78,65)
#213C32
(33,60,50)
#192A23
(25,42,35)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #61CCAA

#61CCAA
(97,204,170)
#6FD0B1
(111,208,177)
#7DD4B8
(125,212,184)
#8BD8BF
(139,216,191)
#99DCC6
(153,220,198)
#A7E0CD
(167,224,205)
#B5E4D4
(181,228,212)
#C3E8DB
(195,232,219)
#D1ECE2
(209,236,226)
#DFF0E9
(223,240,233)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61CCAA color. Also use rgb(97,204,170) instead hex code.

Text Font Color

.myTextColor { color: #61CCAA; }

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

This text font color is #61CCAA.

Background Color

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

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

This div background color is #61CCAA.

Border color

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

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

This div border color is #61CCAA.

Opacity

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

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

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

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

This text has shadow with #61CCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61CCAA.

Preview

Color preview on black background

This text has color #61CCAA on black background.


Color preview on white background

This text has color #61CCAA on white background.


Black color preview on #61CCAA background

This text has black color on #61CCAA background.


White color preview on #61CCAA background

This text has white color on #61CCAA background.


Related colors

Complementary color

Complementary color for #hex is #9E3355.


I love getcolorcode.com

Triadic colors

1 #AA61CC and #CCAA61 with #61CCAA are triadic colors.

2 #AACC61 and #CC61AA with #61CCAA are triadic colors.