crispedge.com

Color picker

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

#70dbc4 hex color - Green - Cool color - Information

#70dbc4 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #70dbc4 Color code in RGB color code model is created after adding 43.92% red color, 85.88% green color and 76.86% blue color. Hex #70dbc4 Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 11% yellow and 14% black.

Hex #70dbc4 color code is between #77ddcc web safe hex color code and #66ccbb web safe hex color code. #77ddcc is the nearest web safe color code. You can see here many more shades of #70dbc4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code70dbc4#70dbc4
RGB Decimal112, 219, 196rgb(112, 219, 196)
RGB Percent44%, 86%, 77%rgb(44%, 86%, 77%)
CSS RGBa112, 219, 196,1rgba(112,219,196,1)
CMYK Modelcmyk(49%,0%,11%,14%)
HSL Color Space167,60% ,65%hsl(167,60% ,65%)
HSV Color Space167°, 49%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001101101111000100
Octal160333304
Decimal112219196
Hex70dbc4

Different shades of #70dbc4 color code.

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

Light Shade of #70dbc4
#99e5d5
Dark Shade of #70dbc4
#47d1b3
Saturated Shade of #70dbc4
#67e4c9
Desaturated Shade of #70dbc4
#79d2bf
Grey scale Shade of #70dbc4
#a5a5a5
Brighten Shade
#89f4dd
Most Readable Shade
#000000

Shades of #70dbc4 color code

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

#70dbc4
#63c2ae
#57aa98
#4a9282
#3e796c
#316157
#254941
#18302b
#0c1815
#000000

Similar Color like #70dbc4 color

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

#71dcc5
#72ddc6
#73dec7
#74dfc8
#75e0c9
#76e1ca
#77e2cb
#78e3cc
#79e4cd
#7ae5ce
#7be6cf
#7ce7d0
#7de8d1
#7ee9d2
#6fdac3
#6ed9c2
#6dd8c1
#6cd7c0
#6bd6bf
#6ad5be
#69d4bd
#68d3bc
#67d2bb
#66d1ba
#65d0b9
#64cfb8
#63ceb7
#62cdb6

Monochromatic Color with #70dbc4

#70dbc4
#030606
#19312c
#2f5b52
#458678
#5ab09e

Tints of #70dbc4 Color

#70dbc4
#7fdfca
#8fe3d1
#9fe7d7
#afebde
#bfefe4
#cff3eb
#dff7f1
#effbf8
#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

#70dbc4
#db7087

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

Split Complementary

#70dbc4
#db70bc
#db8f70

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

Analogous Color

#70db99
#70dbaf
#70dbc4
#70dbd9
#70c7db

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

#70dbc4
#c470db
#dbc470

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

#70dbc4
#8e70db
#db7087
#bcdb70

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

#70dbc4
#db7087
#db8f70
#70bcdb

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 #70dbc4 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.

#70dbc4 Color Code Preview on Black Background Color

This is how #70dbc4 Color will look on black background color. Color contrast ratio is 12.62

#70dbc4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70dbc4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70dbc4

#70dbc4 color code is use for CSS Background Color

Background color for the above div is #70dbc4

HTML with inline CSS

<div style="background-color:#70dbc4;"></div>

#70dbc4 color code is use for CSS Border Color

CSS Border color for the above div is #70dbc4

HTML with inline CSS

<div style="border:5px solid #70dbc4;"></div>

CSS Border Left color for the above div is #70dbc4

HTML with inline CSS

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

CSS Border Right color for the above div is #70dbc4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70dbc4

HTML with inline CSS

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

CSS Border Top color for the above div is #70dbc4

HTML with inline CSS

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

#70dbc4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70dbc4 Color code Preview on White Background

This is how #70dbc4 Color code will look on white background color. Color contrast ratio is 1.66

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

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.