COLOR #04FAAA

HEX: #04FAAA
RGB: (4,250,170)

Color info

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

RGB color model

#04FAAA color RGB value is (4,250,170).

  • red value is 4;
  • green value is 250;
  • blue value is 170.
RGB:
(4,250,170)
(2%,98%,67%)

RGB channels and saturation

R 4 of 255 = 2%
G 250 of 255 = 98%
B 170 of 255 = 67%

4
250
170

R + G + B ~ 56%. #04FAAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 250 + 170 = 424 (100%)
R 4 of 424 ~ 0.94%
G 250 of 424 ~ 58.96%
B 170 of 424 ~ 40.09%

%58.96
%40.09

CMYK color model

#04FAAA color CMYK value is (98,0,32,2).

  • cyan value is 98.40%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 1.96%
CMYK:
(98,0,32,2)
C98M0Y32K2 
(98%,0%,32%,2%)
(0.98/0.00/0.32/0.02)	

CMYK percentages

%98.4
%0
%32
%1.96

Codes

Color #04FAAA in popluar color models

04FAAA
RGB4250170
HSL160°96.85%49.80%
HSB/HSV160°98.40%98.04%
CMYK98.40%0.00%32.00%
1.96%

Color #04FAAA in popluar number systems.

HEX04FAAA
Decimal4250170
Binary1001111101010101010
Octal4372252

Shades and tints

Shades of #04FAAA

#04FAAA
(4,250,170)
#04E49B
(4,228,155)
#04CE8C
(4,206,140)
#04B87D
(4,184,125)
#04A26E
(4,162,110)
#048C5F
(4,140,95)
#047650
(4,118,80)
#046041
(4,96,65)
#044A32
(4,74,50)
#043423
(4,52,35)
#041E14
(4,30,20)
#000000
(0,0,0)

Tints of #04FAAA

#04FAAA
(4,250,170)
#1AFAB1
(26,250,177)
#30FAB8
(48,250,184)
#46FABF
(70,250,191)
#5CFAC6
(92,250,198)
#72FACD
(114,250,205)
#88FAD4
(136,250,212)
#9EFADB
(158,250,219)
#B4FAE2
(180,250,226)
#CAFAE9
(202,250,233)
#E0FAF0
(224,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04FAAA color. Also use rgb(4,250,170) instead hex code.

Text Font Color

.myTextColor { color: #04FAAA; }

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

This text font color is #04FAAA.


Background Color

.myBgColor { background-color: #04FAAA; }

<div style="background-color:#04FAAA">Inner text</div>

This div background color is #04FAAA.


Border color

.myBorderColor { border: 1px solid #04FAAA; }

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

This div border color is #04FAAA.


Opacity

.myOpacity80 { color: #04FAAA; opacity: 0.8; }

<p style="color:#04FAAA;opacity:0.8;">80%</p>

Text with #04FAAA 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 #04FAAA;}

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

This text has shadow with #04FAAA color.

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

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

This text has shadow with #04FAAA primary color and red secondary color.


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

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

This text has shadow with #04FAAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04FAAA on black background.


Color preview on white background

This text has color #04FAAA on white background.



Black color preview on #04FAAA background

This text has black color on #04FAAA background.


White color preview on #04FAAA background

This text has white color on #04FAAA background.