COLOR #64ADB5

HEX: #64ADB5 RGB: (100,173,181)

Color info

#64ADB5 contains mainly green and blue colors. Web safe color of #64ADB5 is #6699CC (or #69C).

RGB color model

#64ADB5 color RGB value is (100,173,181).

RGB: (100,173,181) (39%, 68%, 71%)

RGB channels and saturation

R 100 of 255 = 39%
G 173 of 255 = 68%
B 181 of 255 = 71%

100
173
181

R + G + B ~ 59%. #64ADB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 173 + 181 = 454 (100%)
R 100 of 454 ~ 22.03%
G 173 of 454 ~ 38.11%
B 181 of 454 ~ 39.87'%

%22.03
%38.11
%39.87

CMYK color model

#64ADB5 color CMYK value is (45,4,0,29).

  • cyan value is 44.75%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (45,4,0,29)
C45M4Y0K29 (45%, 4%, 0%, 29%)
(0.45 / 0.04 / 0.00 / 0.29)

CMYK percentages

%44.75
%4.42
%0
%29.02

Codes

Color #64ADB5 in popluar color models

64 AD B5
RGB 100 173 181
HSL 186° 35.37% 55.10%
HSB/HSV 186° 44.75% 70.98%
CMYK 44.75% 4.42% 0.00%
29.02%

Color #64ADB5 in popluar number systems.

HEX 64 AD B5
Decimal 100 173 181
Binary 1100100 10101101 10110101
Octal 144 255 265

Shades and tints

Shades of #64ADB5

#64ADB5
(100,173,181)
#5B9EA5
(91,158,165)
#528F95
(82,143,149)
#498085
(73,128,133)
#407175
(64,113,117)
#376265
(55,98,101)
#2E5355
(46,83,85)
#254445
(37,68,69)
#1C3535
(28,53,53)
#132625
(19,38,37)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #64ADB5

#64ADB5
(100,173,181)
#72B4BB
(114,180,187)
#80BBC1
(128,187,193)
#8EC2C7
(142,194,199)
#9CC9CD
(156,201,205)
#AAD0D3
(170,208,211)
#B8D7D9
(184,215,217)
#C6DEDF
(198,222,223)
#D4E5E5
(212,229,229)
#E2ECEB
(226,236,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64ADB5 color. Also use rgb(100,173,181) instead hex code.

Text Font Color

.myTextColor { color: #64ADB5; }

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

This text font color is #64ADB5.

Background Color

.myBgColor { background-color: #64ADB5; }

<div style="background-color:#64ADB5">Inner text</div>

This div background color is #64ADB5.

Border color

.myBorderColor { border: 1px solid #64ADB5; }

<div style="border:3px solid #64ADB5">Div</div>

This div border color is #64ADB5.

Opacity

.myOpacity80 { color: #64ADB5; opacity: 0.8; }

<p style="color:#64ADB5;opacity:0.8;">80%</p>

Text with #64ADB5 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 #64ADB5;}

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

This text has shadow with #64ADB5 color.


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

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

This text has shadow with #64ADB5 primary color and red secondary color.


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

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

This text has shadow with #64ADB5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64ADB5.

Preview

Color preview on black background

This text has color #64ADB5 on black background.


Color preview on white background

This text has color #64ADB5 on white background.


Black color preview on #64ADB5 background

This text has black color on #64ADB5 background.


White color preview on #64ADB5 background

This text has white color on #64ADB5 background.


Related colors

Complementary color

Complementary color for #hex is #9B524A.


I love getcolorcode.com

Triadic colors

1 #B564AD and #ADB564 with #64ADB5 are triadic colors.

2 #B5AD64 and #AD64B5 with #64ADB5 are triadic colors.