COLOR #73DAC9

HEX: #73DAC9 RGB: (115,218,201)

Color info

#73DAC9 contains mainly green and blue colors. Web safe color of #73DAC9 is #66CCCC (or #6CC).

RGB color model

#73DAC9 color RGB value is (115,218,201).

RGB: (115,218,201) (45%, 85%, 79%)

RGB channels and saturation

R 115 of 255 = 45%
G 218 of 255 = 85%
B 201 of 255 = 79%

115
218
201

R + G + B ~ 70%. #73DAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 218 + 201 = 534 (100%)
R 115 of 534 ~ 21.54%
G 218 of 534 ~ 40.82%
B 201 of 534 ~ 37.64'%

%21.54
%40.82
%37.64

CMYK color model

#73DAC9 color CMYK value is (47,0,8,15).

  • cyan value is 47.25%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 14.51%

CMYK: (47,0,8,15)
C47M0Y8K15 (47%, 0%, 8%, 15%)
(0.47 / 0.00 / 0.08 / 0.15)

CMYK percentages

%47.25
%0
%7.8
%14.51

Codes

Color #73DAC9 in popluar color models

73 DA C9
RGB 115 218 201
HSL 170° 58.19% 65.29%
HSB/HSV 170° 47.25% 85.49%
CMYK 47.25% 0.00% 7.80%
14.51%

Color #73DAC9 in popluar number systems.

HEX 73 DA C9
Decimal 115 218 201
Binary 1110011 11011010 11001001
Octal 163 332 311

Shades and tints

Shades of #73DAC9

#73DAC9
(115,218,201)
#69C7B7
(105,199,183)
#5FB4A5
(95,180,165)
#55A193
(85,161,147)
#4B8E81
(75,142,129)
#417B6F
(65,123,111)
#37685D
(55,104,93)
#2D554B
(45,85,75)
#234239
(35,66,57)
#192F27
(25,47,39)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #73DAC9

#73DAC9
(115,218,201)
#7FDDCD
(127,221,205)
#8BE0D1
(139,224,209)
#97E3D5
(151,227,213)
#A3E6D9
(163,230,217)
#AFE9DD
(175,233,221)
#BBECE1
(187,236,225)
#C7EFE5
(199,239,229)
#D3F2E9
(211,242,233)
#DFF5ED
(223,245,237)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DAC9 color. Also use rgb(115,218,201) instead hex code.

Text Font Color

.myTextColor { color: #73DAC9; }

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

This text font color is #73DAC9.

Background Color

.myBgColor { background-color: #73DAC9; }

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

This div background color is #73DAC9.

Border color

.myBorderColor { border: 1px solid #73DAC9; }

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

This div border color is #73DAC9.

Opacity

.myOpacity80 { color: #73DAC9; opacity: 0.8; }

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

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

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

This text has shadow with #73DAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DAC9.

Preview

Color preview on black background

This text has color #73DAC9 on black background.


Color preview on white background

This text has color #73DAC9 on white background.


Black color preview on #73DAC9 background

This text has black color on #73DAC9 background.


White color preview on #73DAC9 background

This text has white color on #73DAC9 background.


Related colors

Complementary color

Complementary color for #hex is #8C2536.


I love getcolorcode.com

Triadic colors

1 #C973DA and #DAC973 with #73DAC9 are triadic colors.

2 #C9DA73 and #DA73C9 with #73DAC9 are triadic colors.