COLOR #13FCB0

HEX: #13FCB0
RGB: (19,252,176)

Color info

#13FCB0 contains mainly green color. Web safe color of #13FCB0 is #00FF99 (or #0F9).

RGB color model

#13FCB0 color RGB value is (19,252,176).

  • red value is 19;
  • green value is 252;
  • blue value is 176.
RGB:
(19,252,176)
(7%,99%,69%)

RGB channels and saturation

R 19 of 255 = 7%
G 252 of 255 = 99%
B 176 of 255 = 69%

19
252
176

R + G + B ~ 58%. #13FCB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 252 + 176 = 447 (100%)
R 19 of 447 ~ 4.25%
G 252 of 447 ~ 56.38%
B 176 of 447 ~ 39.37%

%56.38
%39.37

CMYK color model

#13FCB0 color CMYK value is (92,0,30,1).

  • cyan value is 92.46%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(92,0,30,1)
C92M0Y30K1 
(92%,0%,30%,1%)
(0.92/0.00/0.30/0.01)	

CMYK percentages

%92.46
%0
%30.16
%1.18

Codes

Color #13FCB0 in popluar color models

13FCB0
RGB19252176
HSL160°97.49%53.14%
HSB/HSV160°92.46%98.82%
CMYK92.46%0.00%30.16%
1.18%

Color #13FCB0 in popluar number systems.

HEX13FCB0
Decimal19252176
Binary100111111110010110000
Octal23374260

Shades and tints

Shades of #13FCB0

#13FCB0
(19,252,176)
#12E6A0
(18,230,160)
#11D090
(17,208,144)
#10BA80
(16,186,128)
#0FA470
(15,164,112)
#0E8E60
(14,142,96)
#0D7850
(13,120,80)
#0C6240
(12,98,64)
#0B4C30
(11,76,48)
#0A3620
(10,54,32)
#092010
(9,32,16)
#000000
(0,0,0)

Tints of #13FCB0

#13FCB0
(19,252,176)
#28FCB7
(40,252,183)
#3DFCBE
(61,252,190)
#52FCC5
(82,252,197)
#67FCCC
(103,252,204)
#7CFCD3
(124,252,211)
#91FCDA
(145,252,218)
#A6FCE1
(166,252,225)
#BBFCE8
(187,252,232)
#D0FCEF
(208,252,239)
#E5FCF6
(229,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13FCB0 color. Also use rgb(19,252,176) instead hex code.

Text Font Color

.myTextColor { color: #13FCB0; }

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

This text font color is #13FCB0.


Background Color

.myBgColor { background-color: #13FCB0; }

<div style="background-color:#13FCB0">Inner text</div>

This div background color is #13FCB0.


Border color

.myBorderColor { border: 1px solid #13FCB0; }

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

This div border color is #13FCB0.


Opacity

.myOpacity80 { color: #13FCB0; opacity: 0.8; }

<p style="color:#13FCB0;opacity:0.8;">80%</p>

Text with #13FCB0 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 #13FCB0;}

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

This text has shadow with #13FCB0 color.

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

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

This text has shadow with #13FCB0 primary color and red secondary color.


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

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

This text has shadow with #13FCB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13FCB0 on black background.


Color preview on white background

This text has color #13FCB0 on white background.



Black color preview on #13FCB0 background

This text has black color on #13FCB0 background.


White color preview on #13FCB0 background

This text has white color on #13FCB0 background.