COLOR #64BDAD

HEX: #64BDAD
RGB: (100,189,173)

Color info

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

RGB color model

#64BDAD color RGB value is (100,189,173).

  • red value is 100;
  • green value is 189;
  • blue value is 173.
RGB:
(100,189,173)
(39%,74%,68%)

RGB channels and saturation

R 100 of 255 = 39%
G 189 of 255 = 74%
B 173 of 255 = 68%

100
189
173

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

Portions of RGB colors in percentages

R + G + B =
100 + 189 + 173 = 462 (100%)
R 100 of 462 ~ 21.65%
G 189 of 462 ~ 40.91%
B 173 of 462 ~ 37.45%

%21.65
%40.91
%37.45

CMYK color model

#64BDAD color CMYK value is (47,0,8,26).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(47,0,8,26)
C47M0Y8K26 
(47%,0%,8%,26%)
(0.47/0.00/0.08/0.26)	

CMYK percentages

%47.09
%0
%8.47
%25.88

Codes

Color #64BDAD in popluar color models

64BDAD
RGB100189173
HSL169°40.27%56.67%
HSB/HSV169°47.09%74.12%
CMYK47.09%0.00%8.47%
25.88%

Color #64BDAD in popluar number systems.

HEX64BDAD
Decimal100189173
Binary11001001011110110101101
Octal144275255

Shades and tints

Shades of #64BDAD

#64BDAD
(100,189,173)
#5BAC9E
(91,172,158)
#529B8F
(82,155,143)
#498A80
(73,138,128)
#407971
(64,121,113)
#376862
(55,104,98)
#2E5753
(46,87,83)
#254644
(37,70,68)
#1C3535
(28,53,53)
#132426
(19,36,38)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #64BDAD

#64BDAD
(100,189,173)
#72C3B4
(114,195,180)
#80C9BB
(128,201,187)
#8ECFC2
(142,207,194)
#9CD5C9
(156,213,201)
#AADBD0
(170,219,208)
#B8E1D7
(184,225,215)
#C6E7DE
(198,231,222)
#D4EDE5
(212,237,229)
#E2F3EC
(226,243,236)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64BDAD; }

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

This text font color is #64BDAD.


Background Color

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

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

This div background color is #64BDAD.


Border color

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

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

This div border color is #64BDAD.


Opacity

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

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

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

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

This text has shadow with #64BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BDAD on black background.


Color preview on white background

This text has color #64BDAD on white background.



Black color preview on #64BDAD background

This text has black color on #64BDAD background.


White color preview on #64BDAD background

This text has white color on #64BDAD background.