COLOR #64BEAC

HEX: #64BEAC
RGB: (100,190,172)

Color info

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

RGB color model

#64BEAC color RGB value is (100,190,172).

  • red value is 100;
  • green value is 190;
  • blue value is 172.
RGB:
(100,190,172)
(39%,75%,67%)

RGB channels and saturation

R 100 of 255 = 39%
G 190 of 255 = 75%
B 172 of 255 = 67%

100
190
172

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

Portions of RGB colors in percentages

R + G + B =
100 + 190 + 172 = 462 (100%)
R 100 of 462 ~ 21.65%
G 190 of 462 ~ 41.13%
B 172 of 462 ~ 37.23%

%21.65
%41.13
%37.23

CMYK color model

#64BEAC color CMYK value is (47,0,9,25).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(47,0,9,25)
C47M0Y9K25 
(47%,0%,9%,25%)
(0.47/0.00/0.09/0.25)	

CMYK percentages

%47.37
%0
%9.47
%25.49

Codes

Color #64BEAC in popluar color models

64BEAC
RGB100190172
HSL168°40.91%56.86%
HSB/HSV168°47.37%74.51%
CMYK47.37%0.00%9.47%
25.49%

Color #64BEAC in popluar number systems.

HEX64BEAC
Decimal100190172
Binary11001001011111010101100
Octal144276254

Shades and tints

Shades of #64BEAC

#64BEAC
(100,190,172)
#5BAD9D
(91,173,157)
#529C8E
(82,156,142)
#498B7F
(73,139,127)
#407A70
(64,122,112)
#376961
(55,105,97)
#2E5852
(46,88,82)
#254743
(37,71,67)
#1C3634
(28,54,52)
#132525
(19,37,37)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #64BEAC

#64BEAC
(100,190,172)
#72C3B3
(114,195,179)
#80C8BA
(128,200,186)
#8ECDC1
(142,205,193)
#9CD2C8
(156,210,200)
#AAD7CF
(170,215,207)
#B8DCD6
(184,220,214)
#C6E1DD
(198,225,221)
#D4E6E4
(212,230,228)
#E2EBEB
(226,235,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BEAC color. Also use rgb(100,190,172) instead hex code.

Text Font Color

.myTextColor { color: #64BEAC; }

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

This text font color is #64BEAC.


Background Color

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

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

This div background color is #64BEAC.


Border color

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

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

This div border color is #64BEAC.


Opacity

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

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

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

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

This text has shadow with #64BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BEAC on black background.


Color preview on white background

This text has color #64BEAC on white background.



Black color preview on #64BEAC background

This text has black color on #64BEAC background.


White color preview on #64BEAC background

This text has white color on #64BEAC background.