COLOR #028C6A

HEX: #028C6A
RGB: (2,140,106)

Color info

#028C6A contains mainly green and blue colors. Web safe color of #028C6A is #009966 (or #096).

RGB color model

#028C6A color RGB value is (2,140,106).

  • red value is 2;
  • green value is 140;
  • blue value is 106.
RGB:
(2,140,106)
(1%,55%,42%)

RGB channels and saturation

R 2 of 255 = 1%
G 140 of 255 = 55%
B 106 of 255 = 42%

2
140
106

R + G + B ~ 33%. #028C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 140 + 106 = 248 (100%)
R 2 of 248 ~ 0.81%
G 140 of 248 ~ 56.45%
B 106 of 248 ~ 42.74%

%56.45
%42.74

CMYK color model

#028C6A color CMYK value is (99,0,24,45).

  • cyan value is 98.57%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(99,0,24,45)
C99M0Y24K45 
(99%,0%,24%,45%)
(0.99/0.00/0.24/0.45)	

CMYK percentages

%98.57
%0
%24.29
%45.1

Codes

Color #028C6A in popluar color models

028C6A
RGB2140106
HSL165°97.18%27.84%
HSB/HSV165°98.57%54.90%
CMYK98.57%0.00%24.29%
45.10%

Color #028C6A in popluar number systems.

HEX028C6A
Decimal2140106
Binary10100011001101010
Octal2214152

Shades and tints

Shades of #028C6A

#028C6A
(2,140,106)
#028061
(2,128,97)
#027458
(2,116,88)
#02684F
(2,104,79)
#025C46
(2,92,70)
#02503D
(2,80,61)
#024434
(2,68,52)
#02382B
(2,56,43)
#022C22
(2,44,34)
#022019
(2,32,25)
#021410
(2,20,16)
#000000
(0,0,0)

Tints of #028C6A

#028C6A
(2,140,106)
#199677
(25,150,119)
#30A084
(48,160,132)
#47AA91
(71,170,145)
#5EB49E
(94,180,158)
#75BEAB
(117,190,171)
#8CC8B8
(140,200,184)
#A3D2C5
(163,210,197)
#BADCD2
(186,220,210)
#D1E6DF
(209,230,223)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #028C6A color. Also use rgb(2,140,106) instead hex code.

Text Font Color

.myTextColor { color: #028C6A; }

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

This text font color is #028C6A.


Background Color

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

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

This div background color is #028C6A.


Border color

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

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

This div border color is #028C6A.


Opacity

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

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

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

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

This text has shadow with #028C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028C6A on black background.


Color preview on white background

This text has color #028C6A on white background.



Black color preview on #028C6A background

This text has black color on #028C6A background.


White color preview on #028C6A background

This text has white color on #028C6A background.