COLOR #64ADAE

HEX: #64ADAE RGB: (100,173,174)

Color info

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

RGB color model

#64ADAE color RGB value is (100,173,174).

RGB: (100,173,174) (39%, 68%, 68%)

RGB channels and saturation

R 100 of 255 = 39%
G 173 of 255 = 68%
B 174 of 255 = 68%

100
173
174

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

Portions of RGB colors in percentages

R + G + B = 100 + 173 + 174 = 447 (100%)
R 100 of 447 ~ 22.37%
G 173 of 447 ~ 38.7%
B 174 of 447 ~ 38.93'%

%22.37
%38.7
%38.93

CMYK color model

#64ADAE color CMYK value is (43,1,0,32).

  • cyan value is 42.53%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (43,1,0,32) C43M1Y0K32 (43%,1%,0%,32%) (0.43/0.01/0.00/0.32) 

CMYK percentages

%42.53
%0.57
%0
%31.76

Codes

Color #64ADAE in popluar color models

64 AD AE
RGB 100 173 174
HSL 181° 31.36% 53.73%
HSB/HSV 181° 42.53% 68.24%
CMYK 42.53% 0.57% 0.00%
31.76%

Color #64ADAE in popluar number systems.

HEX 64 AD AE
Decimal 100 173 174
Binary 1100100 10101101 10101110
Octal 144 255 256

Shades and tints

Shades of #64ADAE

#64ADAE
(100,173,174)
#5B9E9F
(91,158,159)
#528F90
(82,143,144)
#498081
(73,128,129)
#407172
(64,113,114)
#376263
(55,98,99)
#2E5354
(46,83,84)
#254445
(37,68,69)
#1C3536
(28,53,54)
#132627
(19,38,39)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #64ADAE

#64ADAE
(100,173,174)
#72B4B5
(114,180,181)
#80BBBC
(128,187,188)
#8EC2C3
(142,194,195)
#9CC9CA
(156,201,202)
#AAD0D1
(170,208,209)
#B8D7D8
(184,215,216)
#C6DEDF
(198,222,223)
#D4E5E6
(212,229,230)
#E2ECED
(226,236,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64ADAE; }

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

This text font color is #64ADAE.

Background Color

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

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

This div background color is #64ADAE.

Border color

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

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

This div border color is #64ADAE.

Opacity

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

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

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

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

This text has shadow with #64ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64ADAE.

Preview

Color preview on black background

This text has color #64ADAE on black background.


Color preview on white background

This text has color #64ADAE on white background.


Black color preview on #64ADAE background

This text has black color on #64ADAE background.


White color preview on #64ADAE background

This text has white color on #64ADAE background.


Related colors

Complementary color

Complementary color for #hex is #9B5251.


I love getcolorcode.com

Triadic colors

1 #AE64AD and #ADAE64 with #64ADAE are triadic colors.

2 #AEAD64 and #AD64AE with #64ADAE are triadic colors.