crispedge.com

Color picker

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

#276b64 hex color - Green - Cool color - Information

#276b64 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #276b64 Color code in RGB color code model is created after adding 15.29% red color, 41.96% green color and 39.22% blue color. Hex #276b64 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 7% yellow and 58% black.

Hex #276b64 color code is between #226666 web safe hex color code and #337755 web safe hex color code. #226666 is the nearest web safe color code. You can see here many more shades of #276b64 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code276b64#276b64
RGB Decimal39, 107, 100rgb(39, 107, 100)
RGB Percent15%, 42%, 39%rgb(15%, 42%, 39%)
CSS RGBa39, 107, 100,1rgba(39,107,100,1)
CMYK Modelcmyk(64%,0%,7%,58%)
HSL Color Space174,47% ,29%hsl(174,47% ,29%)
HSV Color Space174°, 64%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001110110101101100100
Octal47153144
Decimal39107100
Hex276b64

Different shades of #276b64 color code.

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

Light Shade of #276b64
#359087
Dark Shade of #276b64
#194641
Saturated Shade of #276b64
#20726a
Desaturated Shade of #276b64
#2e645e
Grey scale Shade of #276b64
#494949
Brighten Shade
#40847d
Most Readable Shade
#FFFFFF

Shades of #276b64 color code

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

#276b64
#225f58
#1e534d
#1a4742
#153b37
#112f2c
#0d2321
#081716
#040b0b
#000000

Similar Color like #276b64 color

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

#286c65
#296d66
#2a6e67
#2b6f68
#2c7069
#2d716a
#2e726b
#2f736c
#30746d
#31756e
#32766f
#337770
#347871
#357972
#266a63
#256962
#246861
#236760
#22665f
#21655e
#20645d
#1f635c
#1e625b
#1d615a
#1c6059
#1b5f58
#1a5e57
#195d56

Monochromatic Color with #276b64

#276b64
#36958c
#46c0b3
#55eadb
#081615
#18403c

Tints of #276b64 Color

#276b64
#3f7b75
#578b86
#6f9c97
#87aca8
#9fbdba
#b7cdcb
#cfdedc
#e7eeed
#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

#276b64
#6b272e

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

Split Complementary

#276b64
#6b2750
#6b4227

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

Analogous Color

#276b49
#276b56
#276b64
#27646b
#27576b

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

#276b64
#64276b
#6b6427

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

#276b64
#42276b
#6b272e
#506b27

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

#276b64
#6b272e
#6b4227
#27506b

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 #276b64 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.

#276b64 Color Code Preview on Black Background Color

This is how #276b64 Color will look on black background color. Color contrast ratio is 3.37

#276b64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #276b64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #276b64

#276b64 color code is use for CSS Background Color

Background color for the above div is #276b64

HTML with inline CSS

<div style="background-color:#276b64;"></div>

#276b64 color code is use for CSS Border Color

CSS Border color for the above div is #276b64

HTML with inline CSS

<div style="border:5px solid #276b64;"></div>

CSS Border Left color for the above div is #276b64

HTML with inline CSS

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

CSS Border Right color for the above div is #276b64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #276b64

HTML with inline CSS

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

CSS Border Top color for the above div is #276b64

HTML with inline CSS

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

#276b64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#276b64 Color code Preview on White Background

This is how #276b64 Color code will look on white background color. Color contrast ratio is 6.23

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

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.