COLOR #04BAAA

HEX: #04BAAA
RGB: (4,186,170)

Color info

#04BAAA contains mainly green and blue colors. Web safe color of #04BAAA is #00CC99 (or #0C9).

RGB color model

#04BAAA color RGB value is (4,186,170).

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

RGB channels and saturation

R 4 of 255 = 2%
G 186 of 255 = 73%
B 170 of 255 = 67%

4
186
170

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

Portions of RGB colors in percentages

R + G + B =
4 + 186 + 170 = 360 (100%)
R 4 of 360 ~ 1.11%
G 186 of 360 ~ 51.67%
B 170 of 360 ~ 47.22%

%51.67
%47.22

CMYK color model

#04BAAA color CMYK value is (98,0,9,27).

  • cyan value is 97.85%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(98,0,9,27)
C98M0Y9K27 
(98%,0%,9%,27%)
(0.98/0.00/0.09/0.27)	

CMYK percentages

%97.85
%0
%8.6
%27.06

Codes

Color #04BAAA in popluar color models

04BAAA
RGB4186170
HSL175°95.79%37.25%
HSB/HSV175°97.85%72.94%
CMYK97.85%0.00%8.60%
27.06%

Color #04BAAA in popluar number systems.

HEX04BAAA
Decimal4186170
Binary1001011101010101010
Octal4272252

Shades and tints

Shades of #04BAAA

#04BAAA
(4,186,170)
#04AA9B
(4,170,155)
#049A8C
(4,154,140)
#048A7D
(4,138,125)
#047A6E
(4,122,110)
#046A5F
(4,106,95)
#045A50
(4,90,80)
#044A41
(4,74,65)
#043A32
(4,58,50)
#042A23
(4,42,35)
#041A14
(4,26,20)
#000000
(0,0,0)

Tints of #04BAAA

#04BAAA
(4,186,170)
#1AC0B1
(26,192,177)
#30C6B8
(48,198,184)
#46CCBF
(70,204,191)
#5CD2C6
(92,210,198)
#72D8CD
(114,216,205)
#88DED4
(136,222,212)
#9EE4DB
(158,228,219)
#B4EAE2
(180,234,226)
#CAF0E9
(202,240,233)
#E0F6F0
(224,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04BAAA; }

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

This text font color is #04BAAA.


Background Color

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

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

This div background color is #04BAAA.


Border color

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

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

This div border color is #04BAAA.


Opacity

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

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

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

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

This text has shadow with #04BAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04BAAA on black background.


Color preview on white background

This text has color #04BAAA on white background.



Black color preview on #04BAAA background

This text has black color on #04BAAA background.


White color preview on #04BAAA background

This text has white color on #04BAAA background.