COLOR #3FF9CC

HEX: #3FF9CC
RGB: (63,249,204)

Color info

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

RGB color model

#3FF9CC color RGB value is (63,249,204).

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

RGB channels and saturation

R 63 of 255 = 25%
G 249 of 255 = 98%
B 204 of 255 = 80%

63
249
204

R + G + B ~ 68%. #3FF9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
63 + 249 + 204 = 516 (100%)
R 63 of 516 ~ 12.21%
G 249 of 516 ~ 48.26%
B 204 of 516 ~ 39.53%

%12.21
%48.26
%39.53

CMYK color model

#3FF9CC color CMYK value is (75,0,18,2).

  • cyan value is 74.70%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(75,0,18,2)
C75M0Y18K2 
(75%,0%,18%,2%)
(0.75/0.00/0.18/0.02)	

CMYK percentages

%74.7
%0
%18.07
%2.35

Codes

Color #3FF9CC in popluar color models

3FF9CC
RGB63249204
HSL165°93.94%61.18%
HSB/HSV165°74.70%97.65%
CMYK74.70%0.00%18.07%
2.35%

Color #3FF9CC in popluar number systems.

HEX3FF9CC
Decimal63249204
Binary1111111111100111001100
Octal77371314

Shades and tints

Shades of #3FF9CC

#3FF9CC
(63,249,204)
#3AE3BA
(58,227,186)
#35CDA8
(53,205,168)
#30B796
(48,183,150)
#2BA184
(43,161,132)
#268B72
(38,139,114)
#217560
(33,117,96)
#1C5F4E
(28,95,78)
#17493C
(23,73,60)
#12332A
(18,51,42)
#0D1D18
(13,29,24)
#000000
(0,0,0)

Tints of #3FF9CC

#3FF9CC
(63,249,204)
#50F9D0
(80,249,208)
#61F9D4
(97,249,212)
#72F9D8
(114,249,216)
#83F9DC
(131,249,220)
#94F9E0
(148,249,224)
#A5F9E4
(165,249,228)
#B6F9E8
(182,249,232)
#C7F9EC
(199,249,236)
#D8F9F0
(216,249,240)
#E9F9F4
(233,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FF9CC color. Also use rgb(63,249,204) instead hex code.

Text Font Color

.myTextColor { color: #3FF9CC; }

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

This text font color is #3FF9CC.


Background Color

.myBgColor { background-color: #3FF9CC; }

<div style="background-color:#3FF9CC">Inner text</div>

This div background color is #3FF9CC.


Border color

.myBorderColor { border: 1px solid #3FF9CC; }

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

This div border color is #3FF9CC.


Opacity

.myOpacity80 { color: #3FF9CC; opacity: 0.8; }

<p style="color:#3FF9CC;opacity:0.8;">80%</p>

Text with #3FF9CC 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 #3FF9CC;}

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

This text has shadow with #3FF9CC color.

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

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

This text has shadow with #3FF9CC primary color and red secondary color.


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

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

This text has shadow with #3FF9CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FF9CC on black background.


Color preview on white background

This text has color #3FF9CC on white background.



Black color preview on #3FF9CC background

This text has black color on #3FF9CC background.


White color preview on #3FF9CC background

This text has white color on #3FF9CC background.