#067E8C

Color #067E8C Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #067E8C

Tints of Teal #067E8C

Color information

#067E8C (or 0x067E8C) is unknown color: approx Teal. HEX triplet: 06, 7E and 8C. RGB value is (6,126,140). Sum of RGB (Red+Green+Blue) = 6+126+140=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #067E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E8C is #F98173. Grayscale: #5B5B5B. Windows color (decimal): -16351604 or 9207302. OLE color: 9207302.

HSL color Cylindrical-coordinate representation of color #067E8C: hue angle of 186.27º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067E8C is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6126140-
CMYK0.960.1000.45
HSL186.27º91.78%28.63%-
HSV(B)186.27º95.71%54.9%-
XYZ12.2716.8527.42-
YUV91.72155.2466.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=2.21%
G=46.32%
B=51.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61261400.960.1000.45186.2791.7828.63
Hex67E8C60A02Dba5c1d
Octal61762141401205527213435
Binary11011111101000110011000001010010110110111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067E8C; }

 p { color: rgb(6,126,140); }

 H1.HeaderClassName
 {
   color: #067E8C;
 }
 .AnyTagClassName
 {
   color: #067E8C;
 }
</style>
background-color css

<style>
 a { background-color: #067E8C; }

 a { background-color: rgb(6,126,140); }

 div.DivClassName
 {
   background-color: #067E8C;
 }
 .BgClassName
 {
   background-color: #067E8C;
 }
</style>
border-color css

<style>
 span { border-color: #067E8C; }

 span { border-color: rgb(6,126,140); }

 td.TdClassName
 {
   border-color: #067E8C;
 }
 .TagClassName
 {
   border-color: #067E8C;
 }
</style>