COLOR #35E2BD

HEX: #35E2BD
RGB: (53,226,189)

Color info

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

RGB color model

#35E2BD color RGB value is (53,226,189).

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

RGB channels and saturation

R 53 of 255 = 21%
G 226 of 255 = 89%
B 189 of 255 = 74%

53
226
189

R + G + B ~ 61%. #35E2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
53 + 226 + 189 = 468 (100%)
R 53 of 468 ~ 11.32%
G 226 of 468 ~ 48.29%
B 189 of 468 ~ 40.38%

%11.32
%48.29
%40.38

CMYK color model

#35E2BD color CMYK value is (77,0,16,11).

  • cyan value is 76.55%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(77,0,16,11)
C77M0Y16K11 
(77%,0%,16%,11%)
(0.77/0.00/0.16/0.11)	

CMYK percentages

%76.55
%0
%16.37
%11.37

Codes

Color #35E2BD in popluar color models

35E2BD
RGB53226189
HSL167°74.89%54.71%
HSB/HSV167°76.55%88.63%
CMYK76.55%0.00%16.37%
11.37%

Color #35E2BD in popluar number systems.

HEX35E2BD
Decimal53226189
Binary1101011110001010111101
Octal65342275

Shades and tints

Shades of #35E2BD

#35E2BD
(53,226,189)
#31CEAC
(49,206,172)
#2DBA9B
(45,186,155)
#29A68A
(41,166,138)
#259279
(37,146,121)
#217E68
(33,126,104)
#1D6A57
(29,106,87)
#195646
(25,86,70)
#154235
(21,66,53)
#112E24
(17,46,36)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #35E2BD

#35E2BD
(53,226,189)
#47E4C3
(71,228,195)
#59E6C9
(89,230,201)
#6BE8CF
(107,232,207)
#7DEAD5
(125,234,213)
#8FECDB
(143,236,219)
#A1EEE1
(161,238,225)
#B3F0E7
(179,240,231)
#C5F2ED
(197,242,237)
#D7F4F3
(215,244,243)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35E2BD; }

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

This text font color is #35E2BD.


Background Color

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

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

This div background color is #35E2BD.


Border color

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

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

This div border color is #35E2BD.


Opacity

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

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

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

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

This text has shadow with #35E2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35E2BD on black background.


Color preview on white background

This text has color #35E2BD on white background.



Black color preview on #35E2BD background

This text has black color on #35E2BD background.


White color preview on #35E2BD background

This text has white color on #35E2BD background.