crispedge.com

Color picker

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

#12494a hex color - Green - Cool color - Information

#12494a hex color - Green - Cool color

Color Hue/Base color: Green

Hex #12494a Color code in RGB color code model is created after adding 7.06% red color, 28.63% green color and 29.02% blue color. Hex #12494a Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 1% magenta, 0% yellow and 71% black.

Hex #12494a color code is between #114444 web safe hex color code and #225555 web safe hex color code. #114444 is the nearest web safe color code. You can see here many more shades of #12494a color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Code12494a#12494a
RGB Decimal18, 73, 74rgb(18, 73, 74)
RGB Percent7%, 29%, 29%rgb(7%, 29%, 29%)
CSS RGBa18, 73, 74,1rgba(18,73,74,1)
CMYK Modelcmyk(76%,1%,0%,71%)
HSL Color Space181,61% ,18%hsl(181,61% ,18%)
HSV Color Space181°, 76%, 29%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100100100101001010
Octal22111112
Decimal187374
Hex12494a

Different shades of #12494a color code.

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

Light Shade of #12494a
#1c7173
Dark Shade of #12494a
#082021
Saturated Shade of #12494a
#0d4d4f
Desaturated Shade of #12494a
#174545
Grey scale Shade of #12494a
#2e2e2e
Brighten Shade
#2b6263
Most Readable Shade
#FFFFFF

Shades of #12494a color code

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

#12494a
#104041
#0e3839
#0c3031
#0a2829
#082020
#061818
#041010
#020808
#000000

Similar Color like #12494a color

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

#134a4b
#144b4c
#154c4d
#164d4e
#174e4f
#184f50
#195051
#1a5152
#1b5253
#1c5354
#1d5455
#1e5556
#1f5657
#205758
#114849
#104748
#0f4647
#0e4546
#0d4445
#0c4344
#0b4243
#0a4142
#094041
#083f40
#073e3f
#063d3e
#053c3d
#043b3c

Monochromatic Color with #12494a

#12494a
#1c7374
#279d9f
#31c7c9
#3bf1f4
#081f1f

Tints of #12494a Color

#12494a
#2c5d5e
#467172
#618586
#7b999a
#95aeae
#b0c2c2
#cad6d6
#e4eaea
#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

#12494a
#4a1312

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

Split Complementary

#12494a
#4a122d
#4a2f12

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

Analogous Color

#124a35
#124a40
#12494a
#123e4a
#12334a

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

#12494a
#4a1249
#494a12

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

#12494a
#2f124a
#4a1312
#2d4a12

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

#12494a
#4a1312
#4a2f12
#122d4a

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 #12494a 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.

#12494a Color Code Preview on Black Background Color

This is how #12494a Color will look on black background color. Color contrast ratio is 2.08

#12494a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12494a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12494a

#12494a color code is use for CSS Background Color

Background color for the above div is #12494a

HTML with inline CSS

<div style="background-color:#12494a;"></div>

#12494a color code is use for CSS Border Color

CSS Border color for the above div is #12494a

HTML with inline CSS

<div style="border:5px solid #12494a;"></div>

CSS Border Left color for the above div is #12494a

HTML with inline CSS

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

CSS Border Right color for the above div is #12494a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12494a

HTML with inline CSS

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

CSS Border Top color for the above div is #12494a

HTML with inline CSS

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

#12494a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12494a Color code Preview on White Background

This is how #12494a Color code will look on white background color. Color contrast ratio is 10.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 #12494a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #12494a; }

Related Gradients

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

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.