COLOR #35A18C

HEX: #35A18C
RGB: (53,161,140)

Color info

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

RGB color model

#35A18C color RGB value is (53,161,140).

  • red value is 53;
  • green value is 161;
  • blue value is 140.
RGB:
(53,161,140)
(21%,63%,55%)

RGB channels and saturation

R 53 of 255 = 21%
G 161 of 255 = 63%
B 140 of 255 = 55%

53
161
140

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

Portions of RGB colors in percentages

R + G + B =
53 + 161 + 140 = 354 (100%)
R 53 of 354 ~ 14.97%
G 161 of 354 ~ 45.48%
B 140 of 354 ~ 39.55%

%14.97
%45.48
%39.55

CMYK color model

#35A18C color CMYK value is (67,0,13,37).

  • cyan value is 67.08%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(67,0,13,37)
C67M0Y13K37 
(67%,0%,13%,37%)
(0.67/0.00/0.13/0.37)	

CMYK percentages

%67.08
%0
%13.04
%36.86

Codes

Color #35A18C in popluar color models

35A18C
RGB53161140
HSL168°50.47%41.96%
HSB/HSV168°67.08%63.14%
CMYK67.08%0.00%13.04%
36.86%

Color #35A18C in popluar number systems.

HEX35A18C
Decimal53161140
Binary1101011010000110001100
Octal65241214

Shades and tints

Shades of #35A18C

#35A18C
(53,161,140)
#319380
(49,147,128)
#2D8574
(45,133,116)
#297768
(41,119,104)
#25695C
(37,105,92)
#215B50
(33,91,80)
#1D4D44
(29,77,68)
#193F38
(25,63,56)
#15312C
(21,49,44)
#112320
(17,35,32)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #35A18C

#35A18C
(53,161,140)
#47A996
(71,169,150)
#59B1A0
(89,177,160)
#6BB9AA
(107,185,170)
#7DC1B4
(125,193,180)
#8FC9BE
(143,201,190)
#A1D1C8
(161,209,200)
#B3D9D2
(179,217,210)
#C5E1DC
(197,225,220)
#D7E9E6
(215,233,230)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A18C color. Also use rgb(53,161,140) instead hex code.

Text Font Color

.myTextColor { color: #35A18C; }

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

This text font color is #35A18C.


Background Color

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

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

This div background color is #35A18C.


Border color

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

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

This div border color is #35A18C.


Opacity

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

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

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

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

This text has shadow with #35A18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A18C on black background.


Color preview on white background

This text has color #35A18C on white background.



Black color preview on #35A18C background

This text has black color on #35A18C background.


White color preview on #35A18C background

This text has white color on #35A18C background.