crispedge.com

Color picker

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

#368a89 hex color - Green - Cool color - Information

#368a89 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #368a89 Color code in RGB color code model is created after adding 21.18% red color, 54.12% green color and 53.73% blue color. Hex #368a89 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 1% yellow and 46% black.

Hex #368a89 color code is between #338888 web safe hex color code and #449999 web safe hex color code. #338888 is the nearest web safe color code. You can see here many more shades of #368a89 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code368a89#368a89
RGB Decimal54, 138, 137rgb(54, 138, 137)
RGB Percent21%, 54%, 54%rgb(21%, 54%, 54%)
CSS RGBa54, 138, 137,1rgba(54,138,137,1)
CMYK Modelcmyk(61%,0%,1%,46%)
HSL Color Space179,44% ,38%hsl(179,44% ,38%)
HSV Color Space179°, 61%, 54%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101101000101010001001
Octal66212211
Decimal54138137
Hex368a89

Different shades of #368a89 color code.

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

Light Shade of #368a89
#44afad
Dark Shade of #368a89
#286565
Saturated Shade of #368a89
#2c9492
Desaturated Shade of #368a89
#408080
Grey scale Shade of #368a89
#606060
Brighten Shade
#4fa3a2
Most Readable Shade
#FFFFFF

Shades of #368a89 color code

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

#368a89
#307a79
#2a6b6a
#245c5b
#1e4c4c
#183d3c
#122e2d
#0c1e1e
#060f0f
#000000

Similar Color like #368a89 color

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

#378b8a
#388c8b
#398d8c
#3a8e8d
#3b8f8e
#3c908f
#3d9190
#3e9291
#3f9392
#409493
#419594
#429695
#439796
#449897
#358988
#348887
#338786
#328685
#318584
#308483
#2f8382
#2e8281
#2d8180
#2c807f
#2b7f7e
#2a7e7d
#297d7c
#287c7b

Monochromatic Color with #368a89

#368a89
#47b4b3
#57dfdd
#040a0a
#153535
#255f5f

Tints of #368a89 Color

#368a89
#4c9796
#62a4a3
#79b1b0
#8fbebd
#a5cbca
#bcd8d7
#d2e5e4
#e8f2f1
#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

#368a89
#8a3637

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

Split Complementary

#368a89
#8a3661
#8a5f36

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

Analogous Color

#368a67
#368a78
#368a89
#367a8a
#36698a

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

#368a89
#89368a
#8a8936

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

#368a89
#5f368a
#8a3637
#618a36

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

#368a89
#8a3637
#8a5f36
#36618a

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 #368a89 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.

#368a89 Color Code Preview on Black Background Color

This is how #368a89 Color will look on black background color. Color contrast ratio is 5.15

#368a89 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #368a89

HTML with inline CSS

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

Your Example Paragraph content text in with font color #368a89

#368a89 color code is use for CSS Background Color

Background color for the above div is #368a89

HTML with inline CSS

<div style="background-color:#368a89;"></div>

#368a89 color code is use for CSS Border Color

CSS Border color for the above div is #368a89

HTML with inline CSS

<div style="border:5px solid #368a89;"></div>

CSS Border Left color for the above div is #368a89

HTML with inline CSS

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

CSS Border Right color for the above div is #368a89

HTML with inline CSS

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

CSS Border Bottom color for the above div is #368a89

HTML with inline CSS

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

CSS Border Top color for the above div is #368a89

HTML with inline CSS

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

#368a89 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#368a89 Color code Preview on White Background

This is how #368a89 Color code will look on white background color. Color contrast ratio is 4.07

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

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.