COLOR #61ADAF

HEX: #61ADAF RGB: (97,173,175)

Color info

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

RGB color model

#61ADAF color RGB value is (97,173,175).

RGB: (97,173,175) (38%, 68%, 69%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 175 of 255 = 69%

97
173
175

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

Portions of RGB colors in percentages

R + G + B = 97 + 173 + 175 = 445 (100%)
R 97 of 445 ~ 21.8%
G 173 of 445 ~ 38.88%
B 175 of 445 ~ 39.33'%

%21.8
%38.88
%39.33

CMYK color model

#61ADAF color CMYK value is (45,1,0,31).

  • cyan value is 44.57%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (45,1,0,31)
C45M1Y0K31 (45%, 1%, 0%, 31%)
(0.45 / 0.01 / 0.00 / 0.31)

CMYK percentages

%44.57
%1.14
%0
%31.37

Codes

Color #61ADAF in popluar color models

61 AD AF
RGB 97 173 175
HSL 182° 32.77% 53.33%
HSB/HSV 182° 44.57% 68.63%
CMYK 44.57% 1.14% 0.00%
31.37%

Color #61ADAF in popluar number systems.

HEX 61 AD AF
Decimal 97 173 175
Binary 1100001 10101101 10101111
Octal 141 255 257

Shades and tints

Shades of #61ADAF

#61ADAF
(97,173,175)
#599EA0
(89,158,160)
#518F91
(81,143,145)
#498082
(73,128,130)
#417173
(65,113,115)
#396264
(57,98,100)
#315355
(49,83,85)
#294446
(41,68,70)
#213537
(33,53,55)
#192628
(25,38,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #61ADAF

#61ADAF
(97,173,175)
#6FB4B6
(111,180,182)
#7DBBBD
(125,187,189)
#8BC2C4
(139,194,196)
#99C9CB
(153,201,203)
#A7D0D2
(167,208,210)
#B5D7D9
(181,215,217)
#C3DEE0
(195,222,224)
#D1E5E7
(209,229,231)
#DFECEE
(223,236,238)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61ADAF color. Also use rgb(97,173,175) instead hex code.

Text Font Color

.myTextColor { color: #61ADAF; }

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

This text font color is #61ADAF.

Background Color

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

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

This div background color is #61ADAF.

Border color

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

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

This div border color is #61ADAF.

Opacity

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

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

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

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

This text has shadow with #61ADAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61ADAF.

Preview

Color preview on black background

This text has color #61ADAF on black background.


Color preview on white background

This text has color #61ADAF on white background.


Black color preview on #61ADAF background

This text has black color on #61ADAF background.


White color preview on #61ADAF background

This text has white color on #61ADAF background.


Related colors

Complementary color

Complementary color for #hex is #9E5250.


I love getcolorcode.com

Triadic colors

1 #AF61AD and #ADAF61 with #61ADAF are triadic colors.

2 #AFAD61 and #AD61AF with #61ADAF are triadic colors.