COLOR #73CFC9

HEX: #73CFC9
RGB: (115,207,201)

Color info

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

RGB color model

#73CFC9 color RGB value is (115,207,201).

  • red value is 115;
  • green value is 207;
  • blue value is 201.
RGB:
(115,207,201)
(45%,81%,79%)

RGB channels and saturation

R 115 of 255 = 45%
G 207 of 255 = 81%
B 201 of 255 = 79%

115
207
201

R + G + B ~ 68%. #73CFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 207 + 201 = 523 (100%)
R 115 of 523 ~ 21.99%
G 207 of 523 ~ 39.58%
B 201 of 523 ~ 38.43%

%21.99
%39.58
%38.43

CMYK color model

#73CFC9 color CMYK value is (44,0,3,19).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(44,0,3,19)
C44M0Y3K19 
(44%,0%,3%,19%)
(0.44/0.00/0.03/0.19)	

CMYK percentages

%44.44
%0
%2.9
%18.82

Codes

Color #73CFC9 in popluar color models

73CFC9
RGB115207201
HSL176°48.94%63.14%
HSB/HSV176°44.44%81.18%
CMYK44.44%0.00%2.90%
18.82%

Color #73CFC9 in popluar number systems.

HEX73CFC9
Decimal115207201
Binary11100111100111111001001
Octal163317311

Shades and tints

Shades of #73CFC9

#73CFC9
(115,207,201)
#69BDB7
(105,189,183)
#5FABA5
(95,171,165)
#559993
(85,153,147)
#4B8781
(75,135,129)
#41756F
(65,117,111)
#37635D
(55,99,93)
#2D514B
(45,81,75)
#233F39
(35,63,57)
#192D27
(25,45,39)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #73CFC9

#73CFC9
(115,207,201)
#7FD3CD
(127,211,205)
#8BD7D1
(139,215,209)
#97DBD5
(151,219,213)
#A3DFD9
(163,223,217)
#AFE3DD
(175,227,221)
#BBE7E1
(187,231,225)
#C7EBE5
(199,235,229)
#D3EFE9
(211,239,233)
#DFF3ED
(223,243,237)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CFC9; }

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

This text font color is #73CFC9.


Background Color

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

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

This div background color is #73CFC9.


Border color

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

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

This div border color is #73CFC9.


Opacity

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

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

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

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

This text has shadow with #73CFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CFC9 on black background.


Color preview on white background

This text has color #73CFC9 on white background.



Black color preview on #73CFC9 background

This text has black color on #73CFC9 background.


White color preview on #73CFC9 background

This text has white color on #73CFC9 background.