COLOR #35E2C6

HEX: #35E2C6
RGB: (53,226,198)

Color info

#35E2C6 contains mainly green and blue colors. Web safe color of #35E2C6 is #33CCCC (or #3CC).

RGB color model

#35E2C6 color RGB value is (53,226,198).

  • red value is 53;
  • green value is 226;
  • blue value is 198.
RGB:
(53,226,198)
(21%,89%,78%)

RGB channels and saturation

R 53 of 255 = 21%
G 226 of 255 = 89%
B 198 of 255 = 78%

53
226
198

R + G + B ~ 63%. #35E2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
53 + 226 + 198 = 477 (100%)
R 53 of 477 ~ 11.11%
G 226 of 477 ~ 47.38%
B 198 of 477 ~ 41.51%

%11.11
%47.38
%41.51

CMYK color model

#35E2C6 color CMYK value is (77,0,12,11).

  • cyan value is 76.55%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(77,0,12,11)
C77M0Y12K11 
(77%,0%,12%,11%)
(0.77/0.00/0.12/0.11)	

CMYK percentages

%76.55
%0
%12.39
%11.37

Codes

Color #35E2C6 in popluar color models

35E2C6
RGB53226198
HSL170°74.89%54.71%
HSB/HSV170°76.55%88.63%
CMYK76.55%0.00%12.39%
11.37%

Color #35E2C6 in popluar number systems.

HEX35E2C6
Decimal53226198
Binary1101011110001011000110
Octal65342306

Shades and tints

Shades of #35E2C6

#35E2C6
(53,226,198)
#31CEB4
(49,206,180)
#2DBAA2
(45,186,162)
#29A690
(41,166,144)
#25927E
(37,146,126)
#217E6C
(33,126,108)
#1D6A5A
(29,106,90)
#195648
(25,86,72)
#154236
(21,66,54)
#112E24
(17,46,36)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #35E2C6

#35E2C6
(53,226,198)
#47E4CB
(71,228,203)
#59E6D0
(89,230,208)
#6BE8D5
(107,232,213)
#7DEADA
(125,234,218)
#8FECDF
(143,236,223)
#A1EEE4
(161,238,228)
#B3F0E9
(179,240,233)
#C5F2EE
(197,242,238)
#D7F4F3
(215,244,243)
#E9F6F8
(233,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35E2C6 color. Also use rgb(53,226,198) instead hex code.

Text Font Color

.myTextColor { color: #35E2C6; }

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

This text font color is #35E2C6.


Background Color

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

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

This div background color is #35E2C6.


Border color

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

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

This div border color is #35E2C6.


Opacity

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

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

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

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

This text has shadow with #35E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35E2C6 on black background.


Color preview on white background

This text has color #35E2C6 on white background.



Black color preview on #35E2C6 background

This text has black color on #35E2C6 background.


White color preview on #35E2C6 background

This text has white color on #35E2C6 background.