COLOR #73E0E0

HEX: #73E0E0
RGB: (115,224,224)

Color info

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

RGB color model

#73E0E0 color RGB value is (115,224,224).

  • red value is 115;
  • green value is 224;
  • blue value is 224.
RGB:
(115,224,224)
(45%,88%,88%)

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 224 of 255 = 88%

115
224
224

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

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 224 = 563 (100%)
R 115 of 563 ~ 20.43%
G 224 of 563 ~ 39.79%
B 224 of 563 ~ 39.79%

%20.43
%39.79
%39.79

CMYK color model

#73E0E0 color CMYK value is (49,0,0,12).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(49,0,0,12)
C49M0Y0K12 
(49%,0%,0%,12%)
(0.49/0.00/0.00/0.12)	

CMYK percentages

%48.66
%0
%0
%12.16

Codes

Color #73E0E0 in popluar color models

73E0E0
RGB115224224
HSL180°63.74%66.47%
HSB/HSV180°48.66%87.84%
CMYK48.66%0.00%0.00%
12.16%

Color #73E0E0 in popluar number systems.

HEX73E0E0
Decimal115224224
Binary11100111110000011100000
Octal163340340

Shades and tints

Shades of #73E0E0

#73E0E0
(115,224,224)
#69CCCC
(105,204,204)
#5FB8B8
(95,184,184)
#55A4A4
(85,164,164)
#4B9090
(75,144,144)
#417C7C
(65,124,124)
#376868
(55,104,104)
#2D5454
(45,84,84)
#234040
(35,64,64)
#192C2C
(25,44,44)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #73E0E0

#73E0E0
(115,224,224)
#7FE2E2
(127,226,226)
#8BE4E4
(139,228,228)
#97E6E6
(151,230,230)
#A3E8E8
(163,232,232)
#AFEAEA
(175,234,234)
#BBECEC
(187,236,236)
#C7EEEE
(199,238,238)
#D3F0F0
(211,240,240)
#DFF2F2
(223,242,242)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E0E0; }

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

This text font color is #73E0E0.


Background Color

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

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

This div background color is #73E0E0.


Border color

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

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

This div border color is #73E0E0.


Opacity

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

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

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

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

This text has shadow with #73E0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E0E0 on black background.


Color preview on white background

This text has color #73E0E0 on white background.



Black color preview on #73E0E0 background

This text has black color on #73E0E0 background.


White color preview on #73E0E0 background

This text has white color on #73E0E0 background.