COLOR #35F9CC

HEX: #35F9CC
RGB: (53,249,204)

Color info

#35F9CC contains mainly green and blue colors. Web safe color of #35F9CC is #33FFCC (or #3FC).

RGB color model

#35F9CC color RGB value is (53,249,204).

  • red value is 53;
  • green value is 249;
  • blue value is 204.
RGB:
(53,249,204)
(21%,98%,80%)

RGB channels and saturation

R 53 of 255 = 21%
G 249 of 255 = 98%
B 204 of 255 = 80%

53
249
204

R + G + B ~ 66%. #35F9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
53 + 249 + 204 = 506 (100%)
R 53 of 506 ~ 10.47%
G 249 of 506 ~ 49.21%
B 204 of 506 ~ 40.32%

%10.47
%49.21
%40.32

CMYK color model

#35F9CC color CMYK value is (79,0,18,2).

  • cyan value is 78.71%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(79,0,18,2)
C79M0Y18K2 
(79%,0%,18%,2%)
(0.79/0.00/0.18/0.02)	

CMYK percentages

%78.71
%0
%18.07
%2.35

Codes

Color #35F9CC in popluar color models

35F9CC
RGB53249204
HSL166°94.23%59.22%
HSB/HSV166°78.71%97.65%
CMYK78.71%0.00%18.07%
2.35%

Color #35F9CC in popluar number systems.

HEX35F9CC
Decimal53249204
Binary1101011111100111001100
Octal65371314

Shades and tints

Shades of #35F9CC

#35F9CC
(53,249,204)
#31E3BA
(49,227,186)
#2DCDA8
(45,205,168)
#29B796
(41,183,150)
#25A184
(37,161,132)
#218B72
(33,139,114)
#1D7560
(29,117,96)
#195F4E
(25,95,78)
#15493C
(21,73,60)
#11332A
(17,51,42)
#0D1D18
(13,29,24)
#000000
(0,0,0)

Tints of #35F9CC

#35F9CC
(53,249,204)
#47F9D0
(71,249,208)
#59F9D4
(89,249,212)
#6BF9D8
(107,249,216)
#7DF9DC
(125,249,220)
#8FF9E0
(143,249,224)
#A1F9E4
(161,249,228)
#B3F9E8
(179,249,232)
#C5F9EC
(197,249,236)
#D7F9F0
(215,249,240)
#E9F9F4
(233,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35F9CC color. Also use rgb(53,249,204) instead hex code.

Text Font Color

.myTextColor { color: #35F9CC; }

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

This text font color is #35F9CC.


Background Color

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

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

This div background color is #35F9CC.


Border color

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

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

This div border color is #35F9CC.


Opacity

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

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

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

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

This text has shadow with #35F9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35F9CC on black background.


Color preview on white background

This text has color #35F9CC on white background.



Black color preview on #35F9CC background

This text has black color on #35F9CC background.


White color preview on #35F9CC background

This text has white color on #35F9CC background.