#067C8E

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

Shades of Teal #067C8E

Tints of Teal #067C8E

Color information

#067C8E (or 0x067C8E) is unknown color: approx Teal. HEX triplet: 06, 7C and 8E. RGB value is (6,124,142). Sum of RGB (Red+Green+Blue) = 6+124+142=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #067C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C8E is #F98371. Grayscale: #5A5A5A. Windows color (decimal): -16352114 or 9337862. OLE color: 9337862.

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

Color convert

RGB6124142-
CMYK0.960.1300.44
HSL187.94º91.89%29.02%-
HSV(B)187.94º95.77%55.69%-
XYZ12.1716.4128.12-
YUV90.77156.9167.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=2.21%
G=45.59%
B=52.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61241420.960.1300.44187.9491.8929.02
Hex67C8E60D02Cbc5c1d
Octal61742161401505427413435
Binary11011111001000111011000001101010110010111100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,124,142); }

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

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

 a { background-color: rgb(6,124,142); }

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

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

 span { border-color: rgb(6,124,142); }

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