COLOR #04A991

HEX: #04A991
RGB: (4,169,145)

Color info

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

RGB color model

#04A991 color RGB value is (4,169,145).

  • red value is 4;
  • green value is 169;
  • blue value is 145.
RGB:
(4,169,145)
(2%,66%,57%)

RGB channels and saturation

R 4 of 255 = 2%
G 169 of 255 = 66%
B 145 of 255 = 57%

4
169
145

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

Portions of RGB colors in percentages

R + G + B =
4 + 169 + 145 = 318 (100%)
R 4 of 318 ~ 1.26%
G 169 of 318 ~ 53.14%
B 145 of 318 ~ 45.6%

%53.14
%45.6

CMYK color model

#04A991 color CMYK value is (98,0,14,34).

  • cyan value is 97.63%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(98,0,14,34)
C98M0Y14K34 
(98%,0%,14%,34%)
(0.98/0.00/0.14/0.34)	

CMYK percentages

%97.63
%0
%14.2
%33.73

Codes

Color #04A991 in popluar color models

04A991
RGB4169145
HSL171°95.38%33.92%
HSB/HSV171°97.63%66.27%
CMYK97.63%0.00%14.20%
33.73%

Color #04A991 in popluar number systems.

HEX04A991
Decimal4169145
Binary1001010100110010001
Octal4251221

Shades and tints

Shades of #04A991

#04A991
(4,169,145)
#049A84
(4,154,132)
#048B77
(4,139,119)
#047C6A
(4,124,106)
#046D5D
(4,109,93)
#045E50
(4,94,80)
#044F43
(4,79,67)
#044036
(4,64,54)
#043129
(4,49,41)
#04221C
(4,34,28)
#04130F
(4,19,15)
#000000
(0,0,0)

Tints of #04A991

#04A991
(4,169,145)
#1AB09B
(26,176,155)
#30B7A5
(48,183,165)
#46BEAF
(70,190,175)
#5CC5B9
(92,197,185)
#72CCC3
(114,204,195)
#88D3CD
(136,211,205)
#9EDAD7
(158,218,215)
#B4E1E1
(180,225,225)
#CAE8EB
(202,232,235)
#E0EFF5
(224,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A991 color. Also use rgb(4,169,145) instead hex code.

Text Font Color

.myTextColor { color: #04A991; }

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

This text font color is #04A991.


Background Color

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

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

This div background color is #04A991.


Border color

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

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

This div border color is #04A991.


Opacity

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

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

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

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

This text has shadow with #04A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A991 on black background.


Color preview on white background

This text has color #04A991 on white background.



Black color preview on #04A991 background

This text has black color on #04A991 background.


White color preview on #04A991 background

This text has white color on #04A991 background.