crispedge.com

Color picker

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

#55ee99 hex color - Blue - Cool color - Information

#55ee99 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #55ee99 Color code in RGB color code model is created after adding 33.33% red color, 93.33% green color and 60% blue color. Hex #55ee99 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 36% yellow and 7% black.

Hex #55ee99 color code is a web safe color. Next web safe color code is #44dd88 and previous web safe color code is #66ffaa. You can see here many more shades of #55ee99 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code55ee99#55ee99
RGB Decimal85, 238, 153rgb(85, 238, 153)
RGB Percent33%, 93%, 60%rgb(33%, 93%, 60%)
CSS RGBa85, 238, 153,1rgba(85,238,153,1)
CMYK Modelcmyk(64%,0%,36%,7%)
HSL Color Space147,82% ,63%hsl(147,82% ,63%)
HSV Color Space147°, 64%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011110111010011001
Octal125356231
Decimal85238153
Hex55ee99

Different shades of #55ee99 color code.

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

Light Shade of #55ee99
#83f3b5
Dark Shade of #55ee99
#27e97d
Saturated Shade of #55ee99
#4cf798
Desaturated Shade of #55ee99
#5ee59a
Grey scale Shade of #55ee99
#a1a1a1
Brighten Shade
#6effb2
Most Readable Shade
#000000

Shades of #55ee99 color code

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

#55ee99
#4bd388
#42b977
#389e66
#2f8455
#256944
#1c4f33
#123422
#091a11
#000000

Similar Color like #55ee99 color

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

#56ef9a
#57f09b
#58f19c
#59f29d
#5af39e
#5bf49f
#5cf5a0
#5df6a1
#5ef7a2
#5ff8a3
#60f9a4
#61faa5
#62fba6
#63fca7
#54ed98
#53ec97
#52eb96
#51ea95
#50e994
#4fe893
#4ee792
#4de691
#4ce590
#4be48f
#4ae38e
#49e28d
#48e18c
#47e08b

Monochromatic Color with #55ee99

#55ee99
#091a10
#18442c
#276e47
#379962
#46c37e

Tints of #55ee99 Color

#55ee99
#67efa4
#7af1af
#8df3bb
#a0f5c6
#b3f7d1
#c6f9dd
#d9fbe8
#ecfdf3
#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

#55ee99
#ee55aa

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

Split Complementary

#55ee99
#e555ee
#ee555e

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

Analogous Color

#55ee5c
#55ee7a
#55ee99
#55eeb8
#55eed6

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

#55ee99
#9955ee
#ee9955

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

#55ee99
#555dee
#ee55aa
#eee555

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

#55ee99
#ee55aa
#ee555e
#55eee5

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 #55ee99 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.

#55ee99 Color Code Preview on Black Background Color

This is how #55ee99 Color will look on black background color. Color contrast ratio is 14.08

#55ee99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55ee99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55ee99

#55ee99 color code is use for CSS Background Color

Background color for the above div is #55ee99

HTML with inline CSS

<div style="background-color:#55ee99;"></div>

#55ee99 color code is use for CSS Border Color

CSS Border color for the above div is #55ee99

HTML with inline CSS

<div style="border:5px solid #55ee99;"></div>

CSS Border Left color for the above div is #55ee99

HTML with inline CSS

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

CSS Border Right color for the above div is #55ee99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55ee99

HTML with inline CSS

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

CSS Border Top color for the above div is #55ee99

HTML with inline CSS

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

#55ee99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55ee99 Color code Preview on White Background

This is how #55ee99 Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.