COLOR #35BB84

HEX: #35BB84 RGB: (53,187,132)

Color info

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

RGB color model

#35BB84 color RGB value is (53,187,132).

RGB: (53,187,132) (21%, 73%, 52%)

RGB channels and saturation

R 53 of 255 = 21%
G 187 of 255 = 73%
B 132 of 255 = 52%

53
187
132

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

Portions of RGB colors in percentages

R + G + B = 53 + 187 + 132 = 372 (100%)
R 53 of 372 ~ 14.25%
G 187 of 372 ~ 50.27%
B 132 of 372 ~ 35.48'%

%14.25
%50.27
%35.48

CMYK color model

#35BB84 color CMYK value is (72,0,29,27).

  • cyan value is 71.66%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 26.67%

CMYK: (72,0,29,27)
C72M0Y29K27 (72%, 0%, 29%, 27%)
(0.72 / 0.00 / 0.29 / 0.27)

CMYK percentages

%71.66
%0
%29.41
%26.67

Codes

Color #35BB84 in popluar color models

35 BB 84
RGB 53 187 132
HSL 155° 55.83% 47.06%
HSB/HSV 155° 71.66% 73.33%
CMYK 71.66% 0.00% 29.41%
26.67%

Color #35BB84 in popluar number systems.

HEX 35 BB 84
Decimal 53 187 132
Binary 110101 10111011 10000100
Octal 65 273 204

Shades and tints

Shades of #35BB84

#35BB84
(53,187,132)
#31AA78
(49,170,120)
#2D996C
(45,153,108)
#298860
(41,136,96)
#257754
(37,119,84)
#216648
(33,102,72)
#1D553C
(29,85,60)
#194430
(25,68,48)
#153324
(21,51,36)
#112218
(17,34,24)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #35BB84

#35BB84
(53,187,132)
#47C18F
(71,193,143)
#59C79A
(89,199,154)
#6BCDA5
(107,205,165)
#7DD3B0
(125,211,176)
#8FD9BB
(143,217,187)
#A1DFC6
(161,223,198)
#B3E5D1
(179,229,209)
#C5EBDC
(197,235,220)
#D7F1E7
(215,241,231)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BB84 color. Also use rgb(53,187,132) instead hex code.

Text Font Color

.myTextColor { color: #35BB84; }

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

This text font color is #35BB84.

Background Color

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

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

This div background color is #35BB84.

Border color

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

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

This div border color is #35BB84.

Opacity

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

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

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

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

This text has shadow with #35BB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35BB84.

Preview

Color preview on black background

This text has color #35BB84 on black background.


Color preview on white background

This text has color #35BB84 on white background.


Black color preview on #35BB84 background

This text has black color on #35BB84 background.


White color preview on #35BB84 background

This text has white color on #35BB84 background.


Related colors

Complementary color

Complementary color for #hex is #CA447B.


I love getcolorcode.com

Triadic colors

1 #8435BB and #BB8435 with #35BB84 are triadic colors.

2 #84BB35 and #BB3584 with #35BB84 are triadic colors.