COLOR #127A72

HEX: #127A72
RGB: (18,122,114)

Color info

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

RGB color model

#127A72 color RGB value is (18,122,114).

  • red value is 18;
  • green value is 122;
  • blue value is 114.
RGB:
(18,122,114)
(7%,48%,45%)

RGB channels and saturation

R 18 of 255 = 7%
G 122 of 255 = 48%
B 114 of 255 = 45%

18
122
114

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

Portions of RGB colors in percentages

R + G + B =
18 + 122 + 114 = 254 (100%)
R 18 of 254 ~ 7.09%
G 122 of 254 ~ 48.03%
B 114 of 254 ~ 44.88%

%48.03
%44.88

CMYK color model

#127A72 color CMYK value is (85,0,7,52).

  • cyan value is 85.25%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(85,0,7,52)
C85M0Y7K52 
(85%,0%,7%,52%)
(0.85/0.00/0.07/0.52)	

CMYK percentages

%85.25
%0
%6.56
%52.16

Codes

Color #127A72 in popluar color models

127A72
RGB18122114
HSL175°74.29%27.45%
HSB/HSV175°85.25%47.84%
CMYK85.25%0.00%6.56%
52.16%

Color #127A72 in popluar number systems.

HEX127A72
Decimal18122114
Binary1001011110101110010
Octal22172162

Shades and tints

Shades of #127A72

#127A72
(18,122,114)
#116F68
(17,111,104)
#10645E
(16,100,94)
#0F5954
(15,89,84)
#0E4E4A
(14,78,74)
#0D4340
(13,67,64)
#0C3836
(12,56,54)
#0B2D2C
(11,45,44)
#0A2222
(10,34,34)
#091718
(9,23,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #127A72

#127A72
(18,122,114)
#27867E
(39,134,126)
#3C928A
(60,146,138)
#519E96
(81,158,150)
#66AAA2
(102,170,162)
#7BB6AE
(123,182,174)
#90C2BA
(144,194,186)
#A5CEC6
(165,206,198)
#BADAD2
(186,218,210)
#CFE6DE
(207,230,222)
#E4F2EA
(228,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127A72 color. Also use rgb(18,122,114) instead hex code.

Text Font Color

.myTextColor { color: #127A72; }

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

This text font color is #127A72.


Background Color

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

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

This div background color is #127A72.


Border color

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

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

This div border color is #127A72.


Opacity

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

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

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

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

This text has shadow with #127A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127A72 on black background.


Color preview on white background

This text has color #127A72 on white background.



Black color preview on #127A72 background

This text has black color on #127A72 background.


White color preview on #127A72 background

This text has white color on #127A72 background.