COLOR #04C4B3

HEX: #04C4B3
RGB: (4,196,179)

Color info

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

RGB color model

#04C4B3 color RGB value is (4,196,179).

  • red value is 4;
  • green value is 196;
  • blue value is 179.
RGB:
(4,196,179)
(2%,77%,70%)

RGB channels and saturation

R 4 of 255 = 2%
G 196 of 255 = 77%
B 179 of 255 = 70%

4
196
179

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

Portions of RGB colors in percentages

R + G + B =
4 + 196 + 179 = 379 (100%)
R 4 of 379 ~ 1.06%
G 196 of 379 ~ 51.72%
B 179 of 379 ~ 47.23%

%51.72
%47.23

CMYK color model

#04C4B3 color CMYK value is (98,0,9,23).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(98,0,9,23)
C98M0Y9K23 
(98%,0%,9%,23%)
(0.98/0.00/0.09/0.23)	

CMYK percentages

%97.96
%0
%8.67
%23.14

Codes

Color #04C4B3 in popluar color models

04C4B3
RGB4196179
HSL175°96.00%39.22%
HSB/HSV175°97.96%76.86%
CMYK97.96%0.00%8.67%
23.14%

Color #04C4B3 in popluar number systems.

HEX04C4B3
Decimal4196179
Binary1001100010010110011
Octal4304263

Shades and tints

Shades of #04C4B3

#04C4B3
(4,196,179)
#04B3A3
(4,179,163)
#04A293
(4,162,147)
#049183
(4,145,131)
#048073
(4,128,115)
#046F63
(4,111,99)
#045E53
(4,94,83)
#044D43
(4,77,67)
#043C33
(4,60,51)
#042B23
(4,43,35)
#041A13
(4,26,19)
#000000
(0,0,0)

Tints of #04C4B3

#04C4B3
(4,196,179)
#1AC9B9
(26,201,185)
#30CEBF
(48,206,191)
#46D3C5
(70,211,197)
#5CD8CB
(92,216,203)
#72DDD1
(114,221,209)
#88E2D7
(136,226,215)
#9EE7DD
(158,231,221)
#B4ECE3
(180,236,227)
#CAF1E9
(202,241,233)
#E0F6EF
(224,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04C4B3 color. Also use rgb(4,196,179) instead hex code.

Text Font Color

.myTextColor { color: #04C4B3; }

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

This text font color is #04C4B3.


Background Color

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

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

This div background color is #04C4B3.


Border color

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

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

This div border color is #04C4B3.


Opacity

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

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

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

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

This text has shadow with #04C4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04C4B3 on black background.


Color preview on white background

This text has color #04C4B3 on white background.



Black color preview on #04C4B3 background

This text has black color on #04C4B3 background.


White color preview on #04C4B3 background

This text has white color on #04C4B3 background.