COLOR #73FAC7

HEX: #73FAC7
RGB: (115,250,199)

Color info

#73FAC7 contains mainly green and blue colors. Web safe color of #73FAC7 is #66FFCC (or #6FC).

RGB color model

#73FAC7 color RGB value is (115,250,199).

  • red value is 115;
  • green value is 250;
  • blue value is 199.
RGB:
(115,250,199)
(45%,98%,78%)

RGB channels and saturation

R 115 of 255 = 45%
G 250 of 255 = 98%
B 199 of 255 = 78%

115
250
199

R + G + B ~ 74%. #73FAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 250 + 199 = 564 (100%)
R 115 of 564 ~ 20.39%
G 250 of 564 ~ 44.33%
B 199 of 564 ~ 35.28%

%20.39
%44.33
%35.28

CMYK color model

#73FAC7 color CMYK value is (54,0,20,2).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(54,0,20,2)
C54M0Y20K2 
(54%,0%,20%,2%)
(0.54/0.00/0.20/0.02)	

CMYK percentages

%54
%0
%20.4
%1.96

Codes

Color #73FAC7 in popluar color models

73FAC7
RGB115250199
HSL157°93.10%71.57%
HSB/HSV157°54.00%98.04%
CMYK54.00%0.00%20.40%
1.96%

Color #73FAC7 in popluar number systems.

HEX73FAC7
Decimal115250199
Binary11100111111101011000111
Octal163372307

Shades and tints

Shades of #73FAC7

#73FAC7
(115,250,199)
#69E4B5
(105,228,181)
#5FCEA3
(95,206,163)
#55B891
(85,184,145)
#4BA27F
(75,162,127)
#418C6D
(65,140,109)
#37765B
(55,118,91)
#2D6049
(45,96,73)
#234A37
(35,74,55)
#193425
(25,52,37)
#0F1E13
(15,30,19)
#000000
(0,0,0)

Tints of #73FAC7

#73FAC7
(115,250,199)
#7FFACC
(127,250,204)
#8BFAD1
(139,250,209)
#97FAD6
(151,250,214)
#A3FADB
(163,250,219)
#AFFAE0
(175,250,224)
#BBFAE5
(187,250,229)
#C7FAEA
(199,250,234)
#D3FAEF
(211,250,239)
#DFFAF4
(223,250,244)
#EBFAF9
(235,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73FAC7 color. Also use rgb(115,250,199) instead hex code.

Text Font Color

.myTextColor { color: #73FAC7; }

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

This text font color is #73FAC7.


Background Color

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

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

This div background color is #73FAC7.


Border color

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

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

This div border color is #73FAC7.


Opacity

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

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

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

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

This text has shadow with #73FAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73FAC7 on black background.


Color preview on white background

This text has color #73FAC7 on white background.



Black color preview on #73FAC7 background

This text has black color on #73FAC7 background.


White color preview on #73FAC7 background

This text has white color on #73FAC7 background.