COLOR #35E8C8

HEX: #35E8C8
RGB: (53,232,200)

Color info

#35E8C8 contains mainly green and blue colors. Web safe color of #35E8C8 is #33FFCC (or #3FC).

RGB color model

#35E8C8 color RGB value is (53,232,200).

  • red value is 53;
  • green value is 232;
  • blue value is 200.
RGB:
(53,232,200)
(21%,91%,78%)

RGB channels and saturation

R 53 of 255 = 21%
G 232 of 255 = 91%
B 200 of 255 = 78%

53
232
200

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

Portions of RGB colors in percentages

R + G + B =
53 + 232 + 200 = 485 (100%)
R 53 of 485 ~ 10.93%
G 232 of 485 ~ 47.84%
B 200 of 485 ~ 41.24%

%10.93
%47.84
%41.24

CMYK color model

#35E8C8 color CMYK value is (77,0,14,9).

  • cyan value is 77.16%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(77,0,14,9)
C77M0Y14K9 
(77%,0%,14%,9%)
(0.77/0.00/0.14/0.09)	

CMYK percentages

%77.16
%0
%13.79
%9.02

Codes

Color #35E8C8 in popluar color models

35E8C8
RGB53232200
HSL169°79.56%55.88%
HSB/HSV169°77.16%90.98%
CMYK77.16%0.00%13.79%
9.02%

Color #35E8C8 in popluar number systems.

HEX35E8C8
Decimal53232200
Binary1101011110100011001000
Octal65350310

Shades and tints

Shades of #35E8C8

#35E8C8
(53,232,200)
#31D3B6
(49,211,182)
#2DBEA4
(45,190,164)
#29A992
(41,169,146)
#259480
(37,148,128)
#217F6E
(33,127,110)
#1D6A5C
(29,106,92)
#19554A
(25,85,74)
#154038
(21,64,56)
#112B26
(17,43,38)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #35E8C8

#35E8C8
(53,232,200)
#47EACD
(71,234,205)
#59ECD2
(89,236,210)
#6BEED7
(107,238,215)
#7DF0DC
(125,240,220)
#8FF2E1
(143,242,225)
#A1F4E6
(161,244,230)
#B3F6EB
(179,246,235)
#C5F8F0
(197,248,240)
#D7FAF5
(215,250,245)
#E9FCFA
(233,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35E8C8 color. Also use rgb(53,232,200) instead hex code.

Text Font Color

.myTextColor { color: #35E8C8; }

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

This text font color is #35E8C8.


Background Color

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

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

This div background color is #35E8C8.


Border color

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

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

This div border color is #35E8C8.


Opacity

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

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

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

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

This text has shadow with #35E8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35E8C8 on black background.


Color preview on white background

This text has color #35E8C8 on white background.



Black color preview on #35E8C8 background

This text has black color on #35E8C8 background.


White color preview on #35E8C8 background

This text has white color on #35E8C8 background.