crispedge.com

Color picker

Loading...

#0bb299 hex color - Green - Cool color - Information

#0bb299 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0bb299 Color code in RGB color code model is created after adding 4.31% red color, 69.8% green color and 60% blue color. Hex #0bb299 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 14% yellow and 30% black.

Hex #0bb299 color code is between #11aa88 web safe hex color code and #00bbaa web safe hex color code. #11aa88 is the nearest web safe color code. You can see here many more shades of #0bb299 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0bb299#0bb299
RGB Decimal11, 178, 153rgb(11, 178, 153)
RGB Percent4%, 70%, 60%rgb(4%, 70%, 60%)
CSS RGBa11, 178, 153,1rgba(11,178,153,1)
CMYK Modelcmyk(94%,0%,14%,30%)
HSL Color Space171,88% ,37%hsl(171,88% ,37%)
HSV Color Space171°, 94%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010111011001010011001
Octal13262231
Decimal11178153
Hex0bb299

Different shades of #0bb299 color code.

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

Light Shade of #0bb299
#0ee2c2
Dark Shade of #0bb299
#088270
Saturated Shade of #0bb299
#02bba0
Desaturated Shade of #0bb299
#14a992
Grey scale Shade of #0bb299
#5e5e5e
Brighten Shade
#24cbb2
Most Readable Shade
#000000

Shades of #0bb299 color code

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

#0bb299
#099e88
#088a77
#077666
#066255
#044f44
#033b33
#022722
#011311
#000000

Similar Color like #0bb299 color

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

#0cb39a
#0db49b
#0eb59c
#0fb69d
#10b79e
#11b89f
#12b9a0
#13baa1
#14bba2
#15bca3
#16bda4
#17bea5
#18bfa6
#19c0a7
#0ab198
#09b097
#08af96
#07ae95
#06ad94
#05ac93
#04ab92
#03aa91
#02a990
#01a88f
#00a78e
#00a68d
#00a58c
#00a48b

Monochromatic Color with #0bb299

#0bb299
#0edcbe
#000807
#03322b
#065d50
#088774

Tints of #0bb299 Color

#0bb299
#26baa4
#41c3af
#5ccbbb
#77d4c6
#92dcd1
#ade5dd
#c8ede8
#e3f6f3
#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

#0bb299
#b20b24

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

Split Complementary

#0bb299
#b20b78
#b2450b

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

Analogous Color

#0bb256
#0bb278
#0bb299
#0baab2
#0b88b2

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

#0bb299
#990bb2
#b2990b

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

#0bb299
#450bb2
#b20b24
#77b20b

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

#0bb299
#b20b24
#b2450b
#0b78b2

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 #0bb299 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.

#0bb299 Color Code Preview on Black Background Color

This is how #0bb299 Color will look on black background color. Color contrast ratio is 7.84

#0bb299 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0bb299

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0bb299

#0bb299 color code is use for CSS Background Color

Background color for the above div is #0bb299

HTML with inline CSS

<div style="background-color:#0bb299;"></div>

#0bb299 color code is use for CSS Border Color

CSS Border color for the above div is #0bb299

HTML with inline CSS

<div style="border:5px solid #0bb299;"></div>

CSS Border Left color for the above div is #0bb299

HTML with inline CSS

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

CSS Border Right color for the above div is #0bb299

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0bb299

HTML with inline CSS

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

CSS Border Top color for the above div is #0bb299

HTML with inline CSS

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

#0bb299 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0bb299 Color code Preview on White Background

This is how #0bb299 Color code will look on white background color. Color contrast ratio is 2.68

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

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(11,178,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,11,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(11,178,153,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.