COLOR #35A889

HEX: #35A889
RGB: (53,168,137)

Color info

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

RGB color model

#35A889 color RGB value is (53,168,137).

  • red value is 53;
  • green value is 168;
  • blue value is 137.
RGB:
(53,168,137)
(21%,66%,54%)

RGB channels and saturation

R 53 of 255 = 21%
G 168 of 255 = 66%
B 137 of 255 = 54%

53
168
137

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

Portions of RGB colors in percentages

R + G + B =
53 + 168 + 137 = 358 (100%)
R 53 of 358 ~ 14.8%
G 168 of 358 ~ 46.93%
B 137 of 358 ~ 38.27%

%14.8
%46.93
%38.27

CMYK color model

#35A889 color CMYK value is (68,0,18,34).

  • cyan value is 68.45%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(68,0,18,34)
C68M0Y18K34 
(68%,0%,18%,34%)
(0.68/0.00/0.18/0.34)	

CMYK percentages

%68.45
%0
%18.45
%34.12

Codes

Color #35A889 in popluar color models

35A889
RGB53168137
HSL164°52.04%43.33%
HSB/HSV164°68.45%65.88%
CMYK68.45%0.00%18.45%
34.12%

Color #35A889 in popluar number systems.

HEX35A889
Decimal53168137
Binary1101011010100010001001
Octal65250211

Shades and tints

Shades of #35A889

#35A889
(53,168,137)
#31997D
(49,153,125)
#2D8A71
(45,138,113)
#297B65
(41,123,101)
#256C59
(37,108,89)
#215D4D
(33,93,77)
#1D4E41
(29,78,65)
#193F35
(25,63,53)
#153029
(21,48,41)
#11211D
(17,33,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #35A889

#35A889
(53,168,137)
#47AF93
(71,175,147)
#59B69D
(89,182,157)
#6BBDA7
(107,189,167)
#7DC4B1
(125,196,177)
#8FCBBB
(143,203,187)
#A1D2C5
(161,210,197)
#B3D9CF
(179,217,207)
#C5E0D9
(197,224,217)
#D7E7E3
(215,231,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A889 color. Also use rgb(53,168,137) instead hex code.

Text Font Color

.myTextColor { color: #35A889; }

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

This text font color is #35A889.


Background Color

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

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

This div background color is #35A889.


Border color

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

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

This div border color is #35A889.


Opacity

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

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

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

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

This text has shadow with #35A889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A889 on black background.


Color preview on white background

This text has color #35A889 on white background.



Black color preview on #35A889 background

This text has black color on #35A889 background.


White color preview on #35A889 background

This text has white color on #35A889 background.