crispedge.com

Color picker

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

#087a80 hex color - Green - Cool color - Information

#087a80 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #087a80 Color code in RGB color code model is created after adding 3.14% red color, 47.84% green color and 50.2% blue color. Hex #087a80 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 5% magenta, 0% yellow and 50% black.

Hex #087a80 color code is between #007788 web safe hex color code and #008877 web safe hex color code. #007788 is the nearest web safe color code. You can see here many more shades of #087a80 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code087a80#087a80
RGB Decimal8, 122, 128rgb(8, 122, 128)
RGB Percent3%, 48%, 50%rgb(3%, 48%, 50%)
CSS RGBa8, 122, 128,1rgba(8,122,128,1)
CMYK Modelcmyk(94%,5%,0%,50%)
HSL Color Space183,88% ,27%hsl(183,88% ,27%)
HSV Color Space183°, 94%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010000111101010000000
Octal10172200
Decimal8122128
Hex087a80

Different shades of #087a80 color code.

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

Light Shade of #087a80
#0ba8b0
Dark Shade of #087a80
#054c50
Saturated Shade of #087a80
#018087
Desaturated Shade of #087a80
#0f7479
Grey scale Shade of #087a80
#444444
Brighten Shade
#219399
Most Readable Shade
#FFFFFF

Shades of #087a80 color code

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

#087a80
#076c71
#065e63
#055155
#044347
#033638
#02282a
#011b1c
#000d0e
#000000

Similar Color like #087a80 color

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

#097b81
#0a7c82
#0b7d83
#0c7e84
#0d7f85
#0e8086
#0f8187
#108288
#118389
#12848a
#13858b
#14868c
#15878d
#16888e
#07797f
#06787e
#05777d
#04767c
#03757b
#02747a
#017379
#007278
#007177
#007076
#006f75
#006e74
#006d73
#006c72

Monochromatic Color with #087a80

#087a80
#0ba3aa
#0dcbd5
#000000
#03292b
#055155

Tints of #087a80 Color

#087a80
#23888e
#3e979c
#5aa6aa
#75b5b8
#91c3c6
#acd2d4
#c8e1e2
#e3f0f0
#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

#087a80
#800e08

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

Split Complementary

#087a80
#80083e
#804a08

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

Analogous Color

#088056
#08806e
#087a80
#086280
#084a80

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

#087a80
#80087a
#7a8008

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

#087a80
#4a0880
#800e08
#3e8008

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

#087a80
#800e08
#804a08
#083e80

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 #087a80 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.

#087a80 Color Code Preview on Black Background Color

This is how #087a80 Color will look on black background color. Color contrast ratio is 4.11

#087a80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #087a80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #087a80

#087a80 color code is use for CSS Background Color

Background color for the above div is #087a80

HTML with inline CSS

<div style="background-color:#087a80;"></div>

#087a80 color code is use for CSS Border Color

CSS Border color for the above div is #087a80

HTML with inline CSS

<div style="border:5px solid #087a80;"></div>

CSS Border Left color for the above div is #087a80

HTML with inline CSS

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

CSS Border Right color for the above div is #087a80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #087a80

HTML with inline CSS

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

CSS Border Top color for the above div is #087a80

HTML with inline CSS

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

#087a80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#087a80 Color code Preview on White Background

This is how #087a80 Color code will look on white background color. Color contrast ratio is 5.11

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

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.