#067F82

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

Shades of Teal #067F82

Tints of Teal #067F82

Color information

#067F82 (or 0x067F82) is unknown color: approx Teal. HEX triplet: 06, 7F and 82. RGB value is (6,127,130). Sum of RGB (Red+Green+Blue) = 6+127+130=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #067F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F82 is #F9807D. Grayscale: #5B5B5B. Windows color (decimal): -16351358 or 8552198. OLE color: 8552198.

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

Color convert

RGB6127130-
CMYK0.950.0200.49
HSL181.45º91.18%26.67%-
HSV(B)181.45º95.38%50.98%-
XYZ11.6916.8323.75-
YUV91.16149.9167.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 127 (50% from 255) = 48.29%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=2.28%
G=48.29%
B=49.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61271300.950.0200.49181.4591.1826.67
Hex67F825F2031b55b1b
Octal6177202137206126513333
Binary110111111110000010101111110011000110110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,127,130); }

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

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

 a { background-color: rgb(6,127,130); }

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

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

 span { border-color: rgb(6,127,130); }

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