COLOR #04A494

HEX: #04A494
RGB: (4,164,148)

Color info

#04A494 contains mainly green and blue colors. Web safe color of #04A494 is #009999 (or #099).

RGB color model

#04A494 color RGB value is (4,164,148).

  • red value is 4;
  • green value is 164;
  • blue value is 148.
RGB:
(4,164,148)
(2%,64%,58%)

RGB channels and saturation

R 4 of 255 = 2%
G 164 of 255 = 64%
B 148 of 255 = 58%

4
164
148

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

Portions of RGB colors in percentages

R + G + B =
4 + 164 + 148 = 316 (100%)
R 4 of 316 ~ 1.27%
G 164 of 316 ~ 51.9%
B 148 of 316 ~ 46.84%

%51.9
%46.84

CMYK color model

#04A494 color CMYK value is (98,0,10,36).

  • cyan value is 97.56%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(98,0,10,36)
C98M0Y10K36 
(98%,0%,10%,36%)
(0.98/0.00/0.10/0.36)	

CMYK percentages

%97.56
%0
%9.76
%35.69

Codes

Color #04A494 in popluar color models

04A494
RGB4164148
HSL174°95.24%32.94%
HSB/HSV174°97.56%64.31%
CMYK97.56%0.00%9.76%
35.69%

Color #04A494 in popluar number systems.

HEX04A494
Decimal4164148
Binary1001010010010010100
Octal4244224

Shades and tints

Shades of #04A494

#04A494
(4,164,148)
#049687
(4,150,135)
#04887A
(4,136,122)
#047A6D
(4,122,109)
#046C60
(4,108,96)
#045E53
(4,94,83)
#045046
(4,80,70)
#044239
(4,66,57)
#04342C
(4,52,44)
#04261F
(4,38,31)
#041812
(4,24,18)
#000000
(0,0,0)

Tints of #04A494

#04A494
(4,164,148)
#1AAC9D
(26,172,157)
#30B4A6
(48,180,166)
#46BCAF
(70,188,175)
#5CC4B8
(92,196,184)
#72CCC1
(114,204,193)
#88D4CA
(136,212,202)
#9EDCD3
(158,220,211)
#B4E4DC
(180,228,220)
#CAECE5
(202,236,229)
#E0F4EE
(224,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A494 color. Also use rgb(4,164,148) instead hex code.

Text Font Color

.myTextColor { color: #04A494; }

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

This text font color is #04A494.


Background Color

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

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

This div background color is #04A494.


Border color

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

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

This div border color is #04A494.


Opacity

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

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

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

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

This text has shadow with #04A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A494 on black background.


Color preview on white background

This text has color #04A494 on white background.



Black color preview on #04A494 background

This text has black color on #04A494 background.


White color preview on #04A494 background

This text has white color on #04A494 background.