COLOR #27EDC4

HEX: #27EDC4
RGB: (39,237,196)

Color info

#27EDC4 contains mainly green and blue colors. Web safe color of #27EDC4 is #33FFCC (or #3FC).

RGB color model

#27EDC4 color RGB value is (39,237,196).

  • red value is 39;
  • green value is 237;
  • blue value is 196.
RGB:
(39,237,196)
(15%,93%,77%)

RGB channels and saturation

R 39 of 255 = 15%
G 237 of 255 = 93%
B 196 of 255 = 77%

39
237
196

R + G + B ~ 62%. #27EDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
39 + 237 + 196 = 472 (100%)
R 39 of 472 ~ 8.26%
G 237 of 472 ~ 50.21%
B 196 of 472 ~ 41.53%

%50.21
%41.53

CMYK color model

#27EDC4 color CMYK value is (84,0,17,7).

  • cyan value is 83.54%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(84,0,17,7)
C84M0Y17K7 
(84%,0%,17%,7%)
(0.84/0.00/0.17/0.07)	

CMYK percentages

%83.54
%0
%17.3
%7.06

Codes

Color #27EDC4 in popluar color models

27EDC4
RGB39237196
HSL168°84.62%54.12%
HSB/HSV168°83.54%92.94%
CMYK83.54%0.00%17.30%
7.06%

Color #27EDC4 in popluar number systems.

HEX27EDC4
Decimal39237196
Binary1001111110110111000100
Octal47355304

Shades and tints

Shades of #27EDC4

#27EDC4
(39,237,196)
#24D8B3
(36,216,179)
#21C3A2
(33,195,162)
#1EAE91
(30,174,145)
#1B9980
(27,153,128)
#18846F
(24,132,111)
#156F5E
(21,111,94)
#125A4D
(18,90,77)
#0F453C
(15,69,60)
#0C302B
(12,48,43)
#091B1A
(9,27,26)
#000000
(0,0,0)

Tints of #27EDC4

#27EDC4
(39,237,196)
#3AEEC9
(58,238,201)
#4DEFCE
(77,239,206)
#60F0D3
(96,240,211)
#73F1D8
(115,241,216)
#86F2DD
(134,242,221)
#99F3E2
(153,243,226)
#ACF4E7
(172,244,231)
#BFF5EC
(191,245,236)
#D2F6F1
(210,246,241)
#E5F7F6
(229,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27EDC4 color. Also use rgb(39,237,196) instead hex code.

Text Font Color

.myTextColor { color: #27EDC4; }

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

This text font color is #27EDC4.


Background Color

.myBgColor { background-color: #27EDC4; }

<div style="background-color:#27EDC4">Inner text</div>

This div background color is #27EDC4.


Border color

.myBorderColor { border: 1px solid #27EDC4; }

<div style="border:3px solid #27EDC4">Div</div>

This div border color is #27EDC4.


Opacity

.myOpacity80 { color: #27EDC4; opacity: 0.8; }

<p style="color:#27EDC4;opacity:0.8;">80%</p>

Text with #27EDC4 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 #27EDC4;}

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

This text has shadow with #27EDC4 color.

.textShadow {text-shadow: 3px 3px 1px #27EDC4, 3px 3px 1px red;}

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

This text has shadow with #27EDC4 primary color and red secondary color.


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

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

This text has shadow with #27EDC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27EDC4 on black background.


Color preview on white background

This text has color #27EDC4 on white background.



Black color preview on #27EDC4 background

This text has black color on #27EDC4 background.


White color preview on #27EDC4 background

This text has white color on #27EDC4 background.