crispedge.com

Color picker

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

#00a694 hex color - Green - Cool color - Information

#00a694 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00a694 Color code in RGB color code model is created after adding 0% red color, 65.1% green color and 58.04% blue color. Hex #00a694 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 11% yellow and 35% black.

Hex #00a694 color code is between #00aa99 web safe hex color code and #009988 web safe hex color code. #00aa99 is the nearest web safe color code. You can see here many more shades of #00a694 color code.

0 Likes 0 Comments | 11 Views

Color Table

Hex Color Code00a694#00a694
RGB Decimal0, 166, 148rgb(0, 166, 148)
RGB Percent0%, 65%, 58%rgb(0%, 65%, 58%)
CSS RGBa0, 166, 148,1rgba(0,166,148,1)
CMYK Modelcmyk(100%,0%,11%,35%)
HSL Color Space173,100% ,33%hsl(173,100% ,33%)
HSV Color Space173°, 100%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001010011010010100
Octal0246224
Decimal0166148
Hex00a694

Different shades of #00a694 color code.

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

Light Shade of #00a694
#00d9c1
Dark Shade of #00a694
#007366
Saturated Shade of #00a694
#00a694
Desaturated Shade of #00a694
#089e8d
Grey scale Shade of #00a694
#535353
Brighten Shade
#19bfad
Most Readable Shade
#000000

Shades of #00a694 color code

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

#00a694
#009383
#008173
#006e62
#005c52
#004941
#003731
#002420
#001210
#000000

Similar Color like #00a694 color

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

#01a795
#02a896
#03a997
#04aa98
#05ab99
#06ac9a
#07ad9b
#08ae9c
#09af9d
#0ab09e
#0bb19f
#0cb2a0
#0db3a1
#0eb4a2
#00a593
#00a492
#00a391
#00a290
#00a18f
#00a08e
#009f8d
#009e8c
#009d8b
#009c8a
#009b89
#009a88
#009987
#009886

Monochromatic Color with #00a694

#00a694
#00d0ba
#00fbe0
#002622
#005148
#007b6e

Tints of #00a694 Color

#00a694
#1caf9f
#38b9ab
#55c3b7
#71cdc3
#8dd7cf
#aae1db
#c6ebe7
#e2f5f3
#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

#00a694
#a60012

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

Split Complementary

#00a694
#a60065
#a64100

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

Analogous Color

#00a652
#00a673
#00a694
#0097a6
#0076a6

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

#00a694
#9400a6
#a69400

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

#00a694
#4100a6
#a60012
#65a600

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

#00a694
#a60012
#a64100
#0065a6

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 #00a694 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.

#00a694 Color Code Preview on Black Background Color

This is how #00a694 Color will look on black background color. Color contrast ratio is 6.88

#00a694 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00a694

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00a694

#00a694 color code is use for CSS Background Color

Background color for the above div is #00a694

HTML with inline CSS

<div style="background-color:#00a694;"></div>

#00a694 color code is use for CSS Border Color

CSS Border color for the above div is #00a694

HTML with inline CSS

<div style="border:5px solid #00a694;"></div>

CSS Border Left color for the above div is #00a694

HTML with inline CSS

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

CSS Border Right color for the above div is #00a694

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00a694

HTML with inline CSS

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

CSS Border Top color for the above div is #00a694

HTML with inline CSS

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

#00a694 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00a694 Color code Preview on White Background

This is how #00a694 Color code will look on white background color. Color contrast ratio is 3.05

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

Related Gradients

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

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.