COLOR #00787A

HEX: #00787A
RGB: (0,120,122)

Color info

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

RGB color model

#00787A color RGB value is (0,120,122).

  • red value is 0;
  • green value is 120;
  • blue value is 122.
RGB:
(0,120,122)
(0%,47%,48%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 122 of 255 = 48%

0
120
122

R + G + B ~ 32%. #00787A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 120 + 122 = 242 (100%)
R 0 of 242 ~ 0%
G 120 of 242 ~ 49.59%
B 122 of 242 ~ 50.41%

%49.59
%50.41

CMYK color model

#00787A color CMYK value is (100,2,0,52).

  • cyan value is 100.00%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(100,2,0,52)
C100M2Y0K52 
(100%,2%,0%,52%)
(1.00/0.02/0.00/0.52)	

CMYK percentages

%100
%1.64
%0
%52.16

Codes

Color #00787A in popluar color models

00787A
RGB0120122
HSL181°100.00%23.92%
HSB/HSV181°100.00%47.84%
CMYK100.00%1.64%0.00%
52.16%

Color #00787A in popluar number systems.

HEX00787A
Decimal0120122
Binary011110001111010
Octal0170172

Shades and tints

Shades of #00787A

#00787A
(0,120,122)
#006E6F
(0,110,111)
#006464
(0,100,100)
#005A59
(0,90,89)
#00504E
(0,80,78)
#004643
(0,70,67)
#003C38
(0,60,56)
#00322D
(0,50,45)
#002822
(0,40,34)
#001E17
(0,30,23)
#00140C
(0,20,12)
#000000
(0,0,0)

Tints of #00787A

#00787A
(0,120,122)
#178486
(23,132,134)
#2E9092
(46,144,146)
#459C9E
(69,156,158)
#5CA8AA
(92,168,170)
#73B4B6
(115,180,182)
#8AC0C2
(138,192,194)
#A1CCCE
(161,204,206)
#B8D8DA
(184,216,218)
#CFE4E6
(207,228,230)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00787A color. Also use rgb(0,120,122) instead hex code.

Text Font Color

.myTextColor { color: #00787A; }

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

This text font color is #00787A.


Background Color

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

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

This div background color is #00787A.


Border color

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

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

This div border color is #00787A.


Opacity

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

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

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

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

This text has shadow with #00787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00787A on black background.


Color preview on white background

This text has color #00787A on white background.



Black color preview on #00787A background

This text has black color on #00787A background.


White color preview on #00787A background

This text has white color on #00787A background.