COLOR #35C59A

HEX: #35C59A
RGB: (53,197,154)

Color info

#35C59A contains mainly green and blue colors. Web safe color of #35C59A is #33CC99 (or #3C9).

RGB color model

#35C59A color RGB value is (53,197,154).

  • red value is 53;
  • green value is 197;
  • blue value is 154.
RGB:
(53,197,154)
(21%,77%,60%)

RGB channels and saturation

R 53 of 255 = 21%
G 197 of 255 = 77%
B 154 of 255 = 60%

53
197
154

R + G + B ~ 53%. #35C59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 197 + 154 = 404 (100%)
R 53 of 404 ~ 13.12%
G 197 of 404 ~ 48.76%
B 154 of 404 ~ 38.12%

%13.12
%48.76
%38.12

CMYK color model

#35C59A color CMYK value is (73,0,22,23).

  • cyan value is 73.10%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(73,0,22,23)
C73M0Y22K23 
(73%,0%,22%,23%)
(0.73/0.00/0.22/0.23)	

CMYK percentages

%73.1
%0
%21.83
%22.75

Codes

Color #35C59A in popluar color models

35C59A
RGB53197154
HSL162°57.60%49.02%
HSB/HSV162°73.10%77.25%
CMYK73.10%0.00%21.83%
22.75%

Color #35C59A in popluar number systems.

HEX35C59A
Decimal53197154
Binary1101011100010110011010
Octal65305232

Shades and tints

Shades of #35C59A

#35C59A
(53,197,154)
#31B48C
(49,180,140)
#2DA37E
(45,163,126)
#299270
(41,146,112)
#258162
(37,129,98)
#217054
(33,112,84)
#1D5F46
(29,95,70)
#194E38
(25,78,56)
#153D2A
(21,61,42)
#112C1C
(17,44,28)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #35C59A

#35C59A
(53,197,154)
#47CAA3
(71,202,163)
#59CFAC
(89,207,172)
#6BD4B5
(107,212,181)
#7DD9BE
(125,217,190)
#8FDEC7
(143,222,199)
#A1E3D0
(161,227,208)
#B3E8D9
(179,232,217)
#C5EDE2
(197,237,226)
#D7F2EB
(215,242,235)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C59A color. Also use rgb(53,197,154) instead hex code.

Text Font Color

.myTextColor { color: #35C59A; }

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

This text font color is #35C59A.


Background Color

.myBgColor { background-color: #35C59A; }

<div style="background-color:#35C59A">Inner text</div>

This div background color is #35C59A.


Border color

.myBorderColor { border: 1px solid #35C59A; }

<div style="border:3px solid #35C59A">Div</div>

This div border color is #35C59A.


Opacity

.myOpacity80 { color: #35C59A; opacity: 0.8; }

<p style="color:#35C59A;opacity:0.8;">80%</p>

Text with #35C59A 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 #35C59A;}

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

This text has shadow with #35C59A color.

.textShadow {text-shadow: 3px 3px 1px #35C59A, 3px 3px 1px red;}

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

This text has shadow with #35C59A primary color and red secondary color.


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

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

This text has shadow with #35C59A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C59A on black background.


Color preview on white background

This text has color #35C59A on white background.



Black color preview on #35C59A background

This text has black color on #35C59A background.


White color preview on #35C59A background

This text has white color on #35C59A background.