COLOR #35BE7E

HEX: #35BE7E RGB: (53,190,126)

Color info

#35BE7E contains mainly green color. Web safe color of #35BE7E is #33CC66 (or #3C6).

RGB color model

#35BE7E color RGB value is (53,190,126).

RGB: (53,190,126) (21%, 75%, 49%)

RGB channels and saturation

R 53 of 255 = 21%
G 190 of 255 = 75%
B 126 of 255 = 49%

53
190
126

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

Portions of RGB colors in percentages

R + G + B = 53 + 190 + 126 = 369 (100%)
R 53 of 369 ~ 14.36%
G 190 of 369 ~ 51.49%
B 126 of 369 ~ 34.15'%

%14.36
%51.49
%34.15

CMYK color model

#35BE7E color CMYK value is (72,0,34,25).

  • cyan value is 72.11%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%

CMYK: (72,0,34,25)
C72M0Y34K25 (72%, 0%, 34%, 25%)
(0.72 / 0.00 / 0.34 / 0.25)

CMYK percentages

%72.11
%0
%33.68
%25.49

Codes

Color #35BE7E in popluar color models

35 BE 7E
RGB 53 190 126
HSL 152° 56.38% 47.65%
HSB/HSV 152° 72.11% 74.51%
CMYK 72.11% 0.00% 33.68%
25.49%

Color #35BE7E in popluar number systems.

HEX 35 BE 7E
Decimal 53 190 126
Binary 110101 10111110 1111110
Octal 65 276 176

Shades and tints

Shades of #35BE7E

#35BE7E
(53,190,126)
#31AD73
(49,173,115)
#2D9C68
(45,156,104)
#298B5D
(41,139,93)
#257A52
(37,122,82)
#216947
(33,105,71)
#1D583C
(29,88,60)
#194731
(25,71,49)
#153626
(21,54,38)
#11251B
(17,37,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #35BE7E

#35BE7E
(53,190,126)
#47C389
(71,195,137)
#59C894
(89,200,148)
#6BCD9F
(107,205,159)
#7DD2AA
(125,210,170)
#8FD7B5
(143,215,181)
#A1DCC0
(161,220,192)
#B3E1CB
(179,225,203)
#C5E6D6
(197,230,214)
#D7EBE1
(215,235,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BE7E color. Also use rgb(53,190,126) instead hex code.

Text Font Color

.myTextColor { color: #35BE7E; }

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

This text font color is #35BE7E.

Background Color

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

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

This div background color is #35BE7E.

Border color

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

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

This div border color is #35BE7E.

Opacity

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

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

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

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

This text has shadow with #35BE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35BE7E.

Preview

Color preview on black background

This text has color #35BE7E on black background.


Color preview on white background

This text has color #35BE7E on white background.


Black color preview on #35BE7E background

This text has black color on #35BE7E background.


White color preview on #35BE7E background

This text has white color on #35BE7E background.


Related colors

Complementary color

Complementary color for #hex is #CA4181.


I love getcolorcode.com

Triadic colors

1 #7E35BE and #BE7E35 with #35BE7E are triadic colors.

2 #7EBE35 and #BE357E with #35BE7E are triadic colors.