COLOR #36D7E2

HEX: #36D7E2
RGB: (54,215,226)

Color info

#36D7E2 contains mainly green and blue colors. Web safe color of #36D7E2 is #33CCCC (or #3CC).

RGB color model

#36D7E2 color RGB value is (54,215,226).

  • red value is 54;
  • green value is 215;
  • blue value is 226.
RGB:
(54,215,226)
(21%,84%,89%)

RGB channels and saturation

R 54 of 255 = 21%
G 215 of 255 = 84%
B 226 of 255 = 89%

54
215
226

R + G + B ~ 65%. #36D7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
54 + 215 + 226 = 495 (100%)
R 54 of 495 ~ 10.91%
G 215 of 495 ~ 43.43%
B 226 of 495 ~ 45.66%

%10.91
%43.43
%45.66

CMYK color model

#36D7E2 color CMYK value is (76,5,0,11).

  • cyan value is 76.11%
  • magenta value is 4.87%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(76,5,0,11)
C76M5Y0K11 
(76%,5%,0%,11%)
(0.76/0.05/0.00/0.11)	

CMYK percentages

%76.11
%4.87
%0
%11.37

Codes

Color #36D7E2 in popluar color models

36D7E2
RGB54215226
HSL184°74.78%54.90%
HSB/HSV184°76.11%88.63%
CMYK76.11%4.87%0.00%
11.37%

Color #36D7E2 in popluar number systems.

HEX36D7E2
Decimal54215226
Binary1101101101011111100010
Octal66327342

Shades and tints

Shades of #36D7E2

#36D7E2
(54,215,226)
#32C4CE
(50,196,206)
#2EB1BA
(46,177,186)
#2A9EA6
(42,158,166)
#268B92
(38,139,146)
#22787E
(34,120,126)
#1E656A
(30,101,106)
#1A5256
(26,82,86)
#163F42
(22,63,66)
#122C2E
(18,44,46)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #36D7E2

#36D7E2
(54,215,226)
#48DAE4
(72,218,228)
#5ADDE6
(90,221,230)
#6CE0E8
(108,224,232)
#7EE3EA
(126,227,234)
#90E6EC
(144,230,236)
#A2E9EE
(162,233,238)
#B4ECF0
(180,236,240)
#C6EFF2
(198,239,242)
#D8F2F4
(216,242,244)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36D7E2 color. Also use rgb(54,215,226) instead hex code.

Text Font Color

.myTextColor { color: #36D7E2; }

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

This text font color is #36D7E2.


Background Color

.myBgColor { background-color: #36D7E2; }

<div style="background-color:#36D7E2">Inner text</div>

This div background color is #36D7E2.


Border color

.myBorderColor { border: 1px solid #36D7E2; }

<div style="border:3px solid #36D7E2">Div</div>

This div border color is #36D7E2.


Opacity

.myOpacity80 { color: #36D7E2; opacity: 0.8; }

<p style="color:#36D7E2;opacity:0.8;">80%</p>

Text with #36D7E2 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 #36D7E2;}

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

This text has shadow with #36D7E2 color.

.textShadow {text-shadow: 3px 3px 1px #36D7E2, 3px 3px 1px red;}

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

This text has shadow with #36D7E2 primary color and red secondary color.


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

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

This text has shadow with #36D7E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36D7E2 on black background.


Color preview on white background

This text has color #36D7E2 on white background.



Black color preview on #36D7E2 background

This text has black color on #36D7E2 background.


White color preview on #36D7E2 background

This text has white color on #36D7E2 background.