COLOR #028D8A

HEX: #028D8A
RGB: (2,141,138)

Color info

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

RGB color model

#028D8A color RGB value is (2,141,138).

  • red value is 2;
  • green value is 141;
  • blue value is 138.
RGB:
(2,141,138)
(1%,55%,54%)

RGB channels and saturation

R 2 of 255 = 1%
G 141 of 255 = 55%
B 138 of 255 = 54%

2
141
138

R + G + B ~ 37%. #028D8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 141 + 138 = 281 (100%)
R 2 of 281 ~ 0.71%
G 141 of 281 ~ 50.18%
B 138 of 281 ~ 49.11%

%50.18
%49.11

CMYK color model

#028D8A color CMYK value is (99,0,2,45).

  • cyan value is 98.58%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(99,0,2,45)
C99M0Y2K45 
(99%,0%,2%,45%)
(0.99/0.00/0.02/0.45)	

CMYK percentages

%98.58
%0
%2.13
%44.71

Codes

Color #028D8A in popluar color models

028D8A
RGB2141138
HSL179°97.20%28.04%
HSB/HSV179°98.58%55.29%
CMYK98.58%0.00%2.13%
44.71%

Color #028D8A in popluar number systems.

HEX028D8A
Decimal2141138
Binary101000110110001010
Octal2215212

Shades and tints

Shades of #028D8A

#028D8A
(2,141,138)
#02817E
(2,129,126)
#027572
(2,117,114)
#026966
(2,105,102)
#025D5A
(2,93,90)
#02514E
(2,81,78)
#024542
(2,69,66)
#023936
(2,57,54)
#022D2A
(2,45,42)
#02211E
(2,33,30)
#021512
(2,21,18)
#000000
(0,0,0)

Tints of #028D8A

#028D8A
(2,141,138)
#199794
(25,151,148)
#30A19E
(48,161,158)
#47ABA8
(71,171,168)
#5EB5B2
(94,181,178)
#75BFBC
(117,191,188)
#8CC9C6
(140,201,198)
#A3D3D0
(163,211,208)
#BADDDA
(186,221,218)
#D1E7E4
(209,231,228)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #028D8A color. Also use rgb(2,141,138) instead hex code.

Text Font Color

.myTextColor { color: #028D8A; }

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

This text font color is #028D8A.


Background Color

.myBgColor { background-color: #028D8A; }

<div style="background-color:#028D8A">Inner text</div>

This div background color is #028D8A.


Border color

.myBorderColor { border: 1px solid #028D8A; }

<div style="border:3px solid #028D8A">Div</div>

This div border color is #028D8A.


Opacity

.myOpacity80 { color: #028D8A; opacity: 0.8; }

<p style="color:#028D8A;opacity:0.8;">80%</p>

Text with #028D8A 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 #028D8A;}

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

This text has shadow with #028D8A color.

.textShadow {text-shadow: 3px 3px 1px #028D8A, 3px 3px 1px red;}

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

This text has shadow with #028D8A primary color and red secondary color.


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

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

This text has shadow with #028D8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028D8A on black background.


Color preview on white background

This text has color #028D8A on white background.



Black color preview on #028D8A background

This text has black color on #028D8A background.


White color preview on #028D8A background

This text has white color on #028D8A background.