COLOR #73DBD8

HEX: #73DBD8 RGB: (115,219,216)

Color info

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

RGB color model

#73DBD8 color RGB value is (115,219,216).

RGB: (115,219,216) (45%, 86%, 85%)

RGB channels and saturation

R 115 of 255 = 45%
G 219 of 255 = 86%
B 216 of 255 = 85%

115
219
216

R + G + B ~ 72%. #73DBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 219 + 216 = 550 (100%)
R 115 of 550 ~ 20.91%
G 219 of 550 ~ 39.82%
B 216 of 550 ~ 39.27'%

%20.91
%39.82
%39.27

CMYK color model

#73DBD8 color CMYK value is (47,0,1,14).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK: (47,0,1,14) C47M0Y1K14 (47%,0%,1%,14%) (0.47/0.00/0.01/0.14) 

CMYK percentages

%47.49
%0
%1.37
%14.12

Codes

Color #73DBD8 in popluar color models

73 DB D8
RGB 115 219 216
HSL 178° 59.09% 65.49%
HSB/HSV 178° 47.49% 85.88%
CMYK 47.49% 0.00% 1.37%
14.12%

Color #73DBD8 in popluar number systems.

HEX 73 DB D8
Decimal 115 219 216
Binary 1110011 11011011 11011000
Octal 163 333 330

Shades and tints

Shades of #73DBD8

#73DBD8
(115,219,216)
#69C8C5
(105,200,197)
#5FB5B2
(95,181,178)
#55A29F
(85,162,159)
#4B8F8C
(75,143,140)
#417C79
(65,124,121)
#376966
(55,105,102)
#2D5653
(45,86,83)
#234340
(35,67,64)
#19302D
(25,48,45)
#0F1D1A
(15,29,26)
#000000
(0,0,0)

Tints of #73DBD8

#73DBD8
(115,219,216)
#7FDEDB
(127,222,219)
#8BE1DE
(139,225,222)
#97E4E1
(151,228,225)
#A3E7E4
(163,231,228)
#AFEAE7
(175,234,231)
#BBEDEA
(187,237,234)
#C7F0ED
(199,240,237)
#D3F3F0
(211,243,240)
#DFF6F3
(223,246,243)
#EBF9F6
(235,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DBD8 color. Also use rgb(115,219,216) instead hex code.

Text Font Color

.myTextColor { color: #73DBD8; }

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

This text font color is #73DBD8.

Background Color

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

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

This div background color is #73DBD8.

Border color

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

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

This div border color is #73DBD8.

Opacity

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

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

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

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

This text has shadow with #73DBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DBD8.

Preview

Color preview on black background

This text has color #73DBD8 on black background.


Color preview on white background

This text has color #73DBD8 on white background.


Black color preview on #73DBD8 background

This text has black color on #73DBD8 background.


White color preview on #73DBD8 background

This text has white color on #73DBD8 background.


Related colors

Complementary color

Complementary color for #hex is #8C2427.


I love getcolorcode.com

Triadic colors

1 #D873DB and #DBD873 with #73DBD8 are triadic colors.

2 #D8DB73 and #DB73D8 with #73DBD8 are triadic colors.