crispedge.com

Color picker

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

#399e95 hex color - Green - Cool color - Information

#399e95 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #399e95 Color code in RGB color code model is created after adding 22.35% red color, 61.96% green color and 58.43% blue color. Hex #399e95 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 6% yellow and 38% black.

Hex #399e95 color code is between #339999 web safe hex color code and #44aa88 web safe hex color code. #339999 is the nearest web safe color code. You can see here many more shades of #399e95 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code399e95#399e95
RGB Decimal57, 158, 149rgb(57, 158, 149)
RGB Percent22%, 62%, 58%rgb(22%, 62%, 58%)
CSS RGBa57, 158, 149,1rgba(57,158,149,1)
CMYK Modelcmyk(64%,0%,6%,38%)
HSL Color Space175,47% ,42%hsl(175,47% ,42%)
HSV Color Space175°, 64%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110011001111010010101
Octal71236225
Decimal57158149
Hex399e95

Different shades of #399e95 color code.

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

Light Shade of #399e95
#4cbeb4
Dark Shade of #399e95
#2b7872
Saturated Shade of #399e95
#2ea99e
Desaturated Shade of #399e95
#44938c
Grey scale Shade of #399e95
#6b6b6b
Brighten Shade
#52b7ae
Most Readable Shade
#000000

Shades of #399e95 color code

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

#399e95
#328c84
#2c7a73
#266963
#1f5752
#194642
#133431
#0c2321
#061110
#000000

Similar Color like #399e95 color

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

#3a9f96
#3ba097
#3ca198
#3da299
#3ea39a
#3fa49b
#40a59c
#41a69d
#42a79e
#43a89f
#44a9a0
#45aaa1
#46aba2
#47aca3
#389d94
#379c93
#369b92
#359a91
#349990
#33988f
#32978e
#31968d
#30958c
#2f948b
#2e938a
#2d9289
#2c9188
#2b9087

Monochromatic Color with #399e95

#399e95
#48c8bd
#58f3e5
#0b1e1d
#1a4945
#2a736d

Tints of #399e95 Color

#399e95
#4fa8a0
#65b3ac
#7bbeb8
#91c9c4
#a7d3cf
#bddedb
#d3e9e7
#e9f4f3
#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

#399e95
#9e3942

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

Split Complementary

#399e95
#9e3975
#9e6239

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

Analogous Color

#399e6d
#399e81
#399e95
#39939e
#397f9e

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

#399e95
#95399e
#9e9539

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

#399e95
#62399e
#9e3942
#749e39

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

#399e95
#9e3942
#9e6239
#39759e

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 #399e95 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.

#399e95 Color Code Preview on Black Background Color

This is how #399e95 Color will look on black background color. Color contrast ratio is 6.50

#399e95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #399e95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #399e95

#399e95 color code is use for CSS Background Color

Background color for the above div is #399e95

HTML with inline CSS

<div style="background-color:#399e95;"></div>

#399e95 color code is use for CSS Border Color

CSS Border color for the above div is #399e95

HTML with inline CSS

<div style="border:5px solid #399e95;"></div>

CSS Border Left color for the above div is #399e95

HTML with inline CSS

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

CSS Border Right color for the above div is #399e95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #399e95

HTML with inline CSS

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

CSS Border Top color for the above div is #399e95

HTML with inline CSS

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

#399e95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#399e95 Color code Preview on White Background

This is how #399e95 Color code will look on white background color. Color contrast ratio is 3.23

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

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.