COLOR #127B8B

HEX: #127B8B RGB: (18,123,139)

Color info

#127B8B contains mainly green and blue colors. Web safe color of #127B8B is #006699 (or #069).

RGB color model

#127B8B color RGB value is (18,123,139).

RGB: (18,123,139) (7%, 48%, 55%)

RGB channels and saturation

R 18 of 255 = 7%
G 123 of 255 = 48%
B 139 of 255 = 55%

18
123
139

R + G + B ~ 37%. #127B8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 123 + 139 = 280 (100%)
R 18 of 280 ~ 6.43%
G 123 of 280 ~ 43.93%
B 139 of 280 ~ 49.64'%

%43.93
%49.64

CMYK color model

#127B8B color CMYK value is (87,12,0,45).

  • cyan value is 87.05%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (87,12,0,45)
C87M12Y0K45 (87%, 12%, 0%, 45%)
(0.87 / 0.12 / 0.00 / 0.45)

CMYK percentages

%87.05
%11.51
%0
%45.49

Codes

Color #127B8B in popluar color models

12 7B 8B
RGB 18 123 139
HSL 188° 77.07% 30.78%
HSB/HSV 188° 87.05% 54.51%
CMYK 87.05% 11.51% 0.00%
45.49%

Color #127B8B in popluar number systems.

HEX 12 7B 8B
Decimal 18 123 139
Binary 10010 1111011 10001011
Octal 22 173 213

Shades and tints

Shades of #127B8B

#127B8B
(18,123,139)
#11707F
(17,112,127)
#106573
(16,101,115)
#0F5A67
(15,90,103)
#0E4F5B
(14,79,91)
#0D444F
(13,68,79)
#0C3943
(12,57,67)
#0B2E37
(11,46,55)
#0A232B
(10,35,43)
#09181F
(9,24,31)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #127B8B

#127B8B
(18,123,139)
#278795
(39,135,149)
#3C939F
(60,147,159)
#519FA9
(81,159,169)
#66ABB3
(102,171,179)
#7BB7BD
(123,183,189)
#90C3C7
(144,195,199)
#A5CFD1
(165,207,209)
#BADBDB
(186,219,219)
#CFE7E5
(207,231,229)
#E4F3EF
(228,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127B8B color. Also use rgb(18,123,139) instead hex code.

Text Font Color

.myTextColor { color: #127B8B; }

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

This text font color is #127B8B.

Background Color

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

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

This div background color is #127B8B.

Border color

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

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

This div border color is #127B8B.

Opacity

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

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

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

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

This text has shadow with #127B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #127B8B.

Preview

Color preview on black background

This text has color #127B8B on black background.


Color preview on white background

This text has color #127B8B on white background.


Black color preview on #127B8B background

This text has black color on #127B8B background.


White color preview on #127B8B background

This text has white color on #127B8B background.


Related colors

Complementary color

Complementary color for #hex is #ED8474.


I love getcolorcode.com

Triadic colors

1 #8B127B and #7B8B12 with #127B8B are triadic colors.

2 #8B7B12 and #7B128B with #127B8B are triadic colors.