crispedge.com

Color picker

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

#76f2cb hex color - Blue - Cool color - Information

#76f2cb hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #76f2cb Color code in RGB color code model is created after adding 46.27% red color, 94.9% green color and 79.61% blue color. Hex #76f2cb Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 16% yellow and 5% black.

Hex #76f2cb color code is between #77eecc web safe hex color code and #66ffbb web safe hex color code. #77eecc is the nearest web safe color code. You can see here many more shades of #76f2cb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code76f2cb#76f2cb
RGB Decimal118, 242, 203rgb(118, 242, 203)
RGB Percent46%, 95%, 80%rgb(46%, 95%, 80%)
CSS RGBa118, 242, 203,1rgba(118,242,203,1)
CMYK Modelcmyk(51%,0%,16%,5%)
HSL Color Space161,83% ,71%hsl(161,83% ,71%)
HSV Color Space161°, 51%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101101111001011001011
Octal166362313
Decimal118242203
Hex76f2cb

Different shades of #76f2cb color code.

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

Light Shade of #76f2cb
#a5f6dd
Dark Shade of #76f2cb
#47eeb9
Saturated Shade of #76f2cb
#6ef9ce
Desaturated Shade of #76f2cb
#7deac8
Grey scale Shade of #76f2cb
#b4b4b4
Brighten Shade
#8fffe4
Most Readable Shade
#000000

Shades of #76f2cb color code

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

#76f2cb
#68d7b4
#5bbc9d
#4ea187
#418670
#346b5a
#275043
#1a352d
#0d1a16
#000000

Similar Color like #76f2cb color

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

#77f3cc
#78f4cd
#79f5ce
#7af6cf
#7bf7d0
#7cf8d1
#7df9d2
#7efad3
#7ffbd4
#80fcd5
#81fdd6
#82fed7
#83ffd8
#84ffd9
#75f1ca
#74f0c9
#73efc8
#72eec7
#71edc6
#70ecc5
#6febc4
#6eeac3
#6de9c2
#6ce8c1
#6be7c0
#6ae6bf
#69e5be
#68e4bd

Monochromatic Color with #76f2cb

#76f2cb
#0e1d19
#23483c
#387260
#4d9d84
#61c7a7

Tints of #76f2cb Color

#76f2cb
#85f3d0
#94f4d6
#a3f6dc
#b2f7e2
#c2f9e7
#d1faed
#e0fcf3
#effdf9
#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

#76f2cb
#f2769d

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

Split Complementary

#76f2cb
#f276db
#f28d76

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

Analogous Color

#76f299
#76f2b2
#76f2cb
#76f2e4
#76e7f2

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

#76f2cb
#cb76f2
#f2cb76

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

#76f2cb
#8d76f2
#f2769d
#dbf276

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

#76f2cb
#f2769d
#f28d76
#76dbf2

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 #76f2cb 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.

#76f2cb Color Code Preview on Black Background Color

This is how #76f2cb Color will look on black background color. Color contrast ratio is 15.33

#76f2cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76f2cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76f2cb

#76f2cb color code is use for CSS Background Color

Background color for the above div is #76f2cb

HTML with inline CSS

<div style="background-color:#76f2cb;"></div>

#76f2cb color code is use for CSS Border Color

CSS Border color for the above div is #76f2cb

HTML with inline CSS

<div style="border:5px solid #76f2cb;"></div>

CSS Border Left color for the above div is #76f2cb

HTML with inline CSS

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

CSS Border Right color for the above div is #76f2cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76f2cb

HTML with inline CSS

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

CSS Border Top color for the above div is #76f2cb

HTML with inline CSS

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

#76f2cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76f2cb Color code Preview on White Background

This is how #76f2cb Color code will look on white background color. Color contrast ratio is 1.37

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 #76f2cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #76f2cb; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.