COLOR #206C73

HEX: #206C73 RGB: (32,108,115)

Color info

#206C73 contains mainly green and blue colors. Web safe color of #206C73 is #336666 (or #366).

RGB color model

#206C73 color RGB value is (32,108,115).

RGB: (32,108,115) (13%, 42%, 45%)

RGB channels and saturation

R 32 of 255 = 13%
G 108 of 255 = 42%
B 115 of 255 = 45%

32
108
115

R + G + B ~ 33%. #206C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 108 + 115 = 255 (100%)
R 32 of 255 ~ 12.55%
G 108 of 255 ~ 42.35%
B 115 of 255 ~ 45.1'%

%12.55
%42.35
%45.1

CMYK color model

#206C73 color CMYK value is (72,6,0,55).

  • cyan value is 72.17%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (72,6,0,55)
C72M6Y0K55 (72%, 6%, 0%, 55%)
(0.72 / 0.06 / 0.00 / 0.55)

CMYK percentages

%72.17
%6.09
%0
%54.9

Codes

Color #206C73 in popluar color models

20 6C 73
RGB 32 108 115
HSL 185° 56.46% 28.82%
HSB/HSV 185° 72.17% 45.10%
CMYK 72.17% 6.09% 0.00%
54.90%

Color #206C73 in popluar number systems.

HEX 20 6C 73
Decimal 32 108 115
Binary 100000 1101100 1110011
Octal 40 154 163

Shades and tints

Shades of #206C73

#206C73
(32,108,115)
#1E6369
(30,99,105)
#1C5A5F
(28,90,95)
#1A5155
(26,81,85)
#18484B
(24,72,75)
#163F41
(22,63,65)
#143637
(20,54,55)
#122D2D
(18,45,45)
#102423
(16,36,35)
#0E1B19
(14,27,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #206C73

#206C73
(32,108,115)
#34797F
(52,121,127)
#48868B
(72,134,139)
#5C9397
(92,147,151)
#70A0A3
(112,160,163)
#84ADAF
(132,173,175)
#98BABB
(152,186,187)
#ACC7C7
(172,199,199)
#C0D4D3
(192,212,211)
#D4E1DF
(212,225,223)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #206C73 color. Also use rgb(32,108,115) instead hex code.

Text Font Color

.myTextColor { color: #206C73; }

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

This text font color is #206C73.

Background Color

.myBgColor { background-color: #206C73; }

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

This div background color is #206C73.

Border color

.myBorderColor { border: 1px solid #206C73; }

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

This div border color is #206C73.

Opacity

.myOpacity80 { color: #206C73; opacity: 0.8; }

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

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

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

This text has shadow with #206C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #206C73.

Preview

Color preview on black background

This text has color #206C73 on black background.


Color preview on white background

This text has color #206C73 on white background.


Black color preview on #206C73 background

This text has black color on #206C73 background.


White color preview on #206C73 background

This text has white color on #206C73 background.


Related colors

Complementary color

Complementary color for #hex is #DF938C.


I love getcolorcode.com

Triadic colors

1 #73206C and #6C7320 with #206C73 are triadic colors.

2 #736C20 and #6C2073 with #206C73 are triadic colors.