#067D7C

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

Shades of Teal #067D7C

Tints of Teal #067D7C

Color information

#067D7C (or 0x067D7C) is unknown color: approx Teal. HEX triplet: 06, 7D and 7C. RGB value is (6,125,124). Sum of RGB (Red+Green+Blue) = 6+125+124=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #067D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D7C is #F98283. Grayscale: #595959. Windows color (decimal): -16351876 or 8158470. OLE color: 8158470.

HSL color Cylindrical-coordinate representation of color #067D7C: hue angle of 179.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067D7C is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB6125124-
CMYK0.9500.010.51
HSL179.5º90.84%25.69%-
HSV(B)179.5º95.2%49.02%-
XYZ11.0516.1621.61-
YUV89.3147.5868.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 125 (49.22% from 255) = 49.02%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=2.35%
G=49.02%
B=48.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61251240.9500.010.51179.590.8425.69
Hex67D7C5F0133b35b1a
Octal6175174137016326313332
Binary1101111101111110010111110111001110110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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