COLOR #64D6B3

HEX: #64D6B3
RGB: (100,214,179)

Color info

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

RGB color model

#64D6B3 color RGB value is (100,214,179).

  • red value is 100;
  • green value is 214;
  • blue value is 179.
RGB:
(100,214,179)
(39%,84%,70%)

RGB channels and saturation

R 100 of 255 = 39%
G 214 of 255 = 84%
B 179 of 255 = 70%

100
214
179

R + G + B ~ 64%. #64D6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 214 + 179 = 493 (100%)
R 100 of 493 ~ 20.28%
G 214 of 493 ~ 43.41%
B 179 of 493 ~ 36.31%

%20.28
%43.41
%36.31

CMYK color model

#64D6B3 color CMYK value is (53,0,16,16).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 16.08%
CMYK:
(53,0,16,16)
C53M0Y16K16 
(53%,0%,16%,16%)
(0.53/0.00/0.16/0.16)	

CMYK percentages

%53.27
%0
%16.36
%16.08

Codes

Color #64D6B3 in popluar color models

64D6B3
RGB100214179
HSL162°58.16%61.57%
HSB/HSV162°53.27%83.92%
CMYK53.27%0.00%16.36%
16.08%

Color #64D6B3 in popluar number systems.

HEX64D6B3
Decimal100214179
Binary11001001101011010110011
Octal144326263

Shades and tints

Shades of #64D6B3

#64D6B3
(100,214,179)
#5BC3A3
(91,195,163)
#52B093
(82,176,147)
#499D83
(73,157,131)
#408A73
(64,138,115)
#377763
(55,119,99)
#2E6453
(46,100,83)
#255143
(37,81,67)
#1C3E33
(28,62,51)
#132B23
(19,43,35)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #64D6B3

#64D6B3
(100,214,179)
#72D9B9
(114,217,185)
#80DCBF
(128,220,191)
#8EDFC5
(142,223,197)
#9CE2CB
(156,226,203)
#AAE5D1
(170,229,209)
#B8E8D7
(184,232,215)
#C6EBDD
(198,235,221)
#D4EEE3
(212,238,227)
#E2F1E9
(226,241,233)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D6B3 color. Also use rgb(100,214,179) instead hex code.

Text Font Color

.myTextColor { color: #64D6B3; }

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

This text font color is #64D6B3.


Background Color

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

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

This div background color is #64D6B3.


Border color

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

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

This div border color is #64D6B3.


Opacity

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

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

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

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

This text has shadow with #64D6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D6B3 on black background.


Color preview on white background

This text has color #64D6B3 on white background.



Black color preview on #64D6B3 background

This text has black color on #64D6B3 background.


White color preview on #64D6B3 background

This text has white color on #64D6B3 background.