COLOR #135E60

HEX: #135E60 RGB: (19,94,96)

Color info

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

RGB color model

#135E60 color RGB value is (19,94,96).

RGB: (19,94,96) (7%, 37%, 38%)

RGB channels and saturation

R 19 of 255 = 7%
G 94 of 255 = 37%
B 96 of 255 = 38%

19
94
96

R + G + B ~ 27%. #135E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 94 + 96 = 209 (100%)
R 19 of 209 ~ 9.09%
G 94 of 209 ~ 44.98%
B 96 of 209 ~ 45.93'%

%44.98
%45.93

CMYK color model

#135E60 color CMYK value is (80,2,0,62).

  • cyan value is 80.21%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (80,2,0,62)
C80M2Y0K62 (80%, 2%, 0%, 62%)
(0.80 / 0.02 / 0.00 / 0.62)

CMYK percentages

%80.21
%2.08
%0
%62.35

Codes

Color #135E60 in popluar color models

13 5E 60
RGB 19 94 96
HSL 182° 66.96% 22.55%
HSB/HSV 182° 80.21% 37.65%
CMYK 80.21% 2.08% 0.00%
62.35%

Color #135E60 in popluar number systems.

HEX 13 5E 60
Decimal 19 94 96
Binary 10011 1011110 1100000
Octal 23 136 140

Shades and tints

Shades of #135E60

#135E60
(19,94,96)
#125658
(18,86,88)
#114E50
(17,78,80)
#104648
(16,70,72)
#0F3E40
(15,62,64)
#0E3638
(14,54,56)
#0D2E30
(13,46,48)
#0C2628
(12,38,40)
#0B1E20
(11,30,32)
#0A1618
(10,22,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #135E60

#135E60
(19,94,96)
#286C6E
(40,108,110)
#3D7A7C
(61,122,124)
#52888A
(82,136,138)
#679698
(103,150,152)
#7CA4A6
(124,164,166)
#91B2B4
(145,178,180)
#A6C0C2
(166,192,194)
#BBCED0
(187,206,208)
#D0DCDE
(208,220,222)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135E60 color. Also use rgb(19,94,96) instead hex code.

Text Font Color

.myTextColor { color: #135E60; }

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

This text font color is #135E60.

Background Color

.myBgColor { background-color: #135E60; }

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

This div background color is #135E60.

Border color

.myBorderColor { border: 1px solid #135E60; }

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

This div border color is #135E60.

Opacity

.myOpacity80 { color: #135E60; opacity: 0.8; }

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

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

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

This text has shadow with #135E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135E60.

Preview

Color preview on black background

This text has color #135E60 on black background.


Color preview on white background

This text has color #135E60 on white background.


Black color preview on #135E60 background

This text has black color on #135E60 background.


White color preview on #135E60 background

This text has white color on #135E60 background.


Related colors

Complementary color

Complementary color for #hex is #ECA19F.


I love getcolorcode.com

Triadic colors

1 #60135E and #5E6013 with #135E60 are triadic colors.

2 #605E13 and #5E1360 with #135E60 are triadic colors.