COLOR #64C4DA

HEX: #64C4DA
RGB: (100,196,218)

Color info

#64C4DA contains mainly green and blue colors. Web safe color of #64C4DA is #66CCCC (or #6CC).

RGB color model

#64C4DA color RGB value is (100,196,218).

  • red value is 100;
  • green value is 196;
  • blue value is 218.
RGB:
(100,196,218)
(39%,77%,85%)

RGB channels and saturation

R 100 of 255 = 39%
G 196 of 255 = 77%
B 218 of 255 = 85%

100
196
218

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

Portions of RGB colors in percentages

R + G + B =
100 + 196 + 218 = 514 (100%)
R 100 of 514 ~ 19.46%
G 196 of 514 ~ 38.13%
B 218 of 514 ~ 42.41%

%19.46
%38.13
%42.41

CMYK color model

#64C4DA color CMYK value is (54,10,0,15).

  • cyan value is 54.13%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(54,10,0,15)
C54M10Y0K15 
(54%,10%,0%,15%)
(0.54/0.10/0.00/0.15)	

CMYK percentages

%54.13
%10.09
%0
%14.51

Codes

Color #64C4DA in popluar color models

64C4DA
RGB100196218
HSL191°61.46%62.35%
HSB/HSV191°54.13%85.49%
CMYK54.13%10.09%0.00%
14.51%

Color #64C4DA in popluar number systems.

HEX64C4DA
Decimal100196218
Binary11001001100010011011010
Octal144304332

Shades and tints

Shades of #64C4DA

#64C4DA
(100,196,218)
#5BB3C7
(91,179,199)
#52A2B4
(82,162,180)
#4991A1
(73,145,161)
#40808E
(64,128,142)
#376F7B
(55,111,123)
#2E5E68
(46,94,104)
#254D55
(37,77,85)
#1C3C42
(28,60,66)
#132B2F
(19,43,47)
#0A1A1C
(10,26,28)
#000000
(0,0,0)

Tints of #64C4DA

#64C4DA
(100,196,218)
#72C9DD
(114,201,221)
#80CEE0
(128,206,224)
#8ED3E3
(142,211,227)
#9CD8E6
(156,216,230)
#AADDE9
(170,221,233)
#B8E2EC
(184,226,236)
#C6E7EF
(198,231,239)
#D4ECF2
(212,236,242)
#E2F1F5
(226,241,245)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C4DA color. Also use rgb(100,196,218) instead hex code.

Text Font Color

.myTextColor { color: #64C4DA; }

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

This text font color is #64C4DA.


Background Color

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

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

This div background color is #64C4DA.


Border color

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

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

This div border color is #64C4DA.


Opacity

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

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

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

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

This text has shadow with #64C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C4DA on black background.


Color preview on white background

This text has color #64C4DA on white background.



Black color preview on #64C4DA background

This text has black color on #64C4DA background.


White color preview on #64C4DA background

This text has white color on #64C4DA background.