COLOR #93E0C0

HEX: #93E0C0 RGB: (147,224,192)

Color info

#93E0C0 contains mainly green and blue colors. Web safe color of #93E0C0 is #99CCCC (or #9CC).

RGB color model

#93E0C0 color RGB value is (147,224,192).

RGB: (147,224,192) (58%, 88%, 75%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 192 of 255 = 75%

147
224
192

R + G + B ~ 74%. #93E0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 224 + 192 = 563 (100%)
R 147 of 563 ~ 26.11%
G 224 of 563 ~ 39.79%
B 192 of 563 ~ 34.1'%

%26.11
%39.79
%34.1

CMYK color model

#93E0C0 color CMYK value is (34,0,14,12).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 12.16%

CMYK: (34,0,14,12)
C34M0Y14K12 (34%, 0%, 14%, 12%)
(0.34 / 0.00 / 0.14 / 0.12)

CMYK percentages

%34.38
%0
%14.29
%12.16

Codes

Color #93E0C0 in popluar color models

93 E0 C0
RGB 147 224 192
HSL 155° 55.40% 72.75%
HSB/HSV 155° 34.38% 87.84%
CMYK 34.38% 0.00% 14.29%
12.16%

Color #93E0C0 in popluar number systems.

HEX 93 E0 C0
Decimal 147 224 192
Binary 10010011 11100000 11000000
Octal 223 340 300

Shades and tints

Shades of #93E0C0

#93E0C0
(147,224,192)
#86CCAF
(134,204,175)
#79B89E
(121,184,158)
#6CA48D
(108,164,141)
#5F907C
(95,144,124)
#527C6B
(82,124,107)
#45685A
(69,104,90)
#385449
(56,84,73)
#2B4038
(43,64,56)
#1E2C27
(30,44,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #93E0C0

#93E0C0
(147,224,192)
#9CE2C5
(156,226,197)
#A5E4CA
(165,228,202)
#AEE6CF
(174,230,207)
#B7E8D4
(183,232,212)
#C0EAD9
(192,234,217)
#C9ECDE
(201,236,222)
#D2EEE3
(210,238,227)
#DBF0E8
(219,240,232)
#E4F2ED
(228,242,237)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E0C0 color. Also use rgb(147,224,192) instead hex code.

Text Font Color

.myTextColor { color: #93E0C0; }

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

This text font color is #93E0C0.

Background Color

.myBgColor { background-color: #93E0C0; }

<div style="background-color:#93E0C0">Inner text</div>

This div background color is #93E0C0.

Border color

.myBorderColor { border: 1px solid #93E0C0; }

<div style="border:3px solid #93E0C0">Div</div>

This div border color is #93E0C0.

Opacity

.myOpacity80 { color: #93E0C0; opacity: 0.8; }

<p style="color:#93E0C0;opacity:0.8;">80%</p>

Text with #93E0C0 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 #93E0C0;}

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

This text has shadow with #93E0C0 color.


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

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

This text has shadow with #93E0C0 primary color and red secondary color.


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

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

This text has shadow with #93E0C0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93E0C0.

Preview

Color preview on black background

This text has color #93E0C0 on black background.


Color preview on white background

This text has color #93E0C0 on white background.


Black color preview on #93E0C0 background

This text has black color on #93E0C0 background.


White color preview on #93E0C0 background

This text has white color on #93E0C0 background.


Related colors

Complementary color

Complementary color for #hex is #6C1F3F.


I love getcolorcode.com

Triadic colors

1 #C093E0 and #E0C093 with #93E0C0 are triadic colors.

2 #C0E093 and #E093C0 with #93E0C0 are triadic colors.