COLOR #35C0C3

HEX: #35C0C3
RGB: (53,192,195)

Color info

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

RGB color model

#35C0C3 color RGB value is (53,192,195).

  • red value is 53;
  • green value is 192;
  • blue value is 195.
RGB:
(53,192,195)
(21%,75%,76%)

RGB channels and saturation

R 53 of 255 = 21%
G 192 of 255 = 75%
B 195 of 255 = 76%

53
192
195

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

Portions of RGB colors in percentages

R + G + B =
53 + 192 + 195 = 440 (100%)
R 53 of 440 ~ 12.05%
G 192 of 440 ~ 43.64%
B 195 of 440 ~ 44.32%

%12.05
%43.64
%44.32

CMYK color model

#35C0C3 color CMYK value is (73,2,0,24).

  • cyan value is 72.82%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(73,2,0,24)
C73M2Y0K24 
(73%,2%,0%,24%)
(0.73/0.02/0.00/0.24)	

CMYK percentages

%72.82
%1.54
%0
%23.53

Codes

Color #35C0C3 in popluar color models

35C0C3
RGB53192195
HSL181°57.26%48.63%
HSB/HSV181°72.82%76.47%
CMYK72.82%1.54%0.00%
23.53%

Color #35C0C3 in popluar number systems.

HEX35C0C3
Decimal53192195
Binary1101011100000011000011
Octal65300303

Shades and tints

Shades of #35C0C3

#35C0C3
(53,192,195)
#31AFB2
(49,175,178)
#2D9EA1
(45,158,161)
#298D90
(41,141,144)
#257C7F
(37,124,127)
#216B6E
(33,107,110)
#1D5A5D
(29,90,93)
#19494C
(25,73,76)
#15383B
(21,56,59)
#11272A
(17,39,42)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #35C0C3

#35C0C3
(53,192,195)
#47C5C8
(71,197,200)
#59CACD
(89,202,205)
#6BCFD2
(107,207,210)
#7DD4D7
(125,212,215)
#8FD9DC
(143,217,220)
#A1DEE1
(161,222,225)
#B3E3E6
(179,227,230)
#C5E8EB
(197,232,235)
#D7EDF0
(215,237,240)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C0C3 color. Also use rgb(53,192,195) instead hex code.

Text Font Color

.myTextColor { color: #35C0C3; }

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

This text font color is #35C0C3.


Background Color

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

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

This div background color is #35C0C3.


Border color

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

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

This div border color is #35C0C3.


Opacity

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

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

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

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

This text has shadow with #35C0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C0C3 on black background.


Color preview on white background

This text has color #35C0C3 on white background.



Black color preview on #35C0C3 background

This text has black color on #35C0C3 background.


White color preview on #35C0C3 background

This text has white color on #35C0C3 background.