COLOR #35C6AC

HEX: #35C6AC RGB: (53,198,172)

Color info

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

RGB color model

#35C6AC color RGB value is (53,198,172).

RGB: (53,198,172) (21%, 78%, 67%)

RGB channels and saturation

R 53 of 255 = 21%
G 198 of 255 = 78%
B 172 of 255 = 67%

53
198
172

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

Portions of RGB colors in percentages

R + G + B = 53 + 198 + 172 = 423 (100%)
R 53 of 423 ~ 12.53%
G 198 of 423 ~ 46.81%
B 172 of 423 ~ 40.66'%

%12.53
%46.81
%40.66

CMYK color model

#35C6AC color CMYK value is (73,0,13,22).

  • cyan value is 73.23%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (73,0,13,22) C73M0Y13K22 (73%,0%,13%,22%) (0.73/0.00/0.13/0.22) 

CMYK percentages

%73.23
%0
%13.13
%22.35

Codes

Color #35C6AC in popluar color models

35 C6 AC
RGB 53 198 172
HSL 169° 57.77% 49.22%
HSB/HSV 169° 73.23% 77.65%
CMYK 73.23% 0.00% 13.13%
22.35%

Color #35C6AC in popluar number systems.

HEX 35 C6 AC
Decimal 53 198 172
Binary 110101 11000110 10101100
Octal 65 306 254

Shades and tints

Shades of #35C6AC

#35C6AC
(53,198,172)
#31B49D
(49,180,157)
#2DA28E
(45,162,142)
#29907F
(41,144,127)
#257E70
(37,126,112)
#216C61
(33,108,97)
#1D5A52
(29,90,82)
#194843
(25,72,67)
#153634
(21,54,52)
#112425
(17,36,37)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #35C6AC

#35C6AC
(53,198,172)
#47CBB3
(71,203,179)
#59D0BA
(89,208,186)
#6BD5C1
(107,213,193)
#7DDAC8
(125,218,200)
#8FDFCF
(143,223,207)
#A1E4D6
(161,228,214)
#B3E9DD
(179,233,221)
#C5EEE4
(197,238,228)
#D7F3EB
(215,243,235)
#E9F8F2
(233,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35C6AC; }

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

This text font color is #35C6AC.

Background Color

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

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

This div background color is #35C6AC.

Border color

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

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

This div border color is #35C6AC.

Opacity

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

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

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

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

This text has shadow with #35C6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35C6AC.

Preview

Color preview on black background

This text has color #35C6AC on black background.


Color preview on white background

This text has color #35C6AC on white background.


Black color preview on #35C6AC background

This text has black color on #35C6AC background.


White color preview on #35C6AC background

This text has white color on #35C6AC background.


Related colors

Complementary color

Complementary color for #hex is #CA3953.


I love getcolorcode.com

Triadic colors

1 #AC35C6 and #C6AC35 with #35C6AC are triadic colors.

2 #ACC635 and #C635AC with #35C6AC are triadic colors.