#067C81

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

Shades of Teal #067C81

Tints of Teal #067C81

Color information

#067C81 (or 0x067C81) is unknown color: approx Teal. HEX triplet: 06, 7C and 81. RGB value is (6,124,129). Sum of RGB (Red+Green+Blue) = 6+124+129=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #067C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C81 is #F9837E. Grayscale: #595959. Windows color (decimal): -16352127 or 8485894. OLE color: 8485894.

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

Color convert

RGB6124129-
CMYK0.950.0400.49
HSL182.44º91.11%26.47%-
HSV(B)182.44º95.35%50.59%-
XYZ11.2516.0423.27-
YUV89.29150.4168.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 129 (50.78% from 255) = 49.81%
R=2.32%
G=47.88%
B=49.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61241290.950.0400.49182.4491.1126.47
Hex67C815F4031b65b1a
Octal6174201137406126613332
Binary1101111100100000011011111100011000110110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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