crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#64efb9 hex color - Blue - Cool color - Information

#64efb9 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #64efb9 Color code in RGB color code model is created after adding 39.22% red color, 93.73% green color and 72.55% blue color. Hex #64efb9 Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 0% magenta, 23% yellow and 6% black.

Hex #64efb9 color code is between #66eebb web safe hex color code and #55ffaa web safe hex color code. #66eebb is the nearest web safe color code. You can see here many more shades of #64efb9 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code64efb9#64efb9
RGB Decimal100, 239, 185rgb(100, 239, 185)
RGB Percent39%, 94%, 73%rgb(39%, 94%, 73%)
CSS RGBa100, 239, 185,1rgba(100,239,185,1)
CMYK Modelcmyk(58%,0%,23%,6%)
HSL Color Space157,81% ,66%hsl(157,81% ,66%)
HSV Color Space157°, 58%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001001110111110111001
Octal144357271
Decimal100239185
Hex64efb9

Different shades of #64efb9 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #64efb9
#92f4ce
Dark Shade of #64efb9
#36eaa4
Saturated Shade of #64efb9
#5bf8bb
Desaturated Shade of #64efb9
#6de6b7
Grey scale Shade of #64efb9
#a9a9a9
Brighten Shade
#7dffd2
Most Readable Shade
#000000

Shades of #64efb9 color code

Generate more color scales with scales (color stack) generator.

#64efb9
#58d4a4
#4db98f
#429f7b
#378466
#2c6a52
#214f3d
#163529
#0b1a14
#000000

Similar Color like #64efb9 color

Find visually similar hex color codes nearing to #64efb9 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#65f0ba
#66f1bb
#67f2bc
#68f3bd
#69f4be
#6af5bf
#6bf6c0
#6cf7c1
#6df8c2
#6ef9c3
#6ffac4
#70fbc5
#71fcc6
#72fdc7
#63eeb8
#62edb7
#61ecb6
#60ebb5
#5feab4
#5ee9b3
#5de8b2
#5ce7b1
#5be6b0
#5ae5af
#59e4ae
#58e3ad
#57e2ac
#56e1ab

Monochromatic Color with #64efb9

#64efb9
#0b1a15
#1d4535
#2f6f56
#409a77
#52c498

Tints of #64efb9 Color

#64efb9
#75f0c0
#86f2c8
#97f4d0
#a8f6d8
#baf7df
#cbf9e7
#dcfbef
#edfdf7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#64efb9
#ef649a

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#64efb9
#ef64e0
#ef7364

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#64ef81
#64ef9d
#64efb9
#64efd5
#64edef

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#64efb9
#b964ef
#efb964

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#64efb9
#7464ef
#ef649a
#dfef64

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#64efb9
#ef649a
#ef7364
#64e0ef

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #64efb9 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#64efb9 Color Code Preview on Black Background Color

This is how #64efb9 Color will look on black background color. Color contrast ratio is 14.59

#64efb9 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#64efb9">Your Example Paragraph content text in with font color #64efb9 </p>

Your Example Paragraph content text in with font color #64efb9

HTML with inline CSS

<div style="color:#64efb9">Your Paragraph text in with font color #64efb9 </div>

Your Example Paragraph content text in with font color #64efb9

#64efb9 color code is use for CSS Background Color

Background color for the above div is #64efb9

HTML with inline CSS

<div style="background-color:#64efb9;"></div>

#64efb9 color code is use for CSS Border Color

CSS Border color for the above div is #64efb9

HTML with inline CSS

<div style="border:5px solid #64efb9;"></div>

CSS Border Left color for the above div is #64efb9

HTML with inline CSS

<div style="border-left:5px solid #64efb9;"></div>

CSS Border Right color for the above div is #64efb9

HTML with inline CSS

<div style="border-right:5px solid #64efb9;"></div>

CSS Border Bottom color for the above div is #64efb9

HTML with inline CSS

<div style="border-bottom:5px solid #64efb9;"></div>

CSS Border Top color for the above div is #64efb9

HTML with inline CSS

<div style="border-top:5px solid #64efb9;"></div>

#64efb9 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#64efb9; } .examplecolorclass {color:#64efb9; } .examplebordercolor {border:3px solid #64efb9; }

#64efb9 Color code Preview on White Background

This is how #64efb9 Color code will look on white background color. Color contrast ratio is 1.44

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #64efb9; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #64efb9; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.