crispedge.com

Color picker

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

#90d8ca hex color - Green - Cool color - Information

#90d8ca hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #90d8ca Color code in RGB color code model is created after adding 56.47% red color, 84.71% green color and 79.22% blue color. Hex #90d8ca Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 6% yellow and 15% black.

Hex #90d8ca color code is between #88ddcc web safe hex color code and #99ccbb web safe hex color code. #88ddcc is the nearest web safe color code. You can see here many more shades of #90d8ca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code90d8ca#90d8ca
RGB Decimal144, 216, 202rgb(144, 216, 202)
RGB Percent56%, 85%, 79%rgb(56%, 85%, 79%)
CSS RGBa144, 216, 202,1rgba(144,216,202,1)
CMYK Modelcmyk(33%,0%,6%,15%)
HSL Color Space168,48% ,71%hsl(168,48% ,71%)
HSV Color Space168°, 33%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100001101100011001010
Octal220330312
Decimal144216202
Hex90d8ca

Different shades of #90d8ca color code.

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

Light Shade of #90d8ca
#b6e5dc
Dark Shade of #90d8ca
#6acbb8
Saturated Shade of #90d8ca
#88dfcf
Desaturated Shade of #90d8ca
#97d0c5
Grey scale Shade of #90d8ca
#b4b4b4
Brighten Shade
#a9f1e3
Most Readable Shade
#000000

Shades of #90d8ca color code

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

#90d8ca
#80c0b3
#70a89d
#609086
#507870
#406059
#304843
#20302c
#101816
#000000

Similar Color like #90d8ca color

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

#91d9cb
#92dacc
#93dbcd
#94dcce
#95ddcf
#96ded0
#97dfd1
#98e0d2
#99e1d3
#9ae2d4
#9be3d5
#9ce4d6
#9de5d7
#9ee6d8
#8fd7c9
#8ed6c8
#8dd5c7
#8cd4c6
#8bd3c5
#8ad2c4
#89d1c3
#88d0c2
#87cfc1
#86cec0
#85cdbf
#84ccbe
#83cbbd
#82cabc

Monochromatic Color with #90d8ca

#90d8ca
#020303
#1f2e2b
#3b5853
#57837b
#74ada2

Tints of #90d8ca Color

#90d8ca
#9cdccf
#a8e0d5
#b5e5db
#c1e9e1
#cdede7
#daf2ed
#e6f6f3
#f2faf9
#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

#90d8ca
#d8909e

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

Split Complementary

#90d8ca
#d890c2
#d8a690

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

Analogous Color

#90d8ad
#90d8bc
#90d8ca
#90d8d8
#90c9d8

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

#90d8ca
#ca90d8
#d8ca90

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

#90d8ca
#a690d8
#d8909e
#c2d890

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

#90d8ca
#d8909e
#d8a690
#90c2d8

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 #90d8ca 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.

#90d8ca Color Code Preview on Black Background Color

This is how #90d8ca Color will look on black background color. Color contrast ratio is 12.86

#90d8ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90d8ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90d8ca

#90d8ca color code is use for CSS Background Color

Background color for the above div is #90d8ca

HTML with inline CSS

<div style="background-color:#90d8ca;"></div>

#90d8ca color code is use for CSS Border Color

CSS Border color for the above div is #90d8ca

HTML with inline CSS

<div style="border:5px solid #90d8ca;"></div>

CSS Border Left color for the above div is #90d8ca

HTML with inline CSS

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

CSS Border Right color for the above div is #90d8ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #90d8ca

HTML with inline CSS

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

CSS Border Top color for the above div is #90d8ca

HTML with inline CSS

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

#90d8ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#90d8ca Color code Preview on White Background

This is how #90d8ca Color code will look on white background color. Color contrast ratio is 1.63

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

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.