COLOR #125151

HEX: #125151 RGB: (18,81,81)

Color info

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

RGB color model

#125151 color RGB value is (18,81,81).

RGB: (18,81,81) (7%, 32%, 32%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 81 of 255 = 32%

18
81
81

R + G + B ~ 24%. #125151 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 81 + 81 = 180 (100%)
R 18 of 180 ~ 10%
G 81 of 180 ~ 45%
B 81 of 180 ~ 45'%

%45
%45

CMYK color model

#125151 color CMYK value is (78,0,0,68).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (78,0,0,68)
C78M0Y0K68 (78%, 0%, 0%, 68%)
(0.78 / 0.00 / 0.00 / 0.68)

CMYK percentages

%77.78
%0
%0
%68.24

Codes

Color #125151 in popluar color models

12 51 51
RGB 18 81 81
HSL 180° 63.64% 19.41%
HSB/HSV 180° 77.78% 31.76%
CMYK 77.78% 0.00% 0.00%
68.24%

Color #125151 in popluar number systems.

HEX 12 51 51
Decimal 18 81 81
Binary 10010 1010001 1010001
Octal 22 121 121

Shades and tints

Shades of #125151

#125151
(18,81,81)
#114A4A
(17,74,74)
#104343
(16,67,67)
#0F3C3C
(15,60,60)
#0E3535
(14,53,53)
#0D2E2E
(13,46,46)
#0C2727
(12,39,39)
#0B2020
(11,32,32)
#0A1919
(10,25,25)
#091212
(9,18,18)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #125151

#125151
(18,81,81)
#276060
(39,96,96)
#3C6F6F
(60,111,111)
#517E7E
(81,126,126)
#668D8D
(102,141,141)
#7B9C9C
(123,156,156)
#90ABAB
(144,171,171)
#A5BABA
(165,186,186)
#BAC9C9
(186,201,201)
#CFD8D8
(207,216,216)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125151; }

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

This text font color is #125151.

Background Color

.myBgColor { background-color: #125151; }

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

This div background color is #125151.

Border color

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

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

This div border color is #125151.

Opacity

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

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

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

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

This text has shadow with #125151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125151.

Preview

Color preview on black background

This text has color #125151 on black background.


Color preview on white background

This text has color #125151 on white background.


Black color preview on #125151 background

This text has black color on #125151 background.


White color preview on #125151 background

This text has white color on #125151 background.


Related colors

Complementary color

Complementary color for #hex is #EDAEAE.


I love getcolorcode.com