COLOR #127D6C

HEX: #127D6C RGB: (18,125,108)

Color info

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

RGB color model

#127D6C color RGB value is (18,125,108).

RGB: (18,125,108) (7%, 49%, 42%)

RGB channels and saturation

R 18 of 255 = 7%
G 125 of 255 = 49%
B 108 of 255 = 42%

18
125
108

R + G + B ~ 33%. #127D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 125 + 108 = 251 (100%)
R 18 of 251 ~ 7.17%
G 125 of 251 ~ 49.8%
B 108 of 251 ~ 43.03'%

%49.8
%43.03

CMYK color model

#127D6C color CMYK value is (86,0,14,51).

  • cyan value is 85.60%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (86,0,14,51)
C86M0Y14K51 (86%, 0%, 14%, 51%)
(0.86 / 0.00 / 0.14 / 0.51)

CMYK percentages

%85.6
%0
%13.6
%50.98

Codes

Color #127D6C in popluar color models

12 7D 6C
RGB 18 125 108
HSL 170° 74.83% 28.04%
HSB/HSV 170° 85.60% 49.02%
CMYK 85.60% 0.00% 13.60%
50.98%

Color #127D6C in popluar number systems.

HEX 12 7D 6C
Decimal 18 125 108
Binary 10010 1111101 1101100
Octal 22 175 154

Shades and tints

Shades of #127D6C

#127D6C
(18,125,108)
#117263
(17,114,99)
#10675A
(16,103,90)
#0F5C51
(15,92,81)
#0E5148
(14,81,72)
#0D463F
(13,70,63)
#0C3B36
(12,59,54)
#0B302D
(11,48,45)
#0A2524
(10,37,36)
#091A1B
(9,26,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #127D6C

#127D6C
(18,125,108)
#278879
(39,136,121)
#3C9386
(60,147,134)
#519E93
(81,158,147)
#66A9A0
(102,169,160)
#7BB4AD
(123,180,173)
#90BFBA
(144,191,186)
#A5CAC7
(165,202,199)
#BAD5D4
(186,213,212)
#CFE0E1
(207,224,225)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127D6C color. Also use rgb(18,125,108) instead hex code.

Text Font Color

.myTextColor { color: #127D6C; }

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

This text font color is #127D6C.

Background Color

.myBgColor { background-color: #127D6C; }

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

This div background color is #127D6C.

Border color

.myBorderColor { border: 1px solid #127D6C; }

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

This div border color is #127D6C.

Opacity

.myOpacity80 { color: #127D6C; opacity: 0.8; }

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

Text with #127D6C 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 #127D6C;}

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

This text has shadow with #127D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #127D6C.

Preview

Color preview on black background

This text has color #127D6C on black background.


Color preview on white background

This text has color #127D6C on white background.


Black color preview on #127D6C background

This text has black color on #127D6C background.


White color preview on #127D6C background

This text has white color on #127D6C background.


Related colors

Complementary color

Complementary color for #hex is #ED8293.


I love getcolorcode.com

Triadic colors

1 #6C127D and #7D6C12 with #127D6C are triadic colors.

2 #6C7D12 and #7D126C with #127D6C are triadic colors.