COLOR #04B8B8

HEX: #04B8B8
RGB: (4,184,184)

Color info

#04B8B8 contains mainly green and blue colors. Web safe color of #04B8B8 is #00CCCC (or #0CC).

RGB color model

#04B8B8 color RGB value is (4,184,184).

  • red value is 4;
  • green value is 184;
  • blue value is 184.
RGB:
(4,184,184)
(2%,72%,72%)

RGB channels and saturation

R 4 of 255 = 2%
G 184 of 255 = 72%
B 184 of 255 = 72%

4
184
184

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

Portions of RGB colors in percentages

R + G + B =
4 + 184 + 184 = 372 (100%)
R 4 of 372 ~ 1.08%
G 184 of 372 ~ 49.46%
B 184 of 372 ~ 49.46%

%49.46
%49.46

CMYK color model

#04B8B8 color CMYK value is (98,0,0,28).

  • cyan value is 97.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(98,0,0,28)
C98M0Y0K28 
(98%,0%,0%,28%)
(0.98/0.00/0.00/0.28)	

CMYK percentages

%97.83
%0
%0
%27.84

Codes

Color #04B8B8 in popluar color models

04B8B8
RGB4184184
HSL180°95.74%36.86%
HSB/HSV180°97.83%72.16%
CMYK97.83%0.00%0.00%
27.84%

Color #04B8B8 in popluar number systems.

HEX04B8B8
Decimal4184184
Binary1001011100010111000
Octal4270270

Shades and tints

Shades of #04B8B8

#04B8B8
(4,184,184)
#04A8A8
(4,168,168)
#049898
(4,152,152)
#048888
(4,136,136)
#047878
(4,120,120)
#046868
(4,104,104)
#045858
(4,88,88)
#044848
(4,72,72)
#043838
(4,56,56)
#042828
(4,40,40)
#041818
(4,24,24)
#000000
(0,0,0)

Tints of #04B8B8

#04B8B8
(4,184,184)
#1ABEBE
(26,190,190)
#30C4C4
(48,196,196)
#46CACA
(70,202,202)
#5CD0D0
(92,208,208)
#72D6D6
(114,214,214)
#88DCDC
(136,220,220)
#9EE2E2
(158,226,226)
#B4E8E8
(180,232,232)
#CAEEEE
(202,238,238)
#E0F4F4
(224,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04B8B8; }

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

This text font color is #04B8B8.


Background Color

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

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

This div background color is #04B8B8.


Border color

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

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

This div border color is #04B8B8.


Opacity

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

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

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

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

This text has shadow with #04B8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04B8B8 on black background.


Color preview on white background

This text has color #04B8B8 on white background.



Black color preview on #04B8B8 background

This text has black color on #04B8B8 background.


White color preview on #04B8B8 background

This text has white color on #04B8B8 background.