COLOR #02666A

HEX: #02666A
RGB: (2,102,106)

Color info

#02666A contains mainly green and blue colors. Web safe color of #02666A is #006666 (or #066).

RGB color model

#02666A color RGB value is (2,102,106).

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

RGB channels and saturation

R 2 of 255 = 1%
G 102 of 255 = 40%
B 106 of 255 = 42%

2
102
106

R + G + B ~ 28%. #02666A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 102 + 106 = 210 (100%)
R 2 of 210 ~ 0.95%
G 102 of 210 ~ 48.57%
B 106 of 210 ~ 50.48%

%48.57
%50.48

CMYK color model

#02666A color CMYK value is (98,4,0,58).

  • cyan value is 98.11%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(98,4,0,58)
C98M4Y0K58 
(98%,4%,0%,58%)
(0.98/0.04/0.00/0.58)	

CMYK percentages

%98.11
%3.77
%0
%58.43

Codes

Color #02666A in popluar color models

02666A
RGB2102106
HSL182°96.30%21.18%
HSB/HSV182°98.11%41.57%
CMYK98.11%3.77%0.00%
58.43%

Color #02666A in popluar number systems.

HEX02666A
Decimal2102106
Binary1011001101101010
Octal2146152

Shades and tints

Shades of #02666A

#02666A
(2,102,106)
#025D61
(2,93,97)
#025458
(2,84,88)
#024B4F
(2,75,79)
#024246
(2,66,70)
#02393D
(2,57,61)
#023034
(2,48,52)
#02272B
(2,39,43)
#021E22
(2,30,34)
#021519
(2,21,25)
#020C10
(2,12,16)
#000000
(0,0,0)

Tints of #02666A

#02666A
(2,102,106)
#197377
(25,115,119)
#308084
(48,128,132)
#478D91
(71,141,145)
#5E9A9E
(94,154,158)
#75A7AB
(117,167,171)
#8CB4B8
(140,180,184)
#A3C1C5
(163,193,197)
#BACED2
(186,206,210)
#D1DBDF
(209,219,223)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02666A color. Also use rgb(2,102,106) instead hex code.

Text Font Color

.myTextColor { color: #02666A; }

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

This text font color is #02666A.


Background Color

.myBgColor { background-color: #02666A; }

<div style="background-color:#02666A">Inner text</div>

This div background color is #02666A.


Border color

.myBorderColor { border: 1px solid #02666A; }

<div style="border:3px solid #02666A">Div</div>

This div border color is #02666A.


Opacity

.myOpacity80 { color: #02666A; opacity: 0.8; }

<p style="color:#02666A;opacity:0.8;">80%</p>

Text with #02666A 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 #02666A;}

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

This text has shadow with #02666A color.

.textShadow {text-shadow: 3px 3px 1px #02666A, 3px 3px 1px red;}

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

This text has shadow with #02666A primary color and red secondary color.


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

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

This text has shadow with #02666A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02666A on black background.


Color preview on white background

This text has color #02666A on white background.



Black color preview on #02666A background

This text has black color on #02666A background.


White color preview on #02666A background

This text has white color on #02666A background.