crispedge.com

Color picker

Loading...

#25bebe hex color - Green - Cool color - Information

#25bebe hex color - Green - Cool color

Color Hue/Base color: Green

Hex #25bebe Color code in RGB color code model is created after adding 14.51% red color, 74.51% green color and 74.51% blue color. Hex #25bebe Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 0% magenta, 0% yellow and 25% black.

Hex #25bebe color code is between #22bbbb web safe hex color code and #33cccc web safe hex color code. #22bbbb is the nearest web safe color code. You can see here many more shades of #25bebe color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code25bebe#25bebe
RGB Decimal37, 190, 190rgb(37, 190, 190)
RGB Percent15%, 75%, 75%rgb(15%, 75%, 75%)
CSS RGBa37, 190, 190,1rgba(37,190,190,1)
CMYK Modelcmyk(81%,0%,0%,25%)
HSL Color Space180,67% ,45%hsl(180,67% ,45%)
HSV Color Space180°, 81%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001011011111010111110
Octal45276276
Decimal37190190
Hex25bebe

Different shades of #25bebe color code.

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

Light Shade of #25bebe
#3dd9d9
Dark Shade of #25bebe
#1d9393
Saturated Shade of #25bebe
#1ac9c9
Desaturated Shade of #25bebe
#30b3b3
Grey scale Shade of #25bebe
#717171
Brighten Shade
#3ed7d7
Most Readable Shade
#000000

Shades of #25bebe color code

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

#25bebe
#20a8a8
#1c9393
#187e7e
#146969
#105454
#0c3f3f
#082a2a
#041515
#000000

Similar Color like #25bebe color

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

#26bfbf
#27c0c0
#28c1c1
#29c2c2
#2ac3c3
#2bc4c4
#2cc5c5
#2dc6c6
#2ec7c7
#2fc8c8
#30c9c9
#31caca
#32cbcb
#33cccc
#24bdbd
#23bcbc
#22bbbb
#21baba
#20b9b9
#1fb8b8
#1eb7b7
#1db6b6
#1cb5b5
#1bb4b4
#1ab3b3
#19b2b2
#18b1b1
#17b0b0

Monochromatic Color with #25bebe

#25bebe
#2de8e8
#041414
#0c3e3e
#146969
#1d9393

Tints of #25bebe Color

#25bebe
#3dc5c5
#55cccc
#6dd3d3
#85dada
#9ee2e2
#b6e9e9
#cef0f0
#e6f7f7
#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

#25bebe
#be2525

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

Split Complementary

#25bebe
#be2572
#be7225

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

Analogous Color

#25be81
#25be9f
#25bebe
#259fbe
#2581be

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

#25bebe
#be25be
#bebe25

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

#25bebe
#7125be
#be2525
#71be25

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

#25bebe
#be2525
#be7225
#2572be

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 #25bebe 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.

#25bebe Color Code Preview on Black Background Color

This is how #25bebe Color will look on black background color. Color contrast ratio is 9.19

#25bebe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25bebe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25bebe

#25bebe color code is use for CSS Background Color

Background color for the above div is #25bebe

HTML with inline CSS

<div style="background-color:#25bebe;"></div>

#25bebe color code is use for CSS Border Color

CSS Border color for the above div is #25bebe

HTML with inline CSS

<div style="border:5px solid #25bebe;"></div>

CSS Border Left color for the above div is #25bebe

HTML with inline CSS

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

CSS Border Right color for the above div is #25bebe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #25bebe

HTML with inline CSS

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

CSS Border Top color for the above div is #25bebe

HTML with inline CSS

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

#25bebe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25bebe Color code Preview on White Background

This is how #25bebe Color code will look on white background color. Color contrast ratio is 2.29

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.