crispedge.com

Color picker

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

#48ddac hex color - Blue - Cool color - Information

#48ddac hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #48ddac Color code in RGB color code model is created after adding 28.24% red color, 86.67% green color and 67.45% blue color. Hex #48ddac Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 0% magenta, 22% yellow and 13% black.

Hex #48ddac color code is between #44ccaa web safe hex color code and #55eebb web safe hex color code. #44ccaa is the nearest web safe color code. You can see here many more shades of #48ddac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48ddac#48ddac
RGB Decimal72, 221, 172rgb(72, 221, 172)
RGB Percent28%, 87%, 67%rgb(28%, 87%, 67%)
CSS RGBa72, 221, 172,1rgba(72,221,172,1)
CMYK Modelcmyk(67%,0%,22%,13%)
HSL Color Space160,69% ,57%hsl(160,69% ,57%)
HSV Color Space160°, 67%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001101110110101100
Octal110335254
Decimal72221172
Hex48ddac

Different shades of #48ddac color code.

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

Light Shade of #48ddac
#73e5c0
Dark Shade of #48ddac
#26cc95
Saturated Shade of #48ddac
#3de8b0
Desaturated Shade of #48ddac
#53d2a8
Grey scale Shade of #48ddac
#929292
Brighten Shade
#61f6c5
Most Readable Shade
#000000

Shades of #48ddac color code

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

#48ddac
#40c498
#38ab85
#309372
#287a5f
#20624c
#184939
#103126
#081813
#000000

Similar Color like #48ddac color

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

#49dead
#4adfae
#4be0af
#4ce1b0
#4de2b1
#4ee3b2
#4fe4b3
#50e5b4
#51e6b5
#52e7b6
#53e8b7
#54e9b8
#55eab9
#56ebba
#47dcab
#46dbaa
#45daa9
#44d9a8
#43d8a7
#42d7a6
#41d6a5
#40d5a4
#3fd4a3
#3ed3a2
#3dd2a1
#3cd1a0
#3bd09f
#3acf9e

Monochromatic Color with #48ddac

#48ddac
#030807
#113328
#1e5d49
#2c886a
#3ab38b

Tints of #48ddac Color

#48ddac
#5ce0b5
#70e4be
#85e8c7
#99ecd0
#adefda
#c2f3e3
#d6f7ec
#eafbf5
#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

#48ddac
#dd4879

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

Split Complementary

#48ddac
#dd48c4
#dd6248

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

Analogous Color

#48dd70
#48dd8e
#48ddac
#48ddca
#48d2dd

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

#48ddac
#ac48dd
#ddac48

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

#48ddac
#6148dd
#dd4879
#c3dd48

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

#48ddac
#dd4879
#dd6248
#48c4dd

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 #48ddac 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.

#48ddac Color Code Preview on Black Background Color

This is how #48ddac Color will look on black background color. Color contrast ratio is 12.21

#48ddac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48ddac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48ddac

#48ddac color code is use for CSS Background Color

Background color for the above div is #48ddac

HTML with inline CSS

<div style="background-color:#48ddac;"></div>

#48ddac color code is use for CSS Border Color

CSS Border color for the above div is #48ddac

HTML with inline CSS

<div style="border:5px solid #48ddac;"></div>

CSS Border Left color for the above div is #48ddac

HTML with inline CSS

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

CSS Border Right color for the above div is #48ddac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48ddac

HTML with inline CSS

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

CSS Border Top color for the above div is #48ddac

HTML with inline CSS

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

#48ddac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48ddac Color code Preview on White Background

This is how #48ddac Color code will look on white background color. Color contrast ratio is 1.72

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

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.