COLOR #127657

HEX: #127657 RGB: (18,118,87)

Color info

#127657 contains mainly green and blue colors. Web safe color of #127657 is #006666 (or #066).

RGB color model

#127657 color RGB value is (18,118,87).

RGB: (18,118,87) (7%, 46%, 34%)

RGB channels and saturation

R 18 of 255 = 7%
G 118 of 255 = 46%
B 87 of 255 = 34%

18
118
87

R + G + B ~ 29%. #127657 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 118 + 87 = 223 (100%)
R 18 of 223 ~ 8.07%
G 118 of 223 ~ 52.91%
B 87 of 223 ~ 39.01'%

%52.91
%39.01

CMYK color model

#127657 color CMYK value is (85,0,26,54).

  • cyan value is 84.75%
  • magenta value is 0.00%
  • yellow value is 26.27%
  • key color value is 53.73%

CMYK: (85,0,26,54)
C85M0Y26K54 (85%, 0%, 26%, 54%)
(0.85 / 0.00 / 0.26 / 0.54)

CMYK percentages

%84.75
%0
%26.27
%53.73

Codes

Color #127657 in popluar color models

12 76 57
RGB 18 118 87
HSL 161° 73.53% 26.67%
HSB/HSV 161° 84.75% 46.27%
CMYK 84.75% 0.00% 26.27%
53.73%

Color #127657 in popluar number systems.

HEX 12 76 57
Decimal 18 118 87
Binary 10010 1110110 1010111
Octal 22 166 127

Shades and tints

Shades of #127657

#127657
(18,118,87)
#116C50
(17,108,80)
#106249
(16,98,73)
#0F5842
(15,88,66)
#0E4E3B
(14,78,59)
#0D4434
(13,68,52)
#0C3A2D
(12,58,45)
#0B3026
(11,48,38)
#0A261F
(10,38,31)
#091C18
(9,28,24)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #127657

#127657
(18,118,87)
#278266
(39,130,102)
#3C8E75
(60,142,117)
#519A84
(81,154,132)
#66A693
(102,166,147)
#7BB2A2
(123,178,162)
#90BEB1
(144,190,177)
#A5CAC0
(165,202,192)
#BAD6CF
(186,214,207)
#CFE2DE
(207,226,222)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127657 color. Also use rgb(18,118,87) instead hex code.

Text Font Color

.myTextColor { color: #127657; }

<p style="color:#127657">This sample text font color is #127657.</p>

This text font color is #127657.

Background Color

.myBgColor { background-color: #127657; }

<div style="background-color:#127657">Inner text</div>

This div background color is #127657.

Border color

.myBorderColor { border: 1px solid #127657; }

<div style="border:3px solid #127657">Div</div>

This div border color is #127657.

Opacity

.myOpacity80 { color: #127657; opacity: 0.8; }

<p style="color:#127657;opacity:0.8;">80%</p>

Text with #127657 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #127657;}

<p style="text-shadow: 3px 3px 1px #127657">Text here.</p>

This text has shadow with #127657 color.


.textShadow {text-shadow: 3px 3px 1px #127657', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #127657, 5px 5px 20px red">Text here.</p>

This text has shadow with #127657 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#127657, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#127657, Direction=45, Strength=4)">Text</p>

This text has shadow with #127657 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #127657;
-webkit-box-shadow: 1px 1px 3px 2px #127657;
box-shadow: 1px 1px 3px 2px #127657;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #127657; -webkit-box-shadow: 1px 1px 3px 2px #127657; box-shadow:1px 1px 3px 2px #127657;">
Div content here
</div>

This div box has shadow with color #127657.

Preview

Color preview on black background

This text has color #127657 on black background.


Color preview on white background

This text has color #127657 on white background.


Black color preview on #127657 background

This text has black color on #127657 background.


White color preview on #127657 background

This text has white color on #127657 background.


Related colors

Complementary color

Complementary color for #hex is #ED89A8.


I love getcolorcode.com

Triadic colors

1 #571276 and #765712 with #127657 are triadic colors.

2 #577612 and #761257 with #127657 are triadic colors.