COLOR #73CBB9

HEX: #73CBB9 RGB: (115,203,185)

Color info

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

RGB color model

#73CBB9 color RGB value is (115,203,185).

RGB: (115,203,185) (45%, 80%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 203 of 255 = 80%
B 185 of 255 = 73%

115
203
185

R + G + B ~ 66%. #73CBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 203 + 185 = 503 (100%)
R 115 of 503 ~ 22.86%
G 203 of 503 ~ 40.36%
B 185 of 503 ~ 36.78'%

%22.86
%40.36
%36.78

CMYK color model

#73CBB9 color CMYK value is (43,0,9,20).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%

CMYK: (43,0,9,20)
C43M0Y9K20 (43%, 0%, 9%, 20%)
(0.43 / 0.00 / 0.09 / 0.20)

CMYK percentages

%43.35
%0
%8.87
%20.39

Codes

Color #73CBB9 in popluar color models

73 CB B9
RGB 115 203 185
HSL 168° 45.83% 62.35%
HSB/HSV 168° 43.35% 79.61%
CMYK 43.35% 0.00% 8.87%
20.39%

Color #73CBB9 in popluar number systems.

HEX 73 CB B9
Decimal 115 203 185
Binary 1110011 11001011 10111001
Octal 163 313 271

Shades and tints

Shades of #73CBB9

#73CBB9
(115,203,185)
#69B9A9
(105,185,169)
#5FA799
(95,167,153)
#559589
(85,149,137)
#4B8379
(75,131,121)
#417169
(65,113,105)
#375F59
(55,95,89)
#2D4D49
(45,77,73)
#233B39
(35,59,57)
#192929
(25,41,41)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #73CBB9

#73CBB9
(115,203,185)
#7FCFBF
(127,207,191)
#8BD3C5
(139,211,197)
#97D7CB
(151,215,203)
#A3DBD1
(163,219,209)
#AFDFD7
(175,223,215)
#BBE3DD
(187,227,221)
#C7E7E3
(199,231,227)
#D3EBE9
(211,235,233)
#DFEFEF
(223,239,239)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CBB9 color. Also use rgb(115,203,185) instead hex code.

Text Font Color

.myTextColor { color: #73CBB9; }

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

This text font color is #73CBB9.

Background Color

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

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

This div background color is #73CBB9.

Border color

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

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

This div border color is #73CBB9.

Opacity

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

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

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

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

This text has shadow with #73CBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73CBB9.

Preview

Color preview on black background

This text has color #73CBB9 on black background.


Color preview on white background

This text has color #73CBB9 on white background.


Black color preview on #73CBB9 background

This text has black color on #73CBB9 background.


White color preview on #73CBB9 background

This text has white color on #73CBB9 background.


Related colors

Complementary color

Complementary color for #hex is #8C3446.


I love getcolorcode.com

Triadic colors

1 #B973CB and #CBB973 with #73CBB9 are triadic colors.

2 #B9CB73 and #CB73B9 with #73CBB9 are triadic colors.