COLOR #006262

HEX: #006262
RGB: (0,98,98)

Color info

#006262 contains only green and blue colors. Web safe color of #006262 is #006666 (or #066).

RGB color model

#006262 color RGB value is (0,98,98).

  • red value is 0;
  • green value is 98;
  • blue value is 98.
RGB:
(0,98,98)
(0%,38%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 98 of 255 = 38%
B 98 of 255 = 38%

0
98
98

R + G + B ~ 25%. #006262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 98 + 98 = 196 (100%)
R 0 of 196 ~ 0%
G 98 of 196 ~ 50%
B 98 of 196 ~ 50%

%50
%50

CMYK color model

#006262 color CMYK value is (100,0,0,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(100,0,0,62)
C100M0Y0K62 
(100%,0%,0%,62%)
(1.00/0.00/0.00/0.62)	

CMYK percentages

%100
%0
%0
%61.57

Codes

Color #006262 in popluar color models

006262
RGB09898
HSL180°100.00%19.22%
HSB/HSV180°100.00%38.43%
CMYK100.00%0.00%0.00%
61.57%

Color #006262 in popluar number systems.

HEX006262
Decimal09898
Binary011000101100010
Octal0142142

Shades and tints

Shades of #006262

#006262
(0,98,98)
#005A5A
(0,90,90)
#005252
(0,82,82)
#004A4A
(0,74,74)
#004242
(0,66,66)
#003A3A
(0,58,58)
#003232
(0,50,50)
#002A2A
(0,42,42)
#002222
(0,34,34)
#001A1A
(0,26,26)
#001212
(0,18,18)
#000000
(0,0,0)

Tints of #006262

#006262
(0,98,98)
#177070
(23,112,112)
#2E7E7E
(46,126,126)
#458C8C
(69,140,140)
#5C9A9A
(92,154,154)
#73A8A8
(115,168,168)
#8AB6B6
(138,182,182)
#A1C4C4
(161,196,196)
#B8D2D2
(184,210,210)
#CFE0E0
(207,224,224)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006262 color. Also use rgb(0,98,98) instead hex code.

Text Font Color

.myTextColor { color: #006262; }

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

This text font color is #006262.


Background Color

.myBgColor { background-color: #006262; }

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

This div background color is #006262.


Border color

.myBorderColor { border: 1px solid #006262; }

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

This div border color is #006262.


Opacity

.myOpacity80 { color: #006262; opacity: 0.8; }

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

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

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

This text has shadow with #006262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006262 on black background.


Color preview on white background

This text has color #006262 on white background.



Black color preview on #006262 background

This text has black color on #006262 background.


White color preview on #006262 background

This text has white color on #006262 background.