COLOR #35B5A9

HEX: #35B5A9
RGB: (53,181,169)

Color info

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

RGB color model

#35B5A9 color RGB value is (53,181,169).

  • red value is 53;
  • green value is 181;
  • blue value is 169.
RGB:
(53,181,169)
(21%,71%,66%)

RGB channels and saturation

R 53 of 255 = 21%
G 181 of 255 = 71%
B 169 of 255 = 66%

53
181
169

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

Portions of RGB colors in percentages

R + G + B =
53 + 181 + 169 = 403 (100%)
R 53 of 403 ~ 13.15%
G 181 of 403 ~ 44.91%
B 169 of 403 ~ 41.94%

%13.15
%44.91
%41.94

CMYK color model

#35B5A9 color CMYK value is (71,0,7,29).

  • cyan value is 70.72%
  • magenta value is 0.00%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK:
(71,0,7,29)
C71M0Y7K29 
(71%,0%,7%,29%)
(0.71/0.00/0.07/0.29)	

CMYK percentages

%70.72
%0
%6.63
%29.02

Codes

Color #35B5A9 in popluar color models

35B5A9
RGB53181169
HSL174°54.70%45.88%
HSB/HSV174°70.72%70.98%
CMYK70.72%0.00%6.63%
29.02%

Color #35B5A9 in popluar number systems.

HEX35B5A9
Decimal53181169
Binary1101011011010110101001
Octal65265251

Shades and tints

Shades of #35B5A9

#35B5A9
(53,181,169)
#31A59A
(49,165,154)
#2D958B
(45,149,139)
#29857C
(41,133,124)
#25756D
(37,117,109)
#21655E
(33,101,94)
#1D554F
(29,85,79)
#194540
(25,69,64)
#153531
(21,53,49)
#112522
(17,37,34)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #35B5A9

#35B5A9
(53,181,169)
#47BBB0
(71,187,176)
#59C1B7
(89,193,183)
#6BC7BE
(107,199,190)
#7DCDC5
(125,205,197)
#8FD3CC
(143,211,204)
#A1D9D3
(161,217,211)
#B3DFDA
(179,223,218)
#C5E5E1
(197,229,225)
#D7EBE8
(215,235,232)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B5A9 color. Also use rgb(53,181,169) instead hex code.

Text Font Color

.myTextColor { color: #35B5A9; }

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

This text font color is #35B5A9.


Background Color

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

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

This div background color is #35B5A9.


Border color

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

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

This div border color is #35B5A9.


Opacity

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

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

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

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

This text has shadow with #35B5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B5A9 on black background.


Color preview on white background

This text has color #35B5A9 on white background.



Black color preview on #35B5A9 background

This text has black color on #35B5A9 background.


White color preview on #35B5A9 background

This text has white color on #35B5A9 background.