COLOR #04B1A9

HEX: #04B1A9
RGB: (4,177,169)

Color info

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

RGB color model

#04B1A9 color RGB value is (4,177,169).

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

RGB channels and saturation

R 4 of 255 = 2%
G 177 of 255 = 69%
B 169 of 255 = 66%

4
177
169

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

Portions of RGB colors in percentages

R + G + B =
4 + 177 + 169 = 350 (100%)
R 4 of 350 ~ 1.14%
G 177 of 350 ~ 50.57%
B 169 of 350 ~ 48.29%

%50.57
%48.29

CMYK color model

#04B1A9 color CMYK value is (98,0,5,31).

  • cyan value is 97.74%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(98,0,5,31)
C98M0Y5K31 
(98%,0%,5%,31%)
(0.98/0.00/0.05/0.31)	

CMYK percentages

%97.74
%0
%4.52
%30.59

Codes

Color #04B1A9 in popluar color models

04B1A9
RGB4177169
HSL177°95.58%35.49%
HSB/HSV177°97.74%69.41%
CMYK97.74%0.00%4.52%
30.59%

Color #04B1A9 in popluar number systems.

HEX04B1A9
Decimal4177169
Binary1001011000110101001
Octal4261251

Shades and tints

Shades of #04B1A9

#04B1A9
(4,177,169)
#04A19A
(4,161,154)
#04918B
(4,145,139)
#04817C
(4,129,124)
#04716D
(4,113,109)
#04615E
(4,97,94)
#04514F
(4,81,79)
#044140
(4,65,64)
#043131
(4,49,49)
#042122
(4,33,34)
#041113
(4,17,19)
#000000
(0,0,0)

Tints of #04B1A9

#04B1A9
(4,177,169)
#1AB8B0
(26,184,176)
#30BFB7
(48,191,183)
#46C6BE
(70,198,190)
#5CCDC5
(92,205,197)
#72D4CC
(114,212,204)
#88DBD3
(136,219,211)
#9EE2DA
(158,226,218)
#B4E9E1
(180,233,225)
#CAF0E8
(202,240,232)
#E0F7EF
(224,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04B1A9; }

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

This text font color is #04B1A9.


Background Color

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

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

This div background color is #04B1A9.


Border color

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

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

This div border color is #04B1A9.


Opacity

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

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

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

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

This text has shadow with #04B1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04B1A9 on black background.


Color preview on white background

This text has color #04B1A9 on white background.



Black color preview on #04B1A9 background

This text has black color on #04B1A9 background.


White color preview on #04B1A9 background

This text has white color on #04B1A9 background.