crispedge.com

Color picker

Loading...

#00858f hex color - Green - Cool color - Information

#00858f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00858f Color code in RGB color code model is created after adding 0% red color, 52.16% green color and 56.08% blue color. Hex #00858f Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 7% magenta, 0% yellow and 44% black.

Hex #00858f color code is between #008888 web safe hex color code and #007799 web safe hex color code. #008888 is the nearest web safe color code. You can see here many more shades of #00858f color code.

0 Likes 0 Comments | 29 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code00858f#00858f
RGB Decimal0, 133, 143rgb(0, 133, 143)
RGB Percent0%, 52%, 56%rgb(0%, 52%, 56%)
CSS RGBa0, 133, 143,1rgba(0,133,143,1)
CMYK Modelcmyk(100%,7%,0%,44%)
HSL Color Space184,100% ,28%hsl(184,100% ,28%)
HSV Color Space184°, 100%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001000010110001111
Octal0205217
Decimal0133143
Hex00858f

Different shades of #00858f color code.

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

Light Shade of #00858f
#00b4c2
Dark Shade of #00858f
#00565c
Saturated Shade of #00858f
#00858f
Desaturated Shade of #00858f
#077f88
Grey scale Shade of #00858f
#474747
Brighten Shade
#199ea8
Most Readable Shade
#FFFFFF

Shades of #00858f color code

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

#00858f
#00767f
#00676f
#00585f
#00494f
#003b3f
#002c2f
#001d1f
#000e0f
#000000

Similar Color like #00858f color

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

#018690
#028791
#038892
#048993
#058a94
#068b95
#078c96
#088d97
#098e98
#0a8f99
#0b909a
#0c919b
#0d929c
#0e939d
#00848e
#00838d
#00828c
#00818b
#00808a
#007f89
#007e88
#007d87
#007c86
#007b85
#007a84
#007983
#007882
#007781

Monochromatic Color with #00858f

#00858f
#00adb9
#00d4e4
#000e0f
#00363a
#005d64

Tints of #00858f Color

#00858f
#1c929b
#38a0a7
#55adb4
#71bbc0
#8dc8cd
#aad6d9
#c6e3e6
#e2f1f2
#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

#00858f
#8f0a00

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

Split Complementary

#00858f
#8f003e
#8f5100

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

Analogous Color

#008f60
#008f7c
#00858f
#00688f
#004c8f

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

#00858f
#8f0085
#858f00

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

#00858f
#51008f
#8f0a00
#3d8f00

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

#00858f
#8f0a00
#8f5100
#003e8f

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 #00858f 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.

#00858f Color Code Preview on Black Background Color

This is how #00858f Color will look on black background color. Color contrast ratio is 4.75

#00858f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00858f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00858f

#00858f color code is use for CSS Background Color

Background color for the above div is #00858f

HTML with inline CSS

<div style="background-color:#00858f;"></div>

#00858f color code is use for CSS Border Color

CSS Border color for the above div is #00858f

HTML with inline CSS

<div style="border:5px solid #00858f;"></div>

CSS Border Left color for the above div is #00858f

HTML with inline CSS

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

CSS Border Right color for the above div is #00858f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00858f

HTML with inline CSS

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

CSS Border Top color for the above div is #00858f

HTML with inline CSS

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

#00858f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00858f Color code Preview on White Background

This is how #00858f Color code will look on white background color. Color contrast ratio is 4.42

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(0,133,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,10,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,133,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 29 Views

Post your comment:-

By submitting comment you agree to our privacy policy.