COLOR #17FAA3

HEX: #17FAA3
RGB: (23,250,163)

Color info

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

RGB color model

#17FAA3 color RGB value is (23,250,163).

  • red value is 23;
  • green value is 250;
  • blue value is 163.
RGB:
(23,250,163)
(9%,98%,64%)

RGB channels and saturation

R 23 of 255 = 9%
G 250 of 255 = 98%
B 163 of 255 = 64%

23
250
163

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

Portions of RGB colors in percentages

R + G + B =
23 + 250 + 163 = 436 (100%)
R 23 of 436 ~ 5.28%
G 250 of 436 ~ 57.34%
B 163 of 436 ~ 37.39%

%57.34
%37.39

CMYK color model

#17FAA3 color CMYK value is (91,0,35,2).

  • cyan value is 90.80%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 1.96%
CMYK:
(91,0,35,2)
C91M0Y35K2 
(91%,0%,35%,2%)
(0.91/0.00/0.35/0.02)	

CMYK percentages

%90.8
%0
%34.8
%1.96

Codes

Color #17FAA3 in popluar color models

17FAA3
RGB23250163
HSL157°95.78%53.53%
HSB/HSV157°90.80%98.04%
CMYK90.80%0.00%34.80%
1.96%

Color #17FAA3 in popluar number systems.

HEX17FAA3
Decimal23250163
Binary101111111101010100011
Octal27372243

Shades and tints

Shades of #17FAA3

#17FAA3
(23,250,163)
#15E495
(21,228,149)
#13CE87
(19,206,135)
#11B879
(17,184,121)
#0FA26B
(15,162,107)
#0D8C5D
(13,140,93)
#0B764F
(11,118,79)
#096041
(9,96,65)
#074A33
(7,74,51)
#053425
(5,52,37)
#031E17
(3,30,23)
#000000
(0,0,0)

Tints of #17FAA3

#17FAA3
(23,250,163)
#2CFAAB
(44,250,171)
#41FAB3
(65,250,179)
#56FABB
(86,250,187)
#6BFAC3
(107,250,195)
#80FACB
(128,250,203)
#95FAD3
(149,250,211)
#AAFADB
(170,250,219)
#BFFAE3
(191,250,227)
#D4FAEB
(212,250,235)
#E9FAF3
(233,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17FAA3 color. Also use rgb(23,250,163) instead hex code.

Text Font Color

.myTextColor { color: #17FAA3; }

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

This text font color is #17FAA3.


Background Color

.myBgColor { background-color: #17FAA3; }

<div style="background-color:#17FAA3">Inner text</div>

This div background color is #17FAA3.


Border color

.myBorderColor { border: 1px solid #17FAA3; }

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

This div border color is #17FAA3.


Opacity

.myOpacity80 { color: #17FAA3; opacity: 0.8; }

<p style="color:#17FAA3;opacity:0.8;">80%</p>

Text with #17FAA3 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 #17FAA3;}

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

This text has shadow with #17FAA3 color.

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

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

This text has shadow with #17FAA3 primary color and red secondary color.


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

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

This text has shadow with #17FAA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17FAA3 on black background.


Color preview on white background

This text has color #17FAA3 on white background.



Black color preview on #17FAA3 background

This text has black color on #17FAA3 background.


White color preview on #17FAA3 background

This text has white color on #17FAA3 background.