crispedge.com

Color picker

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

#83b8ac hex color - Green - Cool color - Information

#83b8ac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #83b8ac Color code in RGB color code model is created after adding 51.37% red color, 72.16% green color and 67.45% blue color. Hex #83b8ac Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 7% yellow and 28% black.

Hex #83b8ac color code is between #88bbaa web safe hex color code and #77aabb web safe hex color code. #88bbaa is the nearest web safe color code. You can see here many more shades of #83b8ac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code83b8ac#83b8ac
RGB Decimal131, 184, 172rgb(131, 184, 172)
RGB Percent51%, 72%, 67%rgb(51%, 72%, 67%)
CSS RGBa131, 184, 172,1rgba(131,184,172,1)
CMYK Modelcmyk(29%,0%,7%,28%)
HSL Color Space166,27% ,62%hsl(166,27% ,62%)
HSV Color Space166°, 29%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111011100010101100
Octal203270254
Decimal131184172
Hex83b8ac

Different shades of #83b8ac color code.

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

Light Shade of #83b8ac
#a3cbc2
Dark Shade of #83b8ac
#63a596
Saturated Shade of #83b8ac
#79c2b1
Desaturated Shade of #83b8ac
#8daea7
Grey scale Shade of #83b8ac
#9d9d9d
Brighten Shade
#9cd1c5
Most Readable Shade
#000000

Shades of #83b8ac color code

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

#83b8ac
#74a398
#658f85
#577a72
#48665f
#3a514c
#2b3d39
#1d2826
#0e1413
#000000

Similar Color like #83b8ac color

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

#84b9ad
#85baae
#86bbaf
#87bcb0
#88bdb1
#89beb2
#8abfb3
#8bc0b4
#8cc1b5
#8dc2b6
#8ec3b7
#8fc4b8
#90c5b9
#91c6ba
#82b7ab
#81b6aa
#80b5a9
#7fb4a8
#7eb3a7
#7db2a6
#7cb1a5
#7bb0a4
#7aafa3
#79aea2
#78ada1
#77aca0
#76ab9f
#75aa9e

Monochromatic Color with #83b8ac

#83b8ac
#a1e2d4
#0a0e0d
#283835
#46635d
#658d84

Tints of #83b8ac Color

#83b8ac
#90bfb5
#9ec7be
#accfc7
#bad7d0
#c7dfda
#d5e7e3
#e3efec
#f1f7f5
#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

#83b8ac
#b8838f

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

Split Complementary

#83b8ac
#b883a9
#b89283

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

Analogous Color

#83b897
#83b8a1
#83b8ac
#83b8b7
#83afb8

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

#83b8ac
#ac83b8
#b8ac83

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

#83b8ac
#9183b8
#b8838f
#a9b883

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

#83b8ac
#b8838f
#b89283
#83a9b8

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 #83b8ac 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.

#83b8ac Color Code Preview on Black Background Color

This is how #83b8ac Color will look on black background color. Color contrast ratio is 9.42

#83b8ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83b8ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83b8ac

#83b8ac color code is use for CSS Background Color

Background color for the above div is #83b8ac

HTML with inline CSS

<div style="background-color:#83b8ac;"></div>

#83b8ac color code is use for CSS Border Color

CSS Border color for the above div is #83b8ac

HTML with inline CSS

<div style="border:5px solid #83b8ac;"></div>

CSS Border Left color for the above div is #83b8ac

HTML with inline CSS

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

CSS Border Right color for the above div is #83b8ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #83b8ac

HTML with inline CSS

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

CSS Border Top color for the above div is #83b8ac

HTML with inline CSS

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

#83b8ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83b8ac Color code Preview on White Background

This is how #83b8ac Color code will look on white background color. Color contrast ratio is 2.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 #83b8ac; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #83b8ac; }

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.