COLOR #35D0A8

HEX: #35D0A8
RGB: (53,208,168)

Color info

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

RGB color model

#35D0A8 color RGB value is (53,208,168).

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

RGB channels and saturation

R 53 of 255 = 21%
G 208 of 255 = 82%
B 168 of 255 = 66%

53
208
168

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

Portions of RGB colors in percentages

R + G + B =
53 + 208 + 168 = 429 (100%)
R 53 of 429 ~ 12.35%
G 208 of 429 ~ 48.48%
B 168 of 429 ~ 39.16%

%12.35
%48.48
%39.16

CMYK color model

#35D0A8 color CMYK value is (75,0,19,18).

  • cyan value is 74.52%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 18.43%
CMYK:
(75,0,19,18)
C75M0Y19K18 
(75%,0%,19%,18%)
(0.75/0.00/0.19/0.18)	

CMYK percentages

%74.52
%0
%19.23
%18.43

Codes

Color #35D0A8 in popluar color models

35D0A8
RGB53208168
HSL165°62.25%51.18%
HSB/HSV165°74.52%81.57%
CMYK74.52%0.00%19.23%
18.43%

Color #35D0A8 in popluar number systems.

HEX35D0A8
Decimal53208168
Binary1101011101000010101000
Octal65320250

Shades and tints

Shades of #35D0A8

#35D0A8
(53,208,168)
#31BE99
(49,190,153)
#2DAC8A
(45,172,138)
#299A7B
(41,154,123)
#25886C
(37,136,108)
#21765D
(33,118,93)
#1D644E
(29,100,78)
#19523F
(25,82,63)
#154030
(21,64,48)
#112E21
(17,46,33)
#0D1C12
(13,28,18)
#000000
(0,0,0)

Tints of #35D0A8

#35D0A8
(53,208,168)
#47D4AF
(71,212,175)
#59D8B6
(89,216,182)
#6BDCBD
(107,220,189)
#7DE0C4
(125,224,196)
#8FE4CB
(143,228,203)
#A1E8D2
(161,232,210)
#B3ECD9
(179,236,217)
#C5F0E0
(197,240,224)
#D7F4E7
(215,244,231)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35D0A8; }

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

This text font color is #35D0A8.


Background Color

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

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

This div background color is #35D0A8.


Border color

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

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

This div border color is #35D0A8.


Opacity

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

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

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

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

This text has shadow with #35D0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35D0A8 on black background.


Color preview on white background

This text has color #35D0A8 on white background.



Black color preview on #35D0A8 background

This text has black color on #35D0A8 background.


White color preview on #35D0A8 background

This text has white color on #35D0A8 background.