COLOR #35CEA9

HEX: #35CEA9
RGB: (53,206,169)

Color info

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

RGB color model

#35CEA9 color RGB value is (53,206,169).

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

RGB channels and saturation

R 53 of 255 = 21%
G 206 of 255 = 81%
B 169 of 255 = 66%

53
206
169

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

Portions of RGB colors in percentages

R + G + B =
53 + 206 + 169 = 428 (100%)
R 53 of 428 ~ 12.38%
G 206 of 428 ~ 48.13%
B 169 of 428 ~ 39.49%

%12.38
%48.13
%39.49

CMYK color model

#35CEA9 color CMYK value is (74,0,18,19).

  • cyan value is 74.27%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(74,0,18,19)
C74M0Y18K19 
(74%,0%,18%,19%)
(0.74/0.00/0.18/0.19)	

CMYK percentages

%74.27
%0
%17.96
%19.22

Codes

Color #35CEA9 in popluar color models

35CEA9
RGB53206169
HSL165°60.96%50.78%
HSB/HSV165°74.27%80.78%
CMYK74.27%0.00%17.96%
19.22%

Color #35CEA9 in popluar number systems.

HEX35CEA9
Decimal53206169
Binary1101011100111010101001
Octal65316251

Shades and tints

Shades of #35CEA9

#35CEA9
(53,206,169)
#31BC9A
(49,188,154)
#2DAA8B
(45,170,139)
#29987C
(41,152,124)
#25866D
(37,134,109)
#21745E
(33,116,94)
#1D624F
(29,98,79)
#195040
(25,80,64)
#153E31
(21,62,49)
#112C22
(17,44,34)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #35CEA9

#35CEA9
(53,206,169)
#47D2B0
(71,210,176)
#59D6B7
(89,214,183)
#6BDABE
(107,218,190)
#7DDEC5
(125,222,197)
#8FE2CC
(143,226,204)
#A1E6D3
(161,230,211)
#B3EADA
(179,234,218)
#C5EEE1
(197,238,225)
#D7F2E8
(215,242,232)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35CEA9; }

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

This text font color is #35CEA9.


Background Color

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

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

This div background color is #35CEA9.


Border color

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

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

This div border color is #35CEA9.


Opacity

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

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

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

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

This text has shadow with #35CEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35CEA9 on black background.


Color preview on white background

This text has color #35CEA9 on white background.



Black color preview on #35CEA9 background

This text has black color on #35CEA9 background.


White color preview on #35CEA9 background

This text has white color on #35CEA9 background.