COLOR #36A699

HEX: #36A699
RGB: (54,166,153)

Color info

#36A699 contains mainly green and blue colors. Web safe color of #36A699 is #339999 (or #399).

RGB color model

#36A699 color RGB value is (54,166,153).

  • red value is 54;
  • green value is 166;
  • blue value is 153.
RGB:
(54,166,153)
(21%,65%,60%)

RGB channels and saturation

R 54 of 255 = 21%
G 166 of 255 = 65%
B 153 of 255 = 60%

54
166
153

R + G + B ~ 49%. #36A699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 166 + 153 = 373 (100%)
R 54 of 373 ~ 14.48%
G 166 of 373 ~ 44.5%
B 153 of 373 ~ 41.02%

%14.48
%44.5
%41.02

CMYK color model

#36A699 color CMYK value is (67,0,8,35).

  • cyan value is 67.47%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(67,0,8,35)
C67M0Y8K35 
(67%,0%,8%,35%)
(0.67/0.00/0.08/0.35)	

CMYK percentages

%67.47
%0
%7.83
%34.9

Codes

Color #36A699 in popluar color models

36A699
RGB54166153
HSL173°50.91%43.14%
HSB/HSV173°67.47%65.10%
CMYK67.47%0.00%7.83%
34.90%

Color #36A699 in popluar number systems.

HEX36A699
Decimal54166153
Binary1101101010011010011001
Octal66246231

Shades and tints

Shades of #36A699

#36A699
(54,166,153)
#32978C
(50,151,140)
#2E887F
(46,136,127)
#2A7972
(42,121,114)
#266A65
(38,106,101)
#225B58
(34,91,88)
#1E4C4B
(30,76,75)
#1A3D3E
(26,61,62)
#162E31
(22,46,49)
#121F24
(18,31,36)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #36A699

#36A699
(54,166,153)
#48AEA2
(72,174,162)
#5AB6AB
(90,182,171)
#6CBEB4
(108,190,180)
#7EC6BD
(126,198,189)
#90CEC6
(144,206,198)
#A2D6CF
(162,214,207)
#B4DED8
(180,222,216)
#C6E6E1
(198,230,225)
#D8EEEA
(216,238,234)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36A699 color. Also use rgb(54,166,153) instead hex code.

Text Font Color

.myTextColor { color: #36A699; }

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

This text font color is #36A699.


Background Color

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

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

This div background color is #36A699.


Border color

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

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

This div border color is #36A699.


Opacity

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

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

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

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

This text has shadow with #36A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36A699 on black background.


Color preview on white background

This text has color #36A699 on white background.



Black color preview on #36A699 background

This text has black color on #36A699 background.


White color preview on #36A699 background

This text has white color on #36A699 background.