crispedge.com

Color picker

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

#84b9ae hex color - Green - Cool color - Information

#84b9ae hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #84b9ae Color code in RGB color code model is created after adding 51.76% red color, 72.55% green color and 68.24% blue color. Hex #84b9ae Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 6% yellow and 27% black.

Hex #84b9ae 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 #84b9ae color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code84b9ae#84b9ae
RGB Decimal132, 185, 174rgb(132, 185, 174)
RGB Percent52%, 73%, 68%rgb(52%, 73%, 68%)
CSS RGBa132, 185, 174,1rgba(132,185,174,1)
CMYK Modelcmyk(29%,0%,6%,27%)
HSL Color Space168,27% ,62%hsl(168,27% ,62%)
HSV Color Space168°, 29%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001011100110101110
Octal204271256
Decimal132185174
Hex84b9ae

Different shades of #84b9ae color code.

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

Light Shade of #84b9ae
#a4cbc3
Dark Shade of #84b9ae
#63a699
Saturated Shade of #84b9ae
#7ac3b4
Desaturated Shade of #84b9ae
#8eafa8
Grey scale Shade of #84b9ae
#9e9e9e
Brighten Shade
#9dd2c7
Most Readable Shade
#000000

Shades of #84b9ae color code

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

#84b9ae
#75a49a
#668f87
#587b74
#496660
#3a524d
#2c3d3a
#1d2926
#0e1413
#000000

Similar Color like #84b9ae color

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

#85baaf
#86bbb0
#87bcb1
#88bdb2
#89beb3
#8abfb4
#8bc0b5
#8cc1b6
#8dc2b7
#8ec3b8
#8fc4b9
#90c5ba
#91c6bb
#92c7bc
#83b8ad
#82b7ac
#81b6ab
#80b5aa
#7fb4a9
#7eb3a8
#7db2a7
#7cb1a6
#7bb0a5
#7aafa4
#79aea3
#78ada2
#77aca1
#76aba0

Monochromatic Color with #84b9ae

#84b9ae
#a2e3d6
#0b0f0e
#293936
#47645e
#668e86

Tints of #84b9ae Color

#84b9ae
#91c0b7
#9fc8c0
#add0c9
#bad8d2
#c8dfdb
#d6e7e4
#e3efed
#f1f7f6
#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

#84b9ae
#b9848f

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

Split Complementary

#84b9ae
#b984aa
#b99484

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

Analogous Color

#84b999
#84b9a3
#84b9ae
#84b9b9
#84afb9

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

#84b9ae
#ae84b9
#b9ae84

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

#84b9ae
#9384b9
#b9848f
#a9b984

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

#84b9ae
#b9848f
#b99484
#84aab9

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 #84b9ae 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.

#84b9ae Color Code Preview on Black Background Color

This is how #84b9ae Color will look on black background color. Color contrast ratio is 9.53

#84b9ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84b9ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84b9ae

#84b9ae color code is use for CSS Background Color

Background color for the above div is #84b9ae

HTML with inline CSS

<div style="background-color:#84b9ae;"></div>

#84b9ae color code is use for CSS Border Color

CSS Border color for the above div is #84b9ae

HTML with inline CSS

<div style="border:5px solid #84b9ae;"></div>

CSS Border Left color for the above div is #84b9ae

HTML with inline CSS

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

CSS Border Right color for the above div is #84b9ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84b9ae

HTML with inline CSS

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

CSS Border Top color for the above div is #84b9ae

HTML with inline CSS

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

#84b9ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84b9ae Color code Preview on White Background

This is how #84b9ae Color code will look on white background color. Color contrast ratio is 2.20

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

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.